diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml
index 06d340c98009..0dff02e7ceed 100644
--- a/common/config/rush/pnpm-lock.yaml
+++ b/common/config/rush/pnpm-lock.yaml
@@ -17,6 +17,7 @@ specifiers:
'@rush-temp/arm-compute': file:./projects/arm-compute.tgz
'@rush-temp/arm-containerregistry': file:./projects/arm-containerregistry.tgz
'@rush-temp/arm-containerservice': file:./projects/arm-containerservice.tgz
+ '@rush-temp/arm-cosmosdb': file:./projects/arm-cosmosdb.tgz
'@rush-temp/arm-databricks': file:./projects/arm-databricks.tgz
'@rush-temp/arm-datafactory': file:./projects/arm-datafactory.tgz
'@rush-temp/arm-desktopvirtualization': file:./projects/arm-desktopvirtualization.tgz
@@ -170,6 +171,7 @@ dependencies:
'@rush-temp/arm-compute': file:projects/arm-compute.tgz
'@rush-temp/arm-containerregistry': file:projects/arm-containerregistry.tgz
'@rush-temp/arm-containerservice': file:projects/arm-containerservice.tgz
+ '@rush-temp/arm-cosmosdb': file:projects/arm-cosmosdb.tgz
'@rush-temp/arm-databricks': file:projects/arm-databricks.tgz
'@rush-temp/arm-datafactory': file:projects/arm-datafactory.tgz
'@rush-temp/arm-desktopvirtualization': file:projects/arm-desktopvirtualization.tgz
@@ -1579,7 +1581,6 @@ packages:
/@opentelemetry/node/0.22.0_@opentelemetry+api@1.0.3:
resolution: {integrity: sha512-+HhGbDruQ7cwejVOIYyxRa28uosnG8W95NiQZ6qE8PXXPsDSyGeftAPbtYpGit0H2f5hrVcMlwmWHeAo9xkSLA==}
engines: {node: '>=8.0.0'}
- deprecated: Package renamed to @opentelemetry/sdk-trace-node
peerDependencies:
'@opentelemetry/api': ^1.0.0
dependencies:
@@ -8766,6 +8767,30 @@ packages:
uglify-js: 3.14.3
dev: false
+ file:projects/arm-cosmosdb.tgz:
+ resolution: {integrity: sha512-HPynCKEu+ElGnSnYzbAuoEJLolPx9IVYcwDNT+N5K5dIj3ESEPoEqbrWuntWpMX+B4MydkkE5vfZVylFO+9XPQ==, tarball: file:projects/arm-cosmosdb.tgz}
+ name: '@rush-temp/arm-cosmosdb'
+ version: 0.0.0
+ dependencies:
+ '@azure/identity': 2.0.0-beta.6
+ '@microsoft/api-extractor': 7.18.19
+ '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1
+ '@rollup/plugin-json': 4.1.0_rollup@1.32.1
+ '@rollup/plugin-multi-entry': 3.0.1_rollup@1.32.1
+ '@rollup/plugin-node-resolve': 8.4.0_rollup@1.32.1
+ cross-env: 7.0.3
+ mkdirp: 1.0.4
+ mocha: 7.2.0
+ rollup: 1.32.1
+ rollup-plugin-sourcemaps: 0.4.2_rollup@1.32.1
+ tslib: 2.3.1
+ typescript: 4.2.4
+ uglify-js: 3.14.3
+ transitivePeerDependencies:
+ - debug
+ - supports-color
+ dev: false
+
file:projects/arm-databricks.tgz:
resolution: {integrity: sha512-t6otub9/jRDg0NTKRSRC8ADoctIa5M6ME8RnJtFj6A5PU2xjg1kwEVAnEPb+OKhxcR+t1cvQLs9L2gfNKQLeXg==, tarball: file:projects/arm-databricks.tgz}
name: '@rush-temp/arm-databricks'
@@ -12585,7 +12610,7 @@ packages:
dev: false
file:projects/schema-registry-avro.tgz:
- resolution: {integrity: sha512-iRbvRW1AI8qOZY+dkzisvXFgybYssX9NgChAuqaGV8dltHQaY46PCBwNYepCjB1GbFfVqz4bl4CKtvZ6zhogXQ==, tarball: file:projects/schema-registry-avro.tgz}
+ resolution: {integrity: sha512-es1wTz4ESP2fxE8Wky3jiVQdorQHXzokj57HKP5pNkP4WnDy+0p20f6dQZAgH1abgNsYYha8yK+vK/i2txJ+AQ==, tarball: file:projects/schema-registry-avro.tgz}
name: '@rush-temp/schema-registry-avro'
version: 0.0.0
dependencies:
diff --git a/rush.json b/rush.json
index 46a7e5b47f8b..12c824acecf1 100644
--- a/rush.json
+++ b/rush.json
@@ -1075,6 +1075,11 @@
"packageName": "@azure/arm-cdn",
"projectFolder": "sdk/cdn/arm-cdn",
"versionPolicyName": "management"
+ },
+ {
+ "packageName": "@azure/arm-cosmosdb",
+ "projectFolder": "sdk/cosmosdb/arm-cosmosdb",
+ "versionPolicyName": "management"
}
]
-}
+}
\ No newline at end of file
diff --git a/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md b/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md
new file mode 100644
index 000000000000..f28abaf6654f
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md
@@ -0,0 +1,14 @@
+## 15.0.0-beta.1 (2021-11-12)
+
+This is the first preview for the new version of the `@azure/arm-cosmosdb` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
+
+While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/).
+
+Please note that this version has breaking changes, all of which were made after careful consideration during the authoring of the guidelines and user studies.
+
+**Noteworthy changes and features**
+- Authentication: The packages `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` are no longer supported. Use package [@azure/identity](https://www.npmjs.com/package/@azure/identity) instead. Select a credential from Azure Identity examples based on the authentication method of your choice.
+- Callbacks: Method overloads that used callbacks have been removed and the use of promises is encouraged instead.
+- List operations now return an iterable result that follows the `PagedAsyncIterableIterator` interface as opposed to the previous model where you had to make a new request using the link to the next page.
+- Long running operations i.e. the Lro related object returned by methods whose names started with `begin`, now uses `pollUntilDone` to check whether the request is finished, instead of `pollUntilFinished`. To get the final result, use the corresponding method that will have the suffix `AndWait`.
+- The SDK only supports ECMAScript 2015 (ES6) and beyond, all projects that referenced this SDK should be upgraded to use ES6.
diff --git a/sdk/cosmosdb/arm-cosmosdb/LICENSE.txt b/sdk/cosmosdb/arm-cosmosdb/LICENSE
similarity index 99%
rename from sdk/cosmosdb/arm-cosmosdb/LICENSE.txt
rename to sdk/cosmosdb/arm-cosmosdb/LICENSE
index 2d3163745319..ccb63b166732 100644
--- a/sdk/cosmosdb/arm-cosmosdb/LICENSE.txt
+++ b/sdk/cosmosdb/arm-cosmosdb/LICENSE
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+SOFTWARE.
\ No newline at end of file
diff --git a/sdk/cosmosdb/arm-cosmosdb/README.md b/sdk/cosmosdb/arm-cosmosdb/README.md
index 73e3db480ef7..0062c852f475 100644
--- a/sdk/cosmosdb/arm-cosmosdb/README.md
+++ b/sdk/cosmosdb/arm-cosmosdb/README.md
@@ -1,6 +1,15 @@
-## Azure CosmosDBManagementClient SDK for JavaScript
+# Azure CosmosDBManagement client library for JavaScript
-This package contains an isomorphic SDK (runs both in node.js and in browsers) for CosmosDBManagementClient.
+This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure CosmosDBManagement client.
+
+Azure Cosmos DB Database Service Resource Provider REST API
+
+[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb) |
+[Package (NPM)](https://www.npmjs.com/package/@azure/arm-cosmosdb) |
+[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-cosmosdb) |
+[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
+
+## Getting started
### Currently supported environments
@@ -9,102 +18,77 @@ This package contains an isomorphic SDK (runs both in node.js and in browsers) f
### Prerequisites
-You must have an [Azure subscription](https://azure.microsoft.com/free/).
+- An [Azure subscription][azure_sub].
-### How to install
+### Install the `@azure/arm-cosmosdb` package
-To use this SDK in your project, you will need to install two packages.
-- `@azure/arm-cosmosdb` that contains the client.
-- `@azure/identity` that provides different mechanisms for the client to authenticate your requests using Azure Active Directory.
+Install the Azure CosmosDBManagement client library for JavaScript with `npm`:
-Install both packages using the below command:
```bash
-npm install --save @azure/arm-cosmosdb @azure/identity
+npm install @azure/arm-cosmosdb
```
-> **Note**: You may have used either `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` in the past. These packages are in maintenance mode receiving critical bug fixes, but no new features.
-If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/), or are writing a client side browser application, we strongly encourage you to upgrade to `@azure/identity` which uses the latest versions of Azure Active Directory and MSAL APIs and provides more authentication options.
-### How to use
+### Create and authenticate a `CosmosDBManagementClient`
+
+To create a client object to access the Azure CosmosDBManagement API, you will need the `endpoint` of your Azure CosmosDBManagement resource and a `credential`. The Azure CosmosDBManagement client can use Azure Active Directory credentials to authenticate.
+You can find the endpoint for your Azure CosmosDBManagement resource in the [Azure Portal][azure_portal].
+
+You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
+
+To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:
-- If you are writing a client side browser application,
- - Follow the instructions in the section on Authenticating client side browser applications in [Azure Identity examples](https://aka.ms/azsdk/js/identity/examples) to register your application in the Microsoft identity platform and set the right permissions.
- - Copy the client ID and tenant ID from the Overview section of your app registration in Azure portal and use it in the browser sample below.
-- If you are writing a server side application,
- - [Select a credential from `@azure/identity` based on the authentication method of your choice](https://aka.ms/azsdk/js/identity/examples)
- - Complete the set up steps required by the credential if any.
- - Use the credential you picked in the place of `DefaultAzureCredential` in the Node.js sample below.
+```bash
+npm install @azure/identity
+```
-In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
-Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.
-#### nodejs - Authentication, client creation, and get databaseAccounts as an example written in JavaScript.
+You will also need to **register a new AAD application and grant access to Azure CosmosDBManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
+Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
-##### Sample code
+For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
```javascript
-const { DefaultAzureCredential } = require("@azure/identity");
const { CosmosDBManagementClient } = require("@azure/arm-cosmosdb");
-const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];
-
-// Use `DefaultAzureCredential` or any other credential of your choice based on https://aka.ms/azsdk/js/identity/examples
-// Please note that you can also use credentials from the `@azure/ms-rest-nodeauth` package instead.
-const creds = new DefaultAzureCredential();
-const client = new CosmosDBManagementClient(creds, subscriptionId);
-const resourceGroupName = "testresourceGroupName";
-const accountName = "testaccountName";
-client.databaseAccounts.get(resourceGroupName, accountName).then((result) => {
- console.log("The result is:");
- console.log(result);
-}).catch((err) => {
- console.log("An error occurred:");
- console.error(err);
-});
+const { DefaultAzureCredential } = require("@azure/identity");
+const subscriptionId = "00000000-0000-0000-0000-000000000000";
+const client = new CosmosDBManagementClient(new DefaultAzureCredential(), subscriptionId);
```
-#### browser - Authentication, client creation, and get databaseAccounts as an example written in JavaScript.
-
-In browser applications, we recommend using the `InteractiveBrowserCredential` that interactively authenticates using the default system browser.
- - See [Single-page application: App registration guide](https://docs.microsoft.com/azure/active-directory/develop/scenario-spa-app-registration) to configure your app registration for the browser.
- - Note down the client Id from the previous step and use it in the browser sample below.
-
-##### Sample code
-
-- index.html
-
-```html
-
-
-
- @azure/arm-cosmosdb sample
-
-
-
-
-
-
-
+## Key concepts
+
+### CosmosDBManagementClient
+
+`CosmosDBManagementClient` is the primary interface for developers using the Azure CosmosDBManagement client library. Explore the methods on this client object to understand the different features of the Azure CosmosDBManagement service that you can access.
+
+## Troubleshooting
+
+### Logging
+
+Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
+
+```javascript
+const { setLogLevel } = require("@azure/logger");
+setLogLevel("info");
```
+For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).
+
+## Next steps
+
+Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
+
+## Contributing
+
+If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.
+
## Related projects
-- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
+- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
+
+
-
+[azure_cli]: https://docs.microsoft.com/cli/azure
+[azure_sub]: https://azure.microsoft.com/free/
+[azure_sub]: https://azure.microsoft.com/free/
+[azure_portal]: https://portal.azure.com
+[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
+[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
diff --git a/sdk/cosmosdb/arm-cosmosdb/_meta.json b/sdk/cosmosdb/arm-cosmosdb/_meta.json
new file mode 100644
index 000000000000..979f61794969
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/_meta.json
@@ -0,0 +1,7 @@
+{
+ "commit": "34018925632ef75ef5416e3add65324e0a12489f",
+ "readme": "specification/cosmos-db/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/cosmos-db/resource-manager/readme.md --use=@autorest/typescript@6.0.0-beta.14",
+ "repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
+ "use": "@autorest/typescript@6.0.0-beta.14"
+}
\ No newline at end of file
diff --git a/sdk/cosmosdb/arm-cosmosdb/api-extractor.json b/sdk/cosmosdb/arm-cosmosdb/api-extractor.json
new file mode 100644
index 000000000000..bdc5ad02249a
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/api-extractor.json
@@ -0,0 +1,18 @@
+{
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
+ "mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
+ "docModel": { "enabled": true },
+ "apiReport": { "enabled": true, "reportFolder": "./review" },
+ "dtsRollup": {
+ "enabled": true,
+ "untrimmedFilePath": "",
+ "publicTrimmedFilePath": "./types/arm-cosmosdb.d.ts"
+ },
+ "messages": {
+ "tsdocMessageReporting": { "default": { "logLevel": "none" } },
+ "extractorMessageReporting": {
+ "ae-missing-release-tag": { "logLevel": "none" },
+ "ae-unresolved-link": { "logLevel": "none" }
+ }
+ }
+}
diff --git a/sdk/cosmosdb/arm-cosmosdb/package.json b/sdk/cosmosdb/arm-cosmosdb/package.json
index 157505c142cb..8410f5af7465 100644
--- a/sdk/cosmosdb/arm-cosmosdb/package.json
+++ b/sdk/cosmosdb/arm-cosmosdb/package.json
@@ -1,58 +1,90 @@
{
"name": "@azure/arm-cosmosdb",
+ "sdk-type": "mgmt",
"author": "Microsoft Corporation",
- "description": "CosmosDBManagementClient Library with typescript type definitions for node.js and browser.",
- "version": "14.1.0",
+ "description": "A generated SDK for CosmosDBManagementClient.",
+ "version": "15.0.0-beta.1",
+ "engines": { "node": ">=12.0.0" },
"dependencies": {
- "@azure/ms-rest-azure-js": "^2.1.0",
- "@azure/ms-rest-js": "^2.2.0",
- "@azure/core-auth": "^1.1.4",
- "tslib": "^1.10.0"
+ "@azure/core-lro": "^2.2.0",
+ "@azure/abort-controller": "^1.0.0",
+ "@azure/core-paging": "^1.2.0",
+ "@azure/core-client": "^1.0.0",
+ "@azure/core-auth": "^1.3.0",
+ "@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/arm-cosmosdb.js",
- "module": "./esm/cosmosDBManagementClient.js",
- "types": "./esm/cosmosDBManagementClient.d.ts",
+ "main": "./dist/index.js",
+ "module": "./dist-esm/src/index.js",
+ "types": "./types/arm-cosmosdb.d.ts",
"devDependencies": {
- "typescript": "^3.6.0",
- "rollup": "^1.18.0",
- "rollup-plugin-node-resolve": "^5.2.0",
+ "@microsoft/api-extractor": "^7.18.11",
+ "@rollup/plugin-commonjs": "11.0.2",
+ "@rollup/plugin-json": "^4.0.0",
+ "@rollup/plugin-multi-entry": "^3.0.0",
+ "@rollup/plugin-node-resolve": "^8.0.0",
+ "mkdirp": "^1.0.4",
+ "rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
- "uglify-js": "^3.6.0"
+ "typescript": "~4.2.0",
+ "uglify-js": "^3.4.9",
+ "@azure/identity": "^2.0.1",
+ "@azure-tools/test-recorder": "^1.0.0",
+ "mocha": "^7.1.1",
+ "cross-env": "^7.0.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb",
"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",
"dist/**/*.d.ts",
"dist/**/*.d.ts.map",
- "esm/**/*.js",
- "esm/**/*.js.map",
- "esm/**/*.d.ts",
- "esm/**/*.d.ts.map",
+ "dist-esm/**/*.js",
+ "dist-esm/**/*.js.map",
+ "dist-esm/**/*.d.ts",
+ "dist-esm/**/*.d.ts.map",
"src/**/*.ts",
"README.md",
+ "LICENSE",
"rollup.config.js",
- "tsconfig.json"
+ "tsconfig.json",
+ "review/*",
+ "CHANGELOG.md",
+ "types/*"
],
"scripts": {
- "build": "tsc && rollup -c rollup.config.js && npm run minify",
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/arm-cosmosdb.js.map'\" -o ./dist/arm-cosmosdb.min.js ./dist/arm-cosmosdb.js",
- "prepack": "npm install && npm run build"
+ "build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
+ "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
+ "prepack": "npm run build",
+ "pack": "npm pack 2>&1",
+ "extract-api": "api-extractor run --local",
+ "lint": "echo skipped",
+ "audit": "echo skipped",
+ "clean": "echo skipped",
+ "build:node": "echo skipped",
+ "build:browser": "echo skipped",
+ "build:test": "echo skipped",
+ "build:samples": "echo skipped.",
+ "check-format": "echo skipped",
+ "execute:samples": "echo skipped",
+ "format": "echo skipped",
+ "test": "npm run integration-test",
+ "test:node": "echo skipped",
+ "test:browser": "echo skipped",
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
+ "unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
+ "unit-test:browser": "echo skipped",
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
+ "integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts",
+ "integration-test:browser": "echo skipped",
+ "docs": "echo skipped"
},
"sideEffects": false,
"autoPublish": true
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_create_test.js
new file mode 100644
index 000000000000..046e62ccb205
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_create_test.js
@@ -0,0 +1,399 @@
+let nock = require('nock');
+
+module.exports.hash = "428d29d6c8b8055e7d6cc0779b467b9b";
+
+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',
+ '5b0c8332-3344-49da-a2bd-2abaee9d0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Aiv7K-jWGKRCq8U-QKbIp6w; expires=Thu, 16-Dec-2021 04:14:55 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrgENJqONEstB1gD6dTBhLqDACaSKj_C-sT0ofv-YtaS7n13lfwgt7WldHG6hQY_q8e43KkktgVjFs2ld32Rl3OIUc6-bXIQ-PprW8VC368u-N9pBpBGh7vZEipRIR-dV114bDX39ySdxo5aZ3fI8mVVJiILIV7tSZgsS1uaZUvUcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14: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',
+ 'f545c499-82c8-4ca7-8ade-c1f438080200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AtQyBVPN2-ZBsUUc0E8wAs4; expires=Thu, 16-Dec-2021 04:14:55 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrzKDutKqcChtcJQINYzum6J-dLDoAuE1PmBmfaQxOo4ZM6dA8jKQuuGuvQBJCbDHOKIU1ZEwtwUtZY69VNbnoJECrtQUXHl1eNjfAeW074VmMOXn9nfbpif358V_Da1v1xW4y7DpCm39pOMs2mgbqez9uqvic6ZZlQvOC1GiV9CggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:55 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=2dcfc59f-9197-4280-9f9f-5ed4357dd850&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',
+ 'f96763da-090c-48e0-95c9-d9c96aec0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AmnFb6wK7AdHjJS8OED3dUAWPr5BAQAAAD8nJdkOAAAA; expires=Thu, 16-Dec-2021 04:14:56 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:56 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx', {"location":"eastus","properties":{"resource":{"id":"mykeyspacexxx"},"options":{"throughput":2000}}})
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1198',
+ 'x-ms-correlation-request-id',
+ '2b1294c0-e936-4080-b458-cd383dc2e526',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041457Z:2b1294c0-e936-4080-b458-cd383dc2e526',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11921',
+ 'x-ms-request-id',
+ '5bf21426-af3a-43ce-8ae0-63ba8a714f3b',
+ 'x-ms-correlation-request-id',
+ '5bf21426-af3a-43ce-8ae0-63ba8a714f3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041457Z:5bf21426-af3a-43ce-8ae0-63ba8a714f3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11920',
+ 'x-ms-request-id',
+ 'b36fe61c-a6d4-45a9-8884-9bb89db99f83',
+ 'x-ms-correlation-request-id',
+ 'b36fe61c-a6d4-45a9-8884-9bb89db99f83',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041459Z:b36fe61c-a6d4-45a9-8884-9bb89db99f83',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11919',
+ 'x-ms-request-id',
+ '14390216-1f71-45ed-9ee5-a794dab90f15',
+ 'x-ms-correlation-request-id',
+ '14390216-1f71-45ed-9ee5-a794dab90f15',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041502Z:14390216-1f71-45ed-9ee5-a794dab90f15',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11918',
+ 'x-ms-request-id',
+ 'd4ce88e6-7a0c-4ea0-b473-46b61156187c',
+ 'x-ms-correlation-request-id',
+ 'd4ce88e6-7a0c-4ea0-b473-46b61156187c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041504Z:d4ce88e6-7a0c-4ea0-b473-46b61156187c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11917',
+ 'x-ms-request-id',
+ '1d084551-a8d0-45d7-885f-74b2082cdc28',
+ 'x-ms-correlation-request-id',
+ '1d084551-a8d0-45d7-885f-74b2082cdc28',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041506Z:1d084551-a8d0-45d7-885f-74b2082cdc28',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9cdbdee1-e69d-4231-a8d3-8ba84a3f59ce')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11916',
+ 'x-ms-request-id',
+ '775a2bc0-912d-4091-aec2-f627eb62358d',
+ 'x-ms-correlation-request-id',
+ '775a2bc0-912d-4091-aec2-f627eb62358d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041509Z:775a2bc0-912d-4091-aec2-f627eb62358d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357f7c7e7fff8be3e3cf3ec327799b5dd047bfef473bf43c38dfd9d9a69ff4cf2efea167fbd3dd87f7eeedec3fa4df777edf8ff04a4b9ded7e7aefc1cebd4f7777eeff925ff24b","fe1f00c5c72593010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11915',
+ 'x-ms-request-id',
+ 'c4f3de1e-bf7f-4bba-9354-e4949aefca21',
+ 'x-ms-correlation-request-id',
+ 'c4f3de1e-bf7f-4bba-9354-e4949aefca21',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041511Z:c4f3de1e-bf7f-4bba-9354-e4949aefca21',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:11 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_delete_test.js
new file mode 100644
index 000000000000..d003722e65f0
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_delete_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "91d8120fb54913a63cf173fde77d5616";
+
+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',
+ '5b0c8332-3344-49da-a2bd-2abaff9e0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Amwhs0rkNnJHn3Qcu_Odw0I; expires=Thu, 16-Dec-2021 04:15:36 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9XO4wltuFSNBd7IeTXmiymn49QGbiazxcX2MH-tndbe1lD9aN3xClzEJUDLH6JNbTJ9Lpm6cqF70bEm1fcH5bzNbahnl42S9ILVulJIjGs0kFugHD85hBAijOkEmmfVWB_XcEHj6MYbVXrlYIOupsZCw0Tb7BHB2VBVgVY8LBuogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:36 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',
+ '99f68684-5af6-4d20-9f42-89f0111a0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Av-eTpaDMSdKpyfXNW7eD1E; expires=Thu, 16-Dec-2021 04:15:37 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrSUU854n4PRzeNGT3MJcL80owaor-2SqZWKOMiGsKPE5fo6Nx2hNkX-Oxc35zC9YY34zOwSCapRRGalpS2aiqj-5DPZCn_sipIPQGlRCMf5frjF71P0Lq0v1Km_OCQ-0eK9w7wRHfFm4h-2DRqMEaeFFlPVi8DBnC45bSBDky5OwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:36 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=97300e2a-8bd4-450c-9431-417f8a265f8a&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',
+ 'b6c22fcc-f8b3-486c-8b1a-746dd81c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AuKs_spp5rhJsCHzV03dyeEWPr5BAQAAAGgnJdkOAAAA; expires=Thu, 16-Dec-2021 04:15:37 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:36 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/operationResults/a5116859-08df-4250-8bae-b87d88bc8916?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a5116859-08df-4250-8bae-b87d88bc8916?api-version=2021-10-15',
+ 'x-ms-request-id',
+ 'a5116859-08df-4250-8bae-b87d88bc8916',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-deletes',
+ '14999',
+ 'x-ms-correlation-request-id',
+ 'afbe06ed-974a-4e93-a843-e189673c2a61',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041537Z:afbe06ed-974a-4e93-a843-e189673c2a61',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a5116859-08df-4250-8bae-b87d88bc8916')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11902',
+ 'x-ms-request-id',
+ 'f5779413-eca5-44a1-9475-2a8ac263a6c4',
+ 'x-ms-correlation-request-id',
+ 'f5779413-eca5-44a1-9475-2a8ac263a6c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041538Z:f5779413-eca5-44a1-9475-2a8ac263a6c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a5116859-08df-4250-8bae-b87d88bc8916')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11901',
+ 'x-ms-request-id',
+ '47c6895a-dc69-4073-aa7b-bad67ab6c8c3',
+ 'x-ms-correlation-request-id',
+ '47c6895a-dc69-4073-aa7b-bad67ab6c8c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041540Z:47c6895a-dc69-4073-aa7b-bad67ab6c8c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a5116859-08df-4250-8bae-b87d88bc8916')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11900',
+ 'x-ms-request-id',
+ '14de8c19-b667-4fe6-a0ac-c8a87f623a42',
+ 'x-ms-correlation-request-id',
+ '14de8c19-b667-4fe6-a0ac-c8a87f623a42',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041542Z:14de8c19-b667-4fe6-a0ac-c8a87f623a42',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a5116859-08df-4250-8bae-b87d88bc8916')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11899',
+ 'x-ms-request-id',
+ '456da7a2-3280-45e3-98f6-269389a50c5e',
+ 'x-ms-correlation-request-id',
+ '456da7a2-3280-45e3-98f6-269389a50c5e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041545Z:456da7a2-3280-45e3-98f6-269389a50c5e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11898',
+ 'x-ms-request-id',
+ '3f87c787-3c0d-4ddc-a9d4-840a68b442cc',
+ 'x-ms-correlation-request-id',
+ '3f87c787-3c0d-4ddc-a9d4-840a68b442cc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041545Z:3f87c787-3c0d-4ddc-a9d4-840a68b442cc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:44 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_get_test.js
new file mode 100644
index 000000000000..953f94e5f6a4
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_get_test.js
@@ -0,0 +1,147 @@
+let nock = require('nock');
+
+module.exports.hash = "9fa07f0f56872be9e4ed153beec931a9";
+
+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',
+ '99f68684-5af6-4d20-9f42-89f0c5190200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AiWOcJSGukhOoIf_IZsDTKw; expires=Thu, 16-Dec-2021 04:15:23 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevroEv4WWMfepNhY8kaOLAWA9CFVGM-6s20yi2RaY573UsyEVCKasPhq1zBZ79vV-9u_NLurcHRBNebMymquUXdO2qAMhiwXc966QjinmMkbFrXCebVBlxU650acxxGmRVg1hZtvzvednLwQgrf-gocznpDAYAEhhGmi3jhjxCDAbQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:22 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',
+ 'f545c499-82c8-4ca7-8ade-c1f4f1080200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AonN-QoliEhFnh2jfzJxLoY; expires=Thu, 16-Dec-2021 04:15:23 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr3_Z4YFQW3Tfx31mRhOLyCQMN8Ej4LCq5rfe6_j9iGJuRjpn5CSRbVTfmmPiB1lAcQnWSPXRHt6zLjRJSs8nORET0z3qkTLgsc2OcnyvV2gkbfuzPSUYWs8-qEvOsvfIcU2b5kSNHDcm8ql35CaKaZ-QvTg_-bQ-fEO2v35tRbE0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:23 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=aeb544b4-100c-44c0-86d9-7090025f0234&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',
+ '3ec72965-e6a4-4ada-9983-0752e4c10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AnTqpg9Q951EgYi1f3liLuEWPr5BAQAAAFsnJdkOAAAA; expires=Thu, 16-Dec-2021 04:15:23 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:23 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538b8f461fb5d7ab9c70be1df43e3c82b0cc1680d0054c98aff2ba2da8cda35ffc91191f7e6722759bfffe357f7c7e7fff8be3e3cf3ec327799b5dd047bfef473bf43c38dfd9d9a69ff4cf2efea167fbd3dd87f7eeedec3fa4df777edf8ff04a4b9ded7e7aefc1cebd4f7777eeff925ff24b","fe1f00c5c72593010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11909',
+ 'x-ms-request-id',
+ 'dbaecd8c-61b9-4944-abc5-471f6f7ed783',
+ 'x-ms-correlation-request-id',
+ 'dbaecd8c-61b9-4944-abc5-471f6f7ed783',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041524Z:dbaecd8c-61b9-4944-abc5-471f6f7ed783',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:23 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_list_test.js
new file mode 100644
index 000000000000..c99ed0b4168f
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_list_test.js
@@ -0,0 +1,147 @@
+let nock = require('nock');
+
+module.exports.hash = "a242d8a83ce42a551950536a4eeaee02";
+
+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',
+ '3ec72965-e6a4-4ada-9983-0752e8c10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AuiwGcVj2wREtvfnNXuPWr8; expires=Thu, 16-Dec-2021 04:15:24 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrHE57m0BiA9BZ0-jfW9P2TuqRZDvrxWtUX1a6PHS6TAuF8u0yuB-nqb1t8D7-wd0-kvhJFtqTZgtnUh1Wz5pfSIv5U-Kamec1yemTC51g612HQELviQxw2XiUYNQEb3i_Q2sspAMRnHaG_t0V7lmtjsS1KsnJSlN-CHBCNRrMhIwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:24 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',
+ '3ec72965-e6a4-4ada-9983-0752edc10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AgTMiOKRzxhJpOhFDRmQ5AY; expires=Thu, 16-Dec-2021 04:15:24 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrs0Y9DJa5gcHRoRSYd-PxzntRIDtS8tLFDF8uLLKyaxNjTZ9hBm8REIJQGSiHVqiSyCw8HvdEmhrJLCvsbAtSe9tZpWmt3Alv2jsKOhtltBsCDVV_Y8-O0X3amv7MCiin7JXp81HkvIp-_q7nyLjEkV7SbQwvtGlpmWp1bf9PV6MgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:24 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=a5cc36c5-f237-466b-93d4-f0f14ff655bc&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',
+ 'b6c22fcc-f8b3-486c-8b1a-746dac1c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AhPkdn2NakZErKvZbzIvK4UWPr5BAQAAAFwnJdkOAAAA; expires=Thu, 16-Dec-2021 04:15:25 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:24 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfdbbd3ac69b2e5acce7eaffcba5965d31c0ddeeaefd4e2a3d147edf58a50ffe876d0fbf008c2325b0042173061becaebb6a0368f7ef147667cf89d89d46dfefbd7fcf1f9fdfd2f8e8f3ffb0c9fe46d76411ffdbe1fedd0f3e07c67679b7ed23fbbf8879eed4f771fdebbb7b3ff907edff97d3fc22b2d75b6fbe9bd073bf73eddddb9ff4b7ec92ff9fe2f","f97f0026c45e109f010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11908',
+ 'x-ms-request-id',
+ '923f0b0e-72e0-4cde-a598-36ee510f8ffb',
+ 'x-ms-correlation-request-id',
+ '923f0b0e-72e0-4cde-a598-36ee510f8ffb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041525Z:923f0b0e-72e0-4cde-a598-36ee510f8ffb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:24 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_migratecassandra_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_migratecassandra_test.js
new file mode 100644
index 000000000000..46a06f163421
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_migratecassandra_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "aa4f964fdcb031a631e820cdb23c47e0";
+
+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',
+ 'd4ef46f0-e630-4a94-8bdf-493195f10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AvfA2n_YoHNJmqmarzYB3-s; expires=Thu, 16-Dec-2021 04:15:25 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrovES4wyzBxtiLKDYMuc4L1UzfO2PQ-j29caOTGRV6po0F07OQQ1y32bf6VicchjpXErqZOmVFgiS6hTh1MkrSIhC2S7V9MQ51ynWmQr2CzWc0B5C6RU2_x8S6GRT_AvboQfkcSOmcHBJjZwC6BvRqd_QOtQ-TbU3cCsPU1DW514gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:25 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',
+ 'f545c499-82c8-4ca7-8ade-c1f405090200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=ArDsCFtcbWhEqo86MV-UOf8; expires=Thu, 16-Dec-2021 04:15:25 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrEoVTWbBE1LEI02DfnODgDlHWpGhNOKvVo4-bIbgcw1Q6BdJYL2xS_pGtxpsdOEQbsC1ElN9VU9YyfxwIzHQq3zCuUPpBnh5PKs_CK7ljretS096MfdnXnyomPWIyUqdg72y4cUOJyTyLZu7Qx3jVPjHY6SmyHpCXHQjR2vR3Ev0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:25 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=f60df1b1-afcb-4d1d-91b5-e6d4e01d79b9&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',
+ '3ec72965-e6a4-4ada-9983-0752f9c10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AtuXBg-9ZHVFjV02NvnA54cWPr5BAQAAAF0nJdkOAAAA; expires=Thu, 16-Dec-2021 04:15:26 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:25 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .post('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/4210df97-936a-4cd3-9244-99a64ea3ebd6?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4210df97-936a-4cd3-9244-99a64ea3ebd6?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '4210df97-936a-4cd3-9244-99a64ea3ebd6',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1199',
+ 'x-ms-correlation-request-id',
+ 'e30d85ef-377d-4f9d-97e8-7b4d0d58beb4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041527Z:e30d85ef-377d-4f9d-97e8-7b4d0d58beb4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4210df97-936a-4cd3-9244-99a64ea3ebd6')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11907',
+ 'x-ms-request-id',
+ '30c90b3e-c9ea-4bec-800f-5e6dd67464b4',
+ 'x-ms-correlation-request-id',
+ '30c90b3e-c9ea-4bec-800f-5e6dd67464b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041527Z:30c90b3e-c9ea-4bec-800f-5e6dd67464b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4210df97-936a-4cd3-9244-99a64ea3ebd6')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11906',
+ 'x-ms-request-id',
+ '87491c80-15b8-4335-b856-59d2eef08e6f',
+ 'x-ms-correlation-request-id',
+ '87491c80-15b8-4335-b856-59d2eef08e6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041529Z:87491c80-15b8-4335-b856-59d2eef08e6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4210df97-936a-4cd3-9244-99a64ea3ebd6')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11905',
+ 'x-ms-request-id',
+ 'aaa5a5fe-84a0-4f71-8f57-05776b187fe4',
+ 'x-ms-correlation-request-id',
+ 'aaa5a5fe-84a0-4f71-8f57-05776b187fe4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041531Z:aaa5a5fe-84a0-4f71-8f57-05776b187fe4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4210df97-936a-4cd3-9244-99a64ea3ebd6')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11904',
+ 'x-ms-request-id',
+ '281fdbac-c8ea-49ee-aa39-61caf8eaa487',
+ 'x-ms-correlation-request-id',
+ '281fdbac-c8ea-49ee-aa39-61caf8eaa487',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041534Z:281fdbac-c8ea-49ee-aa39-61caf8eaa487',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/migrateToAutoscale/operationResults/4210df97-936a-4cd3-9244-99a64ea3ebd6')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2bdbb282eeaaccddf54c7ebb66aa659997f34faa8bd5ee534c2dbe112e93dd25fb49f65b6403fd7c79797f417116195d76d91371f3dfac51f1952e17707efa347fb3b3ba38f3203c4c047ab45f6ee4dd870e7978c3e5a14cb62b15ef8df7c84af3efa25bfe497","fc3f3d860e95ca010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11903',
+ 'x-ms-request-id',
+ '19589994-86b2-4ade-985d-420ad50191ac',
+ 'x-ms-correlation-request-id',
+ '19589994-86b2-4ade-985d-420ad50191ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041536Z:19589994-86b2-4ade-985d-420ad50191ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:35 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_update_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_update_test.js
new file mode 100644
index 000000000000..e5068c6553fa
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_cassandraresources_update_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "6a29d933f7dcc9b2bee835d1e8fc6ffa";
+
+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',
+ '5b0c8332-3344-49da-a2bd-2aba609e0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Ah3RN-hH4M1Cm-6dahHjwVA; expires=Thu, 16-Dec-2021 04:15:11 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrrZiGangd2d0m_Vk2UAfQTodbK1KeAVZxuIQ34ouPqWB6QtBnpugyrYHl4SFt6cG2bBKpThJDCRZfYCcBbmLFc8MiRTdr4NNer1889p-laCdTw9LaU5A-16M-xxAuNfbJN40FErKAWeiAaB2YW9fxoOlBPvrVONhRklkJmikMD48gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:11 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',
+ 'd4ef46f0-e630-4a94-8bdf-49314ef10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AtmBZ19kUKZAnvrjQ8TpRzg; expires=Thu, 16-Dec-2021 04:15:12 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9heD_wzzaFrW0wWoU_Tv8fM99QK-PZX1koB1LQdRdh8Py9cesCa1_IxoUDQjQfRO1hTS24lkzPVK2PZ9AblbkULiM9dmXP6pHHrGzZnZVzHTDGAw_Eo_xaRhtLN0YhFELJMAZOq11I4KsnjwwiBgw4fmxzlewwZ0m1cGgBRYglsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:11 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=41885d5e-6fcb-4218-9cb5-b1d04a6ef690&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',
+ 'b6c22fcc-f8b3-486c-8b1a-746d8e1c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AsI-pm0nQLdPhfmDoSeeWZQWPr5BAQAAAE8nJdkOAAAA; expires=Thu, 16-Dec-2021 04:15:12 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:11 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default', {"location":"eastus","properties":{"resource":{"throughput":400}}})
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default/operationResults/da604d5b-8e1b-456f-8273-487b0538146f?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/da604d5b-8e1b-456f-8273-487b0538146f?api-version=2021-10-15',
+ 'x-ms-request-id',
+ 'da604d5b-8e1b-456f-8273-487b0538146f',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1197',
+ 'x-ms-correlation-request-id',
+ '44a335c9-851c-474b-aa04-48b14762a115',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041513Z:44a335c9-851c-474b-aa04-48b14762a115',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/da604d5b-8e1b-456f-8273-487b0538146f')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11914',
+ 'x-ms-request-id',
+ '60b8f418-77a5-42b8-9e21-dc14d521146e',
+ 'x-ms-correlation-request-id',
+ '60b8f418-77a5-42b8-9e21-dc14d521146e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041513Z:60b8f418-77a5-42b8-9e21-dc14d521146e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/da604d5b-8e1b-456f-8273-487b0538146f')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11913',
+ 'x-ms-request-id',
+ '7b38e3c7-290a-4155-a6ff-f4c097e4c972',
+ 'x-ms-correlation-request-id',
+ '7b38e3c7-290a-4155-a6ff-f4c097e4c972',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041515Z:7b38e3c7-290a-4155-a6ff-f4c097e4c972',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/da604d5b-8e1b-456f-8273-487b0538146f')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11912',
+ 'x-ms-request-id',
+ '84e27fbe-d050-47ed-8440-8e23fdf86c07',
+ 'x-ms-correlation-request-id',
+ '84e27fbe-d050-47ed-8440-8e23fdf86c07',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041518Z:84e27fbe-d050-47ed-8440-8e23fdf86c07',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/da604d5b-8e1b-456f-8273-487b0538146f')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11911',
+ 'x-ms-request-id',
+ '22958de5-26b3-4537-8f85-3707b64ddd5d',
+ 'x-ms-correlation-request-id',
+ '22958de5-26b3-4537-8f85-3707b64ddd5d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041520Z:22958de5-26b3-4537-8f85-3707b64ddd5d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/cassandraKeyspaces/mykeyspacexxx/throughputSettings/default')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff6ef4eb3a6c996b33afbbdf2eb66954d733478abbf538bbbed9cfabb98afd6edebbc6d8be5457377969f67ebb2fd68f4517bbdca6938b7eb38d2551f38015d660b00bd3ebebca4bf6878abbc6e8bbcf9e8d12ffec81001bfbb973f7ab4bfb333fa68512c8bc57af1c6fbfc23fae2a35ff24b7e","c9ff0382311dbb78010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11910',
+ 'x-ms-request-id',
+ '04371957-d824-42c0-aee9-8bc0028372e3',
+ 'x-ms-correlation-request-id',
+ '04371957-d824-42c0-aee9-8bc0028372e3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041523Z:04371957-d824-42c0-aee9-8bc0028372e3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:22 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_cassandraresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_cassandraresources_test.js
new file mode 100644
index 000000000000..83f86135d737
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_cassandraresources_test.js
@@ -0,0 +1,2959 @@
+let nock = require('nock');
+
+module.exports.hash = "88654b6f30effbafcf431e0eb58a5bfb";
+
+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',
+ '0b24ff98-2978-4e10-88e4-968664d40100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Any00Rxhg4BKgFAlZPwbfHc; expires=Thu, 16-Dec-2021 04:11:38 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr2SAKKuol9FoaXeAmQaUvoD_2aqKCbec-GC7R8iaG1KW4H6VzTJqTrGsc7NuWO17adl0r8kJjNreDym5y9K7fOmcaV8-v28DEuDirzjBa1ludMqETiAdD02mihpdQA_RiqTI0vHDsQfcY4_bQbnnT3j_QqeZZNNu5j_6MJBrBR4sgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:37 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',
+ '2328ec7a-c17a-4e5d-a6ca-b98b31fa0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=At113-qRY7BDmFYELCK0gvc; expires=Thu, 16-Dec-2021 04:11:38 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrWYvY5GXOhW5jEtVU1i59GcjZBsIVGC4pVYpd0T5fxJrqFuuv-QfSDQdjxnjZYKd_DwJqh7XnfaKySyc6kKuiVjYMwhcUa2TnQVXDvYMYULRt5-VZPc47PGJhYMRHBsWnd4pBm2YScaYzN91bcuUrLRW-Qgt8IojTAboEWJtbFowgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:38 GMT',
+ 'Content-Length',
+ '1753'
+]);
+
+nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true})
+ .post('/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token', "client_id=azure_client_id&scope=https%3A%2F%2Fsanitized%2F&grant_type=client_credentials&x-client-SKU=msal.js.node&x-client-VER=1.3.3&x-client-OS=win32&x-client-CPU=x64&x-ms-lib-capability=retry-after, h429&x-client-current-telemetry=5|771,2,,,|,&x-client-last-telemetry=5|0|||0,0&client-request-id=95712aae-6cb6-4c44-aef0-90cff86c92a9&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',
+ '4babd1e2-3f69-4056-80cc-eab6f1be0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AtO9w7vpbUBNimfiVVq8Tt4WPr5BAQAAAHkmJdkOAAAA; expires=Thu, 16-Dec-2021 04:11:38 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:38 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4', {"location":"eastus","kind":"GlobalDocumentDB","properties":{"locations":[{"locationName":"eastus","failoverPriority":0,"isZoneRedundant":false}],"databaseAccountOfferType":"Standard","capabilities":[{"name":"EnableCassandra"}],"apiProperties":{},"createMode":"Default"}})
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b777e97f9fbed9d97fb4bbfb68ffd3f1c1bdfdddfb07f77eea237a9306becaebb6c801097f5d160d215c2c2f5eb70484209c001afd4d1daed693b298bec8dbabaa7e4b28e60dbdf5d1e9329b94f98cbecff9b7e3755b2de895e9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f973a510010a1abdcc08297cf17be5d75f103e6de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd62586f8bdef8f0cbec7abe20dcd047df8d149d634d9725667348659d1e06beaf609cdc3ec8bbccd30298cac19b2f620983eabf3fc4dd11be5f1322baf890859f99a70cf2e8894fa7dd6fde6a45a9e1717eb9a09816968a6f37c91013b42eebb79593ecdcf8b258d8d26ac58366db69ce66734d28fee4fee7f7affe1e4e1f6fdf3831de2f9c9647b32fb74777b2fcb77eeef4df7f70f1e1e604c34008fabbe3c3fcf6b854eb3bc9c6535666f969f67343567b37c49a4bfa62fe9c3a590ef785a3eb95e1199e8d317d532a76f945098c092a67c6ec737a5d92c881f97d3eb9715f10b41fac506380dd57cf73cbfcc4b02f79a488a718f3e5a64efce963493975979b67c9d139c19f5779fbf203ccb7c494d5fd6448b771f3ddaddd9216a501b47ba2f89d76a92627a0942718529037af88e3efb9eea8d4048b7f3ac69d7903323ab2f44949dbcde2014e7cae52feba2a21e69b43b344bcd4f11955ee5b33551774982c8b4f925c47df4e2ecff7548996efe5f83906d0e0662e5f475f1b2905cc7e8605ad5008adfb25536294a5236da8dea7251134e35e0ad62e5e99149367dbb5e318604f5171bbdfe32a79e66c594fa26cdcabf7e51cdf29781a295771db77f512cd764883e7ab4b74f74916f5fe5242718936bf66d325ed4e8c03451056228083c3e3a5b525322d52f2111e84aef2b357f6710acef7d9f5a90b8501f208b1d00cbf72ff925","ff0fa140f5bb66070000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4/operationResults/881d3c30-7433-497e-bca8-0c141651a961?api-version=2021-10-15',
+ 'Vary',
+ 'Accept-Encoding',
+ 'x-ms-request-id',
+ '881d3c30-7433-497e-bca8-0c141651a961',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961?api-version=2021-10-15',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1199',
+ 'x-ms-correlation-request-id',
+ 'da0a154a-6a05-4283-8ac9-1e45c0258cc0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041149Z:da0a154a-6a05-4283-8ac9-1e45c0258cc0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11999',
+ 'x-ms-request-id',
+ 'feed8311-c1e5-4d55-9a57-defee1678b40',
+ 'x-ms-correlation-request-id',
+ 'feed8311-c1e5-4d55-9a57-defee1678b40',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041149Z:feed8311-c1e5-4d55-9a57-defee1678b40',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11998',
+ 'x-ms-request-id',
+ '51e3febe-88cf-421e-8d09-b0341bc613f3',
+ 'x-ms-correlation-request-id',
+ '51e3febe-88cf-421e-8d09-b0341bc613f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041152Z:51e3febe-88cf-421e-8d09-b0341bc613f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11997',
+ 'x-ms-request-id',
+ '45d15e8d-88d6-4118-b8f0-d8f1afd12182',
+ 'x-ms-correlation-request-id',
+ '45d15e8d-88d6-4118-b8f0-d8f1afd12182',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041154Z:45d15e8d-88d6-4118-b8f0-d8f1afd12182',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11996',
+ 'x-ms-request-id',
+ '97fc08ca-bf0b-4931-b766-7a20bb745f49',
+ 'x-ms-correlation-request-id',
+ '97fc08ca-bf0b-4931-b766-7a20bb745f49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041156Z:97fc08ca-bf0b-4931-b766-7a20bb745f49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11995',
+ 'x-ms-request-id',
+ 'a574eb19-a6fe-4e1c-915f-3fbf943cea47',
+ 'x-ms-correlation-request-id',
+ 'a574eb19-a6fe-4e1c-915f-3fbf943cea47',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041159Z:a574eb19-a6fe-4e1c-915f-3fbf943cea47',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:11:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11994',
+ 'x-ms-request-id',
+ 'd746edf1-cc4b-4dbc-9353-9705d42324bf',
+ 'x-ms-correlation-request-id',
+ 'd746edf1-cc4b-4dbc-9353-9705d42324bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041201Z:d746edf1-cc4b-4dbc-9353-9705d42324bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11993',
+ 'x-ms-request-id',
+ '6d44ac02-8442-42d6-9f67-718e0c66f1ca',
+ 'x-ms-correlation-request-id',
+ '6d44ac02-8442-42d6-9f67-718e0c66f1ca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041203Z:6d44ac02-8442-42d6-9f67-718e0c66f1ca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11992',
+ 'x-ms-request-id',
+ '35be9e77-1610-441e-994f-4fda7e4b4a6f',
+ 'x-ms-correlation-request-id',
+ '35be9e77-1610-441e-994f-4fda7e4b4a6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041206Z:35be9e77-1610-441e-994f-4fda7e4b4a6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11991',
+ 'x-ms-request-id',
+ 'd50f1004-3625-43bc-8889-50b78a6a2592',
+ 'x-ms-correlation-request-id',
+ 'd50f1004-3625-43bc-8889-50b78a6a2592',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041208Z:d50f1004-3625-43bc-8889-50b78a6a2592',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11990',
+ 'x-ms-request-id',
+ '93437c16-39a9-457c-932d-9a08d6a4681e',
+ 'x-ms-correlation-request-id',
+ '93437c16-39a9-457c-932d-9a08d6a4681e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041210Z:93437c16-39a9-457c-932d-9a08d6a4681e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11989',
+ 'x-ms-request-id',
+ 'abe69688-5391-4e29-a13c-79ce367aace1',
+ 'x-ms-correlation-request-id',
+ 'abe69688-5391-4e29-a13c-79ce367aace1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041213Z:abe69688-5391-4e29-a13c-79ce367aace1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11988',
+ 'x-ms-request-id',
+ '2206d111-e35c-4fcb-b24b-a37abcd91056',
+ 'x-ms-correlation-request-id',
+ '2206d111-e35c-4fcb-b24b-a37abcd91056',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041215Z:2206d111-e35c-4fcb-b24b-a37abcd91056',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11987',
+ 'x-ms-request-id',
+ '07645257-872e-45cf-8f94-6b3df790bf63',
+ 'x-ms-correlation-request-id',
+ '07645257-872e-45cf-8f94-6b3df790bf63',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041217Z:07645257-872e-45cf-8f94-6b3df790bf63',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11986',
+ 'x-ms-request-id',
+ 'f59f6cbf-ab98-4e8d-ac92-22946dacad76',
+ 'x-ms-correlation-request-id',
+ 'f59f6cbf-ab98-4e8d-ac92-22946dacad76',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041220Z:f59f6cbf-ab98-4e8d-ac92-22946dacad76',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11985',
+ 'x-ms-request-id',
+ 'bda272dd-eaf6-4d98-859e-4ca1438eb8e8',
+ 'x-ms-correlation-request-id',
+ 'bda272dd-eaf6-4d98-859e-4ca1438eb8e8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041222Z:bda272dd-eaf6-4d98-859e-4ca1438eb8e8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11984',
+ 'x-ms-request-id',
+ 'c0791f1f-16df-45b6-9537-2dbe878dcf5d',
+ 'x-ms-correlation-request-id',
+ 'c0791f1f-16df-45b6-9537-2dbe878dcf5d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041225Z:c0791f1f-16df-45b6-9537-2dbe878dcf5d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11983',
+ 'x-ms-request-id',
+ 'ed81d74a-5886-4de6-b5e5-2c1b43295593',
+ 'x-ms-correlation-request-id',
+ 'ed81d74a-5886-4de6-b5e5-2c1b43295593',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041227Z:ed81d74a-5886-4de6-b5e5-2c1b43295593',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11982',
+ 'x-ms-request-id',
+ '105ef9ae-26bd-42f2-a1bb-8450d1fff132',
+ 'x-ms-correlation-request-id',
+ '105ef9ae-26bd-42f2-a1bb-8450d1fff132',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041230Z:105ef9ae-26bd-42f2-a1bb-8450d1fff132',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11981',
+ 'x-ms-request-id',
+ '1759bb8f-3bf6-4edb-8938-563b8d224abf',
+ 'x-ms-correlation-request-id',
+ '1759bb8f-3bf6-4edb-8938-563b8d224abf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041232Z:1759bb8f-3bf6-4edb-8938-563b8d224abf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11980',
+ 'x-ms-request-id',
+ 'b2ddc36b-093e-4604-b2dc-e2e95ecb6acf',
+ 'x-ms-correlation-request-id',
+ 'b2ddc36b-093e-4604-b2dc-e2e95ecb6acf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041234Z:b2ddc36b-093e-4604-b2dc-e2e95ecb6acf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11979',
+ 'x-ms-request-id',
+ 'a39540f4-c55d-4515-b2f4-1de5b9b299b6',
+ 'x-ms-correlation-request-id',
+ 'a39540f4-c55d-4515-b2f4-1de5b9b299b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041237Z:a39540f4-c55d-4515-b2f4-1de5b9b299b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11978',
+ 'x-ms-request-id',
+ '680ec92e-20df-48a8-aadb-c105e9341389',
+ 'x-ms-correlation-request-id',
+ '680ec92e-20df-48a8-aadb-c105e9341389',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041239Z:680ec92e-20df-48a8-aadb-c105e9341389',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11977',
+ 'x-ms-request-id',
+ '98a024cb-e241-4164-ba1e-1f1610218807',
+ 'x-ms-correlation-request-id',
+ '98a024cb-e241-4164-ba1e-1f1610218807',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041241Z:98a024cb-e241-4164-ba1e-1f1610218807',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11976',
+ 'x-ms-request-id',
+ '62a9265b-92d9-49f5-8e0f-54931d6e6e0e',
+ 'x-ms-correlation-request-id',
+ '62a9265b-92d9-49f5-8e0f-54931d6e6e0e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041244Z:62a9265b-92d9-49f5-8e0f-54931d6e6e0e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11975',
+ 'x-ms-request-id',
+ '31e2292f-3d97-450e-b8ef-a9f49708d2b5',
+ 'x-ms-correlation-request-id',
+ '31e2292f-3d97-450e-b8ef-a9f49708d2b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041246Z:31e2292f-3d97-450e-b8ef-a9f49708d2b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11974',
+ 'x-ms-request-id',
+ 'b4771cf3-c888-4a7c-9bcf-30ed338ca00c',
+ 'x-ms-correlation-request-id',
+ 'b4771cf3-c888-4a7c-9bcf-30ed338ca00c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041248Z:b4771cf3-c888-4a7c-9bcf-30ed338ca00c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11973',
+ 'x-ms-request-id',
+ '0b4a508f-f2ae-453f-8c9b-8d17b71a30f4',
+ 'x-ms-correlation-request-id',
+ '0b4a508f-f2ae-453f-8c9b-8d17b71a30f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041251Z:0b4a508f-f2ae-453f-8c9b-8d17b71a30f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11972',
+ 'x-ms-request-id',
+ 'e8690f7c-cdb3-4d06-b196-39a18df87707',
+ 'x-ms-correlation-request-id',
+ 'e8690f7c-cdb3-4d06-b196-39a18df87707',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041253Z:e8690f7c-cdb3-4d06-b196-39a18df87707',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11971',
+ 'x-ms-request-id',
+ 'f2cec992-8934-4f60-91cb-a6c5de74d9c4',
+ 'x-ms-correlation-request-id',
+ 'f2cec992-8934-4f60-91cb-a6c5de74d9c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041255Z:f2cec992-8934-4f60-91cb-a6c5de74d9c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11970',
+ 'x-ms-request-id',
+ 'c5123170-1637-442c-a77b-5d701c1ee684',
+ 'x-ms-correlation-request-id',
+ 'c5123170-1637-442c-a77b-5d701c1ee684',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041258Z:c5123170-1637-442c-a77b-5d701c1ee684',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:12:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11969',
+ 'x-ms-request-id',
+ 'c61acb07-efad-42b5-b65d-94d73b8fde07',
+ 'x-ms-correlation-request-id',
+ 'c61acb07-efad-42b5-b65d-94d73b8fde07',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041300Z:c61acb07-efad-42b5-b65d-94d73b8fde07',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11968',
+ 'x-ms-request-id',
+ '0ec18bb7-89c9-48a9-b45d-a0cbf75ebce3',
+ 'x-ms-correlation-request-id',
+ '0ec18bb7-89c9-48a9-b45d-a0cbf75ebce3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041302Z:0ec18bb7-89c9-48a9-b45d-a0cbf75ebce3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11967',
+ 'x-ms-request-id',
+ '492dbd57-5ad5-448a-a97f-6c6d52aa946d',
+ 'x-ms-correlation-request-id',
+ '492dbd57-5ad5-448a-a97f-6c6d52aa946d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041305Z:492dbd57-5ad5-448a-a97f-6c6d52aa946d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11966',
+ 'x-ms-request-id',
+ '4719404e-d67d-4857-9dba-a94e375696ba',
+ 'x-ms-correlation-request-id',
+ '4719404e-d67d-4857-9dba-a94e375696ba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041307Z:4719404e-d67d-4857-9dba-a94e375696ba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11965',
+ 'x-ms-request-id',
+ 'bbf901ae-399e-4b1c-b0be-c2b84591196c',
+ 'x-ms-correlation-request-id',
+ 'bbf901ae-399e-4b1c-b0be-c2b84591196c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041309Z:bbf901ae-399e-4b1c-b0be-c2b84591196c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11964',
+ 'x-ms-request-id',
+ 'a719e211-57f3-4c11-b093-66590caded85',
+ 'x-ms-correlation-request-id',
+ 'a719e211-57f3-4c11-b093-66590caded85',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041312Z:a719e211-57f3-4c11-b093-66590caded85',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11963',
+ 'x-ms-request-id',
+ 'a37e8202-0213-4679-abaf-42065b4d7426',
+ 'x-ms-correlation-request-id',
+ 'a37e8202-0213-4679-abaf-42065b4d7426',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041314Z:a37e8202-0213-4679-abaf-42065b4d7426',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11962',
+ 'x-ms-request-id',
+ 'd07973ed-4d6d-40d1-936f-8382fe64df28',
+ 'x-ms-correlation-request-id',
+ 'd07973ed-4d6d-40d1-936f-8382fe64df28',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041316Z:d07973ed-4d6d-40d1-936f-8382fe64df28',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11961',
+ 'x-ms-request-id',
+ '3c08e3df-cdb5-4056-bc53-70bc8e82cf0c',
+ 'x-ms-correlation-request-id',
+ '3c08e3df-cdb5-4056-bc53-70bc8e82cf0c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041319Z:3c08e3df-cdb5-4056-bc53-70bc8e82cf0c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11960',
+ 'x-ms-request-id',
+ '04d95375-0c9d-42e5-abfa-e86798821915',
+ 'x-ms-correlation-request-id',
+ '04d95375-0c9d-42e5-abfa-e86798821915',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041321Z:04d95375-0c9d-42e5-abfa-e86798821915',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11959',
+ 'x-ms-request-id',
+ '765e756b-0cec-4b86-872c-e44d5810bcdc',
+ 'x-ms-correlation-request-id',
+ '765e756b-0cec-4b86-872c-e44d5810bcdc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041323Z:765e756b-0cec-4b86-872c-e44d5810bcdc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11958',
+ 'x-ms-request-id',
+ 'a7694096-0376-446e-8a89-c0f2102af8c6',
+ 'x-ms-correlation-request-id',
+ 'a7694096-0376-446e-8a89-c0f2102af8c6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041327Z:a7694096-0376-446e-8a89-c0f2102af8c6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11957',
+ 'x-ms-request-id',
+ '20649dc4-e4dd-4bd9-b069-59291d1cc807',
+ 'x-ms-correlation-request-id',
+ '20649dc4-e4dd-4bd9-b069-59291d1cc807',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041329Z:20649dc4-e4dd-4bd9-b069-59291d1cc807',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11956',
+ 'x-ms-request-id',
+ 'ba4f6082-b1d9-48e1-8e86-2dac5abab493',
+ 'x-ms-correlation-request-id',
+ 'ba4f6082-b1d9-48e1-8e86-2dac5abab493',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041331Z:ba4f6082-b1d9-48e1-8e86-2dac5abab493',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11955',
+ 'x-ms-request-id',
+ 'c114ea27-3ab2-4479-ae95-29b02147bde7',
+ 'x-ms-correlation-request-id',
+ 'c114ea27-3ab2-4479-ae95-29b02147bde7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041334Z:c114ea27-3ab2-4479-ae95-29b02147bde7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11954',
+ 'x-ms-request-id',
+ '281d85fb-f36b-41b1-8225-8a456b301dcb',
+ 'x-ms-correlation-request-id',
+ '281d85fb-f36b-41b1-8225-8a456b301dcb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041336Z:281d85fb-f36b-41b1-8225-8a456b301dcb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11953',
+ 'x-ms-request-id',
+ '1a735a28-f476-41f8-8ff4-8e6ad9d5f7d9',
+ 'x-ms-correlation-request-id',
+ '1a735a28-f476-41f8-8ff4-8e6ad9d5f7d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041338Z:1a735a28-f476-41f8-8ff4-8e6ad9d5f7d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11952',
+ 'x-ms-request-id',
+ '98154e3f-ba14-4e8b-9de9-d4fbd3f66fdf',
+ 'x-ms-correlation-request-id',
+ '98154e3f-ba14-4e8b-9de9-d4fbd3f66fdf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041341Z:98154e3f-ba14-4e8b-9de9-d4fbd3f66fdf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11951',
+ 'x-ms-request-id',
+ '9b5c8922-8e15-40e0-83fb-63842dfd0890',
+ 'x-ms-correlation-request-id',
+ '9b5c8922-8e15-40e0-83fb-63842dfd0890',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041344Z:9b5c8922-8e15-40e0-83fb-63842dfd0890',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11950',
+ 'x-ms-request-id',
+ 'd0303804-f006-466f-a0f9-6eccf68c121e',
+ 'x-ms-correlation-request-id',
+ 'd0303804-f006-466f-a0f9-6eccf68c121e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041347Z:d0303804-f006-466f-a0f9-6eccf68c121e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11949',
+ 'x-ms-request-id',
+ 'c927a9c7-e978-41fe-956e-21e6886b62fb',
+ 'x-ms-correlation-request-id',
+ 'c927a9c7-e978-41fe-956e-21e6886b62fb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041350Z:c927a9c7-e978-41fe-956e-21e6886b62fb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11948',
+ 'x-ms-request-id',
+ '4dcad49b-fa43-4216-8b36-60f0fdada417',
+ 'x-ms-correlation-request-id',
+ '4dcad49b-fa43-4216-8b36-60f0fdada417',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041352Z:4dcad49b-fa43-4216-8b36-60f0fdada417',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11947',
+ 'x-ms-request-id',
+ '12d5cbb3-e088-4078-81ac-dd2ae0d25b47',
+ 'x-ms-correlation-request-id',
+ '12d5cbb3-e088-4078-81ac-dd2ae0d25b47',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041354Z:12d5cbb3-e088-4078-81ac-dd2ae0d25b47',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11946',
+ 'x-ms-request-id',
+ '8eb960a6-6351-4a49-895a-ba76b5ca0647',
+ 'x-ms-correlation-request-id',
+ '8eb960a6-6351-4a49-895a-ba76b5ca0647',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041357Z:8eb960a6-6351-4a49-895a-ba76b5ca0647',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11945',
+ 'x-ms-request-id',
+ 'c964e478-edb7-4244-bd9e-a1b455d5ccc6',
+ 'x-ms-correlation-request-id',
+ 'c964e478-edb7-4244-bd9e-a1b455d5ccc6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041359Z:c964e478-edb7-4244-bd9e-a1b455d5ccc6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:13:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11944',
+ 'x-ms-request-id',
+ '197d08a2-42e3-4c96-89c1-505bb5616010',
+ 'x-ms-correlation-request-id',
+ '197d08a2-42e3-4c96-89c1-505bb5616010',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041402Z:197d08a2-42e3-4c96-89c1-505bb5616010',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11943',
+ 'x-ms-request-id',
+ '75f24395-cd71-400f-8362-453f0ef51496',
+ 'x-ms-correlation-request-id',
+ '75f24395-cd71-400f-8362-453f0ef51496',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041404Z:75f24395-cd71-400f-8362-453f0ef51496',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11942',
+ 'x-ms-request-id',
+ '607f5deb-0493-42fb-9d39-361bef15cd4f',
+ 'x-ms-correlation-request-id',
+ '607f5deb-0493-42fb-9d39-361bef15cd4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041406Z:607f5deb-0493-42fb-9d39-361bef15cd4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11941',
+ 'x-ms-request-id',
+ 'd53ab1b5-1ffd-4bea-a66b-f1f8f588d1f9',
+ 'x-ms-correlation-request-id',
+ 'd53ab1b5-1ffd-4bea-a66b-f1f8f588d1f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041408Z:d53ab1b5-1ffd-4bea-a66b-f1f8f588d1f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11940',
+ 'x-ms-request-id',
+ '77c91fd3-8826-4a6a-93d3-ee035665e36d',
+ 'x-ms-correlation-request-id',
+ '77c91fd3-8826-4a6a-93d3-ee035665e36d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041411Z:77c91fd3-8826-4a6a-93d3-ee035665e36d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11939',
+ 'x-ms-request-id',
+ 'd7a6b1ed-dc90-4e0c-bbf2-3568dca5f04d',
+ 'x-ms-correlation-request-id',
+ 'd7a6b1ed-dc90-4e0c-bbf2-3568dca5f04d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041413Z:d7a6b1ed-dc90-4e0c-bbf2-3568dca5f04d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11938',
+ 'x-ms-request-id',
+ '519d8a22-01c1-47ce-a4d0-7be8f4a64e96',
+ 'x-ms-correlation-request-id',
+ '519d8a22-01c1-47ce-a4d0-7be8f4a64e96',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041416Z:519d8a22-01c1-47ce-a4d0-7be8f4a64e96',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11937',
+ 'x-ms-request-id',
+ '9f37a5a6-0869-4c89-8f64-059ddbf3d8e1',
+ 'x-ms-correlation-request-id',
+ '9f37a5a6-0869-4c89-8f64-059ddbf3d8e1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041418Z:9f37a5a6-0869-4c89-8f64-059ddbf3d8e1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11936',
+ 'x-ms-request-id',
+ '8b2e950b-235b-475c-9da3-e35bca145466',
+ 'x-ms-correlation-request-id',
+ '8b2e950b-235b-475c-9da3-e35bca145466',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041420Z:8b2e950b-235b-475c-9da3-e35bca145466',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11935',
+ 'x-ms-request-id',
+ '2ba8d8e4-589e-4dba-8855-bf6a40c4e090',
+ 'x-ms-correlation-request-id',
+ '2ba8d8e4-589e-4dba-8855-bf6a40c4e090',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041423Z:2ba8d8e4-589e-4dba-8855-bf6a40c4e090',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11934',
+ 'x-ms-request-id',
+ '78d118e0-4b49-40c8-b3b5-690384feb6fe',
+ 'x-ms-correlation-request-id',
+ '78d118e0-4b49-40c8-b3b5-690384feb6fe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041425Z:78d118e0-4b49-40c8-b3b5-690384feb6fe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11933',
+ 'x-ms-request-id',
+ 'a20efddc-dd48-4d13-a267-205983e3176d',
+ 'x-ms-correlation-request-id',
+ 'a20efddc-dd48-4d13-a267-205983e3176d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041428Z:a20efddc-dd48-4d13-a267-205983e3176d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11932',
+ 'x-ms-request-id',
+ '3c5ff38b-ad7c-43d1-b8a8-3b96b536eb1f',
+ 'x-ms-correlation-request-id',
+ '3c5ff38b-ad7c-43d1-b8a8-3b96b536eb1f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041431Z:3c5ff38b-ad7c-43d1-b8a8-3b96b536eb1f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11931',
+ 'x-ms-request-id',
+ '19cffa3d-8684-402d-991f-fb8d8a1f612f',
+ 'x-ms-correlation-request-id',
+ '19cffa3d-8684-402d-991f-fb8d8a1f612f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041433Z:19cffa3d-8684-402d-991f-fb8d8a1f612f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11930',
+ 'x-ms-request-id',
+ '9f4dd9e6-5f39-4285-9368-4e5af91ff2dc',
+ 'x-ms-correlation-request-id',
+ '9f4dd9e6-5f39-4285-9368-4e5af91ff2dc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041435Z:9f4dd9e6-5f39-4285-9368-4e5af91ff2dc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11929',
+ 'x-ms-request-id',
+ '0f77e499-d785-48b0-8484-bfc0a774debd',
+ 'x-ms-correlation-request-id',
+ '0f77e499-d785-48b0-8484-bfc0a774debd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041438Z:0f77e499-d785-48b0-8484-bfc0a774debd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11928',
+ 'x-ms-request-id',
+ '6b2c9f64-9cc7-41c2-90ea-3c27a6e1073d',
+ 'x-ms-correlation-request-id',
+ '6b2c9f64-9cc7-41c2-90ea-3c27a6e1073d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041440Z:6b2c9f64-9cc7-41c2-90ea-3c27a6e1073d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11927',
+ 'x-ms-request-id',
+ 'c8767a6b-d957-4c37-9529-e8876524c43e',
+ 'x-ms-correlation-request-id',
+ 'c8767a6b-d957-4c37-9529-e8876524c43e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041442Z:c8767a6b-d957-4c37-9529-e8876524c43e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11926',
+ 'x-ms-request-id',
+ '2eaec4c9-26d3-4ece-8fcc-18b84c33355f',
+ 'x-ms-correlation-request-id',
+ '2eaec4c9-26d3-4ece-8fcc-18b84c33355f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041445Z:2eaec4c9-26d3-4ece-8fcc-18b84c33355f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11925',
+ 'x-ms-request-id',
+ '10ac7827-d71e-4c2b-858d-b0878aaf04ff',
+ 'x-ms-correlation-request-id',
+ '10ac7827-d71e-4c2b-858d-b0878aaf04ff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041447Z:10ac7827-d71e-4c2b-858d-b0878aaf04ff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11924',
+ 'x-ms-request-id',
+ '187d717c-2e57-4384-850f-c861ea244b5d',
+ 'x-ms-correlation-request-id',
+ '187d717c-2e57-4384-850f-c861ea244b5d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041449Z:187d717c-2e57-4384-850f-c861ea244b5d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/881d3c30-7433-497e-bca8-0c141651a961')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11923',
+ 'x-ms-request-id',
+ '37288b9f-21ee-47bc-a89a-16ba035dbcaa',
+ 'x-ms-correlation-request-id',
+ '37288b9f-21ee-47bc-a89a-16ba035dbcaa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041452Z:37288b9f-21ee-47bc-a89a-16ba035dbcaa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77eff63f1a7db4cc1639a1d4fdb8aca619b0a3af4eb3a64dbf7a4d1fb6d72bb4bd5547d4fc6db1c4683f2fab4956baa6f44d9b5d341f3dfac5bf64f451734dc3583ca597e9ef8fa6759eb5f9ecb8a5d7f676f676b777e97f9fbed9d97fb4bbffe8defef8c1c37b0f76ee1dfcd447f4260d7c95d76d910312feba2c1a42b8585ebc6e09084178bd9e4ef37c96cfa8c799767fba9cadaa62890ee66dbb6a1edd0d2932360d9b71f683759d8fa7d5e2d1fefebdbb04639a354db69cd5d98d406c4b7abd59541158abf5a42ca62ff2f6aaaadf12cdf28686f1d1e9329b948c6fcebf1dafdb6a41f3307d9615657599d71f3d3acfca2637df7fb12edb6255e6dfad8b367fae53468082462f33a212bef8bdf2eb2f88406de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd62568febdef8f0cbec7abe20db1067df8d18919398d615634f89aba7d428c31fb226f337009236b86ac3d08a6cfea3c7f53f44679bcccca6b224256be26dcb30b9a5bfd3eeb7e73522dcf8b8b75cd84005f34d379bec8801d21f7ddbc2c9fe6e7c592c6461c542c9b365b4ef3331ae947f727f73fbdff70f270fbfef9c10e09e164b23d997dbabbbd97e53bf7f7a6fbfb070f0f30261a80c7e65f9e9fe7b54227b65bceb21ab337cbcf339a9ab3193152d15ed397cf8aba693113d7f643923d21e8f1b47c72bd22c251bb17d532a76f947498d29298606e473ca5f92d486496d3eb97157110c1fec5a63b1abcf9ee797e999704ee35111994187db4c8de9d2d696e2fb3f26cf93a273833eaef3e7f419897f9929abeac893aef3e7ab4bbb343f4a1368e985f12f7d5a468e825c8ed152611e8e13bfaec7baada0239d8ceb3a65d43151875f242b48d532946dc6e122905b5493c6f5201e72a432feba222ec89723bc403cd4f11c55fe5b335cd1dba673aff12e26d5245b3ff5f0fd0a0fcffcbc1d9e61012b6115f778c1692eb181d4cab1a40f15bb6ca2645492a56bb51932acad12944bc55ac3ced39c9a66fd72bc690a0fe62635e5fe6d4d3ac9852df64e0f8d72faa59fe32b077f2ae93e82f8ae59afc818f1eeded135de4db5739e9028cc935fb36f910d4e8c03451b56928083c3efa3caf3efa2524e25dedf44a3d9033288eef7d9f5a903a20f82089459ef5d72ff9","25ff0f29dc84f1e9080000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11922',
+ 'x-ms-request-id',
+ '472e392b-bfb2-48b9-8cc5-cb0a0a8ef6bb',
+ 'x-ms-correlation-request-id',
+ '472e392b-bfb2-48b9-8cc5-cb0a0a8ef6bb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041454Z:472e392b-bfb2-48b9-8cc5-cb0a0a8ef6bb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:14:54 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js
new file mode 100644
index 000000000000..7b0d009a9ff4
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_for_mongodbresources_test.js
@@ -0,0 +1,3031 @@
+let nock = require('nock');
+
+module.exports.hash = "ea07351b17eaf32261cbbee65aae0433";
+
+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',
+ '3408a19e-1bd4-474f-a602-464e4c140200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AgWZJgOlNm5Kl3sgblMFrXg; expires=Thu, 16-Dec-2021 05:23:38 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrl_F8509-OWIkYJIDvamt8jOA1EMPPtYrMjUExVYysVqzQrVqiugFCb02jp_Lw6RUT1gr3aTGfaQwN03pu4aUbhGBtjt7Vs_8zKTBhpsXMHCSECG0Uk2q-dOs1DUcuX3Kao1CNTLTqMrIe1wdVyA0CeM057r23LayYigOjyz0U5wgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:38 GMT',
+ 'Content-Length',
+ '980'
+]);
+
+nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true})
+ .get('/88888888-8888-8888-8888-888888888888/v2.0/.well-known/openid-configuration')
+ .reply(200, {"token_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"kerberos_endpoint":"https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/kerberos","tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}, [
+ 'Cache-Control',
+ 'max-age=86400, private',
+ 'Content-Type',
+ 'application/json; charset=utf-8',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Access-Control-Allow-Origin',
+ '*',
+ 'Access-Control-Allow-Methods',
+ 'GET, OPTIONS',
+ 'P3P',
+ 'CP="DSP CUR OTPi IND OTRi ONL FIN"',
+ 'x-ms-request-id',
+ 'e4a5a4cd-f48a-4f01-ba0e-f5d7493b0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Au_IrVUPgyBGrolCqqpJnOs; expires=Thu, 16-Dec-2021 05:23:39 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr98AKuRoYdR_zFtrw8aQtMDDvj5YTauhfBMZDjDNOTyuV82uYmQYbzgic5O5TlbGBTvWFX-JpKhAg7ebtdEj-MkjL_KsTFKcCxfUfMv0tak2UuzDsblR7dCkhMhbXCyy4osgyTJ2BjyC1xii15EVzl4_RE9A8OAYgDLOnC9DuZGsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:39 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=dd9ec7f2-ba34-46ad-a91a-289213a41bd9&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',
+ 'b6c22fcc-f8b3-486c-8b1a-746d7b750200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=Av9WKo74Z49Ouhq2XnhklFYWPr5BAQAAAFo3JdkOAAAA; expires=Thu, 16-Dec-2021 05:23:39 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:39 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6', {"location":"eastus","kind":"MongoDB","properties":{"locations":[{"locationName":"eastus","failoverPriority":0,"isZoneRedundant":false}],"databaseAccountOfferType":"Standard","apiProperties":{},"createMode":"Default"}})
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b777e97f9fbed9b9ff68efdea3fdfbe3070f1feedd7ff8f0a73ea23769bcabbc6e8b1c90f0d765d1109ec5f2e2754b4008c209a0d1dfd4e16a3d298be98bbcbdaaeab78459ded05b1f9d2eb34999cfe8fb9c7f3b5eb7d5825e993ecb8ab2bacceb8f1e9d6765939befbf58976db12af3efd6459b3f57c210a0a0d1cb8c90c217bf577e4d232edaca81299a9f2cea769d958ac9b3a26cf3daa0615a5d066d5ead4b0cf17bdf1f197c8f57c51b9a00fad023e9ac68f02575fa84883ffb226f33cc04a36a06acf005cf67759ebf297a633c5e66e53591202b5f13e6d9051152bfcfbadf9c54cbf3e2625d33193009cd749e2f32e046a83d5b97e53362c8b268af315fc5b269b3e5343fa3817e941f3c3ccf1feeef6c3f78901f6cef9fef4eb70f7627b3ed83bdec613eb997dfcfef3dc0a068041e2f7d797e9ed70a9e267939cb6a4cde2c3fcf6866ce66f992287f4d5fd2874ba1def1b47c72bdca30fa8f5e54cb9cbe514a61fe4a9af1b91de09426b320765c4eaf5f56c42e04e9171be03456f3ddf3fc322f09dc6ba229063efa6891bd3b5bd2445e66e5d9f2754e7066d4df7dfe82f02cf325357d59e7e7c5bb8f1eedeeec1035b255f13260e0865ecfeb9f24f905cc471fdd1b7f0aaa112c47e32fa9454d24c50bf4dd15e616c3c077f4d9f754ab0422bc9d674dbb86141a497e2182eea4f906d939576178591715f54854d9a1d96c7e8aa8f92a9fad69169624af4cc35f424c4a2fcefe5f8794e9e6ff3508d9e660346681af8b9785e43a4607d3aa0650fc96adb249416268ba514d2fda8435c84778a35879aa66924ddfae578c1d41fcc546e3bfcca9975931a57e8977f9d72faa591eb2b2bceb24e28b62b92613f5d1a3bd7da2897cfb2a2759c2785cb36f9359a34607a6896a19433de0f1d1d9929a12997e09b17f57c25fa9613c83f07deffbd4824485fa0049ec005807fc925f","f2ff0067a3e13d80070000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/operationResults/6f2ba874-c875-45ce-ad39-988b730efd0c?api-version=2021-10-15',
+ 'Vary',
+ 'Accept-Encoding',
+ 'x-ms-request-id',
+ '6f2ba874-c875-45ce-ad39-988b730efd0c',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c?api-version=2021-10-15',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1199',
+ 'x-ms-correlation-request-id',
+ '47c3feae-f8a5-4c91-a091-2fde814484dc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052348Z:47c3feae-f8a5-4c91-a091-2fde814484dc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10898',
+ 'x-ms-request-id',
+ 'dfa2c5d1-ebf5-4086-8e04-469f7f6b111b',
+ 'x-ms-correlation-request-id',
+ 'dfa2c5d1-ebf5-4086-8e04-469f7f6b111b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052348Z:dfa2c5d1-ebf5-4086-8e04-469f7f6b111b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10897',
+ 'x-ms-request-id',
+ '73173a2a-22cc-496c-afae-7337c0991450',
+ 'x-ms-correlation-request-id',
+ '73173a2a-22cc-496c-afae-7337c0991450',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052351Z:73173a2a-22cc-496c-afae-7337c0991450',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10896',
+ 'x-ms-request-id',
+ '826630e9-cfaa-405e-9755-61525c5bf380',
+ 'x-ms-correlation-request-id',
+ '826630e9-cfaa-405e-9755-61525c5bf380',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052353Z:826630e9-cfaa-405e-9755-61525c5bf380',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10895',
+ 'x-ms-request-id',
+ '74018303-92e5-4c8d-86f1-712ec8629a7b',
+ 'x-ms-correlation-request-id',
+ '74018303-92e5-4c8d-86f1-712ec8629a7b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052355Z:74018303-92e5-4c8d-86f1-712ec8629a7b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10894',
+ 'x-ms-request-id',
+ '7ebdd589-f96a-4f17-a2d8-b695f65a9f8d',
+ 'x-ms-correlation-request-id',
+ '7ebdd589-f96a-4f17-a2d8-b695f65a9f8d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052358Z:7ebdd589-f96a-4f17-a2d8-b695f65a9f8d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10893',
+ 'x-ms-request-id',
+ '6711cedf-7348-42c6-994b-54e95accc8db',
+ 'x-ms-correlation-request-id',
+ '6711cedf-7348-42c6-994b-54e95accc8db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052400Z:6711cedf-7348-42c6-994b-54e95accc8db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10892',
+ 'x-ms-request-id',
+ 'bc13e12c-df54-4f34-b82e-1b91f149b82f',
+ 'x-ms-correlation-request-id',
+ 'bc13e12c-df54-4f34-b82e-1b91f149b82f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052402Z:bc13e12c-df54-4f34-b82e-1b91f149b82f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10891',
+ 'x-ms-request-id',
+ '572592ae-0140-4160-aef4-f4488a8e834c',
+ 'x-ms-correlation-request-id',
+ '572592ae-0140-4160-aef4-f4488a8e834c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052405Z:572592ae-0140-4160-aef4-f4488a8e834c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10890',
+ 'x-ms-request-id',
+ 'e121d86c-36d6-4e3a-b8a9-890313da7cd9',
+ 'x-ms-correlation-request-id',
+ 'e121d86c-36d6-4e3a-b8a9-890313da7cd9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052407Z:e121d86c-36d6-4e3a-b8a9-890313da7cd9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10889',
+ 'x-ms-request-id',
+ '75532642-0072-412e-b80d-7419e72d28f0',
+ 'x-ms-correlation-request-id',
+ '75532642-0072-412e-b80d-7419e72d28f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052409Z:75532642-0072-412e-b80d-7419e72d28f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10888',
+ 'x-ms-request-id',
+ 'ff335c86-8338-4115-9958-2fbb4becb263',
+ 'x-ms-correlation-request-id',
+ 'ff335c86-8338-4115-9958-2fbb4becb263',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052412Z:ff335c86-8338-4115-9958-2fbb4becb263',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10887',
+ 'x-ms-request-id',
+ 'c29063f5-c8f8-4abd-8945-9e0f43429e2b',
+ 'x-ms-correlation-request-id',
+ 'c29063f5-c8f8-4abd-8945-9e0f43429e2b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052415Z:c29063f5-c8f8-4abd-8945-9e0f43429e2b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10886',
+ 'x-ms-request-id',
+ '3168dea4-9d15-4016-b9da-d6dfc78d39d6',
+ 'x-ms-correlation-request-id',
+ '3168dea4-9d15-4016-b9da-d6dfc78d39d6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052417Z:3168dea4-9d15-4016-b9da-d6dfc78d39d6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10885',
+ 'x-ms-request-id',
+ '8ac2c27f-8ae2-46ae-b588-d8c77d729b0f',
+ 'x-ms-correlation-request-id',
+ '8ac2c27f-8ae2-46ae-b588-d8c77d729b0f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052419Z:8ac2c27f-8ae2-46ae-b588-d8c77d729b0f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10884',
+ 'x-ms-request-id',
+ '64e229c9-930f-4c46-b7b8-ecf50661b2ea',
+ 'x-ms-correlation-request-id',
+ '64e229c9-930f-4c46-b7b8-ecf50661b2ea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052422Z:64e229c9-930f-4c46-b7b8-ecf50661b2ea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10883',
+ 'x-ms-request-id',
+ '54a8ba8f-0d0c-48f9-9682-72d4b010cde9',
+ 'x-ms-correlation-request-id',
+ '54a8ba8f-0d0c-48f9-9682-72d4b010cde9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052424Z:54a8ba8f-0d0c-48f9-9682-72d4b010cde9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10882',
+ 'x-ms-request-id',
+ 'e448376e-3553-4f4e-9acd-83421c1b6877',
+ 'x-ms-correlation-request-id',
+ 'e448376e-3553-4f4e-9acd-83421c1b6877',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052426Z:e448376e-3553-4f4e-9acd-83421c1b6877',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10881',
+ 'x-ms-request-id',
+ 'd9dbf05c-45d7-4476-af8b-a6c212b78430',
+ 'x-ms-correlation-request-id',
+ 'd9dbf05c-45d7-4476-af8b-a6c212b78430',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052429Z:d9dbf05c-45d7-4476-af8b-a6c212b78430',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10880',
+ 'x-ms-request-id',
+ '1a3acc87-2824-4e30-a6d5-e645360cc8ce',
+ 'x-ms-correlation-request-id',
+ '1a3acc87-2824-4e30-a6d5-e645360cc8ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052431Z:1a3acc87-2824-4e30-a6d5-e645360cc8ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10879',
+ 'x-ms-request-id',
+ 'ca697a62-07ab-49b0-abe7-d40fe0541eab',
+ 'x-ms-correlation-request-id',
+ 'ca697a62-07ab-49b0-abe7-d40fe0541eab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052433Z:ca697a62-07ab-49b0-abe7-d40fe0541eab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10878',
+ 'x-ms-request-id',
+ '40889b82-1167-43c8-84c1-c4ed49fc1da0',
+ 'x-ms-correlation-request-id',
+ '40889b82-1167-43c8-84c1-c4ed49fc1da0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052436Z:40889b82-1167-43c8-84c1-c4ed49fc1da0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10877',
+ 'x-ms-request-id',
+ '98af769b-b65c-41a5-a170-8d370d2e8d2e',
+ 'x-ms-correlation-request-id',
+ '98af769b-b65c-41a5-a170-8d370d2e8d2e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052438Z:98af769b-b65c-41a5-a170-8d370d2e8d2e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10876',
+ 'x-ms-request-id',
+ '52aae180-b18b-4cd3-926f-2048ea67b5ee',
+ 'x-ms-correlation-request-id',
+ '52aae180-b18b-4cd3-926f-2048ea67b5ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052440Z:52aae180-b18b-4cd3-926f-2048ea67b5ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10875',
+ 'x-ms-request-id',
+ '4aabb11e-1db8-4c5b-a05c-7b8fbd64a15d',
+ 'x-ms-correlation-request-id',
+ '4aabb11e-1db8-4c5b-a05c-7b8fbd64a15d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052443Z:4aabb11e-1db8-4c5b-a05c-7b8fbd64a15d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10874',
+ 'x-ms-request-id',
+ '57de1440-835a-43da-ad3e-d0a21f0ad779',
+ 'x-ms-correlation-request-id',
+ '57de1440-835a-43da-ad3e-d0a21f0ad779',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052445Z:57de1440-835a-43da-ad3e-d0a21f0ad779',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10873',
+ 'x-ms-request-id',
+ '1a49beea-c6dd-491d-b44f-939448ddeaea',
+ 'x-ms-correlation-request-id',
+ '1a49beea-c6dd-491d-b44f-939448ddeaea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052447Z:1a49beea-c6dd-491d-b44f-939448ddeaea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10872',
+ 'x-ms-request-id',
+ 'b8bc8ba5-a014-49d9-b5f3-7918d0cc4f9b',
+ 'x-ms-correlation-request-id',
+ 'b8bc8ba5-a014-49d9-b5f3-7918d0cc4f9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052450Z:b8bc8ba5-a014-49d9-b5f3-7918d0cc4f9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10871',
+ 'x-ms-request-id',
+ '06368189-2e67-4a9a-a416-ea3035952e97',
+ 'x-ms-correlation-request-id',
+ '06368189-2e67-4a9a-a416-ea3035952e97',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052452Z:06368189-2e67-4a9a-a416-ea3035952e97',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10870',
+ 'x-ms-request-id',
+ 'dbcc7cc3-e7d1-4476-a71f-cfb9759182c4',
+ 'x-ms-correlation-request-id',
+ 'dbcc7cc3-e7d1-4476-a71f-cfb9759182c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052454Z:dbcc7cc3-e7d1-4476-a71f-cfb9759182c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10869',
+ 'x-ms-request-id',
+ 'e25a38f4-9699-47d5-852e-23685a2963c3',
+ 'x-ms-correlation-request-id',
+ 'e25a38f4-9699-47d5-852e-23685a2963c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052456Z:e25a38f4-9699-47d5-852e-23685a2963c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10868',
+ 'x-ms-request-id',
+ '16b346a7-8610-43ae-8d67-b4fb74b37398',
+ 'x-ms-correlation-request-id',
+ '16b346a7-8610-43ae-8d67-b4fb74b37398',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052459Z:16b346a7-8610-43ae-8d67-b4fb74b37398',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:24:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10867',
+ 'x-ms-request-id',
+ '892a51f8-9adb-4d96-a4f6-2e14a46f36ab',
+ 'x-ms-correlation-request-id',
+ '892a51f8-9adb-4d96-a4f6-2e14a46f36ab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052501Z:892a51f8-9adb-4d96-a4f6-2e14a46f36ab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10866',
+ 'x-ms-request-id',
+ '6725be7f-19d3-4433-9a1b-bd7a8dc8a394',
+ 'x-ms-correlation-request-id',
+ '6725be7f-19d3-4433-9a1b-bd7a8dc8a394',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052503Z:6725be7f-19d3-4433-9a1b-bd7a8dc8a394',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10865',
+ 'x-ms-request-id',
+ '1599f57c-87b0-445c-a93f-75bbd142e1e2',
+ 'x-ms-correlation-request-id',
+ '1599f57c-87b0-445c-a93f-75bbd142e1e2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052506Z:1599f57c-87b0-445c-a93f-75bbd142e1e2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10864',
+ 'x-ms-request-id',
+ '949e9475-56ad-4d9d-a2b1-c6ad2f28ce05',
+ 'x-ms-correlation-request-id',
+ '949e9475-56ad-4d9d-a2b1-c6ad2f28ce05',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052508Z:949e9475-56ad-4d9d-a2b1-c6ad2f28ce05',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10863',
+ 'x-ms-request-id',
+ '599c71a8-c93f-4ef4-bc7b-f8b2e6af4637',
+ 'x-ms-correlation-request-id',
+ '599c71a8-c93f-4ef4-bc7b-f8b2e6af4637',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052510Z:599c71a8-c93f-4ef4-bc7b-f8b2e6af4637',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10862',
+ 'x-ms-request-id',
+ 'e4e4b902-60f3-4c16-b5a3-e0e2bf044472',
+ 'x-ms-correlation-request-id',
+ 'e4e4b902-60f3-4c16-b5a3-e0e2bf044472',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052513Z:e4e4b902-60f3-4c16-b5a3-e0e2bf044472',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10861',
+ 'x-ms-request-id',
+ 'e3ebc1ba-f60b-4cc0-aac5-197350c4e196',
+ 'x-ms-correlation-request-id',
+ 'e3ebc1ba-f60b-4cc0-aac5-197350c4e196',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052515Z:e3ebc1ba-f60b-4cc0-aac5-197350c4e196',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10860',
+ 'x-ms-request-id',
+ '8bb33963-5682-4bbf-bf8a-70686d5e04ac',
+ 'x-ms-correlation-request-id',
+ '8bb33963-5682-4bbf-bf8a-70686d5e04ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052517Z:8bb33963-5682-4bbf-bf8a-70686d5e04ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10859',
+ 'x-ms-request-id',
+ '80b3fa82-52cd-42eb-bd73-d48cf29762c4',
+ 'x-ms-correlation-request-id',
+ '80b3fa82-52cd-42eb-bd73-d48cf29762c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052520Z:80b3fa82-52cd-42eb-bd73-d48cf29762c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10858',
+ 'x-ms-request-id',
+ '79b5c9b4-836a-455d-9633-1d9c30ab456f',
+ 'x-ms-correlation-request-id',
+ '79b5c9b4-836a-455d-9633-1d9c30ab456f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052522Z:79b5c9b4-836a-455d-9633-1d9c30ab456f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10857',
+ 'x-ms-request-id',
+ 'fb4a039a-5cdc-426f-b9b0-7328c899c4bd',
+ 'x-ms-correlation-request-id',
+ 'fb4a039a-5cdc-426f-b9b0-7328c899c4bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052524Z:fb4a039a-5cdc-426f-b9b0-7328c899c4bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10856',
+ 'x-ms-request-id',
+ 'f8f1213e-820c-43b7-8f07-1e537a1e0e29',
+ 'x-ms-correlation-request-id',
+ 'f8f1213e-820c-43b7-8f07-1e537a1e0e29',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052527Z:f8f1213e-820c-43b7-8f07-1e537a1e0e29',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10855',
+ 'x-ms-request-id',
+ '34501d48-a81f-4086-af88-9705bbdb480b',
+ 'x-ms-correlation-request-id',
+ '34501d48-a81f-4086-af88-9705bbdb480b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052529Z:34501d48-a81f-4086-af88-9705bbdb480b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10854',
+ 'x-ms-request-id',
+ '536279cb-d585-44f9-bb20-ce688a8079b2',
+ 'x-ms-correlation-request-id',
+ '536279cb-d585-44f9-bb20-ce688a8079b2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052531Z:536279cb-d585-44f9-bb20-ce688a8079b2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10853',
+ 'x-ms-request-id',
+ '8a910f74-beb8-4691-a625-0f614b1a2d58',
+ 'x-ms-correlation-request-id',
+ '8a910f74-beb8-4691-a625-0f614b1a2d58',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052534Z:8a910f74-beb8-4691-a625-0f614b1a2d58',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10852',
+ 'x-ms-request-id',
+ 'c6fef750-0c48-4c57-867a-3b091e9ec8d8',
+ 'x-ms-correlation-request-id',
+ 'c6fef750-0c48-4c57-867a-3b091e9ec8d8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052536Z:c6fef750-0c48-4c57-867a-3b091e9ec8d8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10851',
+ 'x-ms-request-id',
+ 'a179903f-cf8a-4ee9-b6bd-b2b9e3ad4a53',
+ 'x-ms-correlation-request-id',
+ 'a179903f-cf8a-4ee9-b6bd-b2b9e3ad4a53',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052538Z:a179903f-cf8a-4ee9-b6bd-b2b9e3ad4a53',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10850',
+ 'x-ms-request-id',
+ 'cdea7a21-2e5a-4f07-b4c4-aa7c70d02cb4',
+ 'x-ms-correlation-request-id',
+ 'cdea7a21-2e5a-4f07-b4c4-aa7c70d02cb4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052541Z:cdea7a21-2e5a-4f07-b4c4-aa7c70d02cb4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10849',
+ 'x-ms-request-id',
+ '879261fe-65c7-49fa-90ba-a737fddfb89c',
+ 'x-ms-correlation-request-id',
+ '879261fe-65c7-49fa-90ba-a737fddfb89c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052543Z:879261fe-65c7-49fa-90ba-a737fddfb89c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10848',
+ 'x-ms-request-id',
+ '0eaeda07-92c1-4f21-9e32-b0580c559c75',
+ 'x-ms-correlation-request-id',
+ '0eaeda07-92c1-4f21-9e32-b0580c559c75',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052545Z:0eaeda07-92c1-4f21-9e32-b0580c559c75',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10847',
+ 'x-ms-request-id',
+ 'e558d896-24de-4d3f-bc9d-05cb59224655',
+ 'x-ms-correlation-request-id',
+ 'e558d896-24de-4d3f-bc9d-05cb59224655',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052547Z:e558d896-24de-4d3f-bc9d-05cb59224655',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10846',
+ 'x-ms-request-id',
+ 'c9c011b2-9acb-490b-b6a0-e11c70d03974',
+ 'x-ms-correlation-request-id',
+ 'c9c011b2-9acb-490b-b6a0-e11c70d03974',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052550Z:c9c011b2-9acb-490b-b6a0-e11c70d03974',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10845',
+ 'x-ms-request-id',
+ '10def94b-5652-4e87-bae8-0dbfec32da40',
+ 'x-ms-correlation-request-id',
+ '10def94b-5652-4e87-bae8-0dbfec32da40',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052552Z:10def94b-5652-4e87-bae8-0dbfec32da40',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10844',
+ 'x-ms-request-id',
+ '93c8b74a-aabb-4bb2-b139-f9afa8d0baab',
+ 'x-ms-correlation-request-id',
+ '93c8b74a-aabb-4bb2-b139-f9afa8d0baab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052554Z:93c8b74a-aabb-4bb2-b139-f9afa8d0baab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10843',
+ 'x-ms-request-id',
+ '3613c335-0ae9-4b4b-98e0-f8c4e4d3f5f0',
+ 'x-ms-correlation-request-id',
+ '3613c335-0ae9-4b4b-98e0-f8c4e4d3f5f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052557Z:3613c335-0ae9-4b4b-98e0-f8c4e4d3f5f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10842',
+ 'x-ms-request-id',
+ 'e79387f0-384b-4979-89c7-32aacde0fb78',
+ 'x-ms-correlation-request-id',
+ 'e79387f0-384b-4979-89c7-32aacde0fb78',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052559Z:e79387f0-384b-4979-89c7-32aacde0fb78',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:25:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10841',
+ 'x-ms-request-id',
+ 'ee10c759-0101-4348-ab5e-c41bba5522e5',
+ 'x-ms-correlation-request-id',
+ 'ee10c759-0101-4348-ab5e-c41bba5522e5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052601Z:ee10c759-0101-4348-ab5e-c41bba5522e5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10840',
+ 'x-ms-request-id',
+ '804d60ee-b8b7-4ade-ab55-3c462c3bc19a',
+ 'x-ms-correlation-request-id',
+ '804d60ee-b8b7-4ade-ab55-3c462c3bc19a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052604Z:804d60ee-b8b7-4ade-ab55-3c462c3bc19a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10839',
+ 'x-ms-request-id',
+ '5c52b72c-8e07-404f-92fb-caf6f154f797',
+ 'x-ms-correlation-request-id',
+ '5c52b72c-8e07-404f-92fb-caf6f154f797',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052606Z:5c52b72c-8e07-404f-92fb-caf6f154f797',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10838',
+ 'x-ms-request-id',
+ '2700047b-4fab-4fcd-ba98-f9b504c8606b',
+ 'x-ms-correlation-request-id',
+ '2700047b-4fab-4fcd-ba98-f9b504c8606b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052608Z:2700047b-4fab-4fcd-ba98-f9b504c8606b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10837',
+ 'x-ms-request-id',
+ '51cd0faf-f91b-4d67-aa67-f8d34e1e5660',
+ 'x-ms-correlation-request-id',
+ '51cd0faf-f91b-4d67-aa67-f8d34e1e5660',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052611Z:51cd0faf-f91b-4d67-aa67-f8d34e1e5660',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10836',
+ 'x-ms-request-id',
+ '91fe73c0-005c-47f5-8d33-ce0a644af4ae',
+ 'x-ms-correlation-request-id',
+ '91fe73c0-005c-47f5-8d33-ce0a644af4ae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052613Z:91fe73c0-005c-47f5-8d33-ce0a644af4ae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10835',
+ 'x-ms-request-id',
+ '04a10a5f-6f4b-4e0f-87ac-c383c3060ce5',
+ 'x-ms-correlation-request-id',
+ '04a10a5f-6f4b-4e0f-87ac-c383c3060ce5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052615Z:04a10a5f-6f4b-4e0f-87ac-c383c3060ce5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10834',
+ 'x-ms-request-id',
+ 'ede0df93-58a2-4b78-863c-6548690dc062',
+ 'x-ms-correlation-request-id',
+ 'ede0df93-58a2-4b78-863c-6548690dc062',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052618Z:ede0df93-58a2-4b78-863c-6548690dc062',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10833',
+ 'x-ms-request-id',
+ 'f69b0c2f-ee4f-420d-944c-a8391dfee87c',
+ 'x-ms-correlation-request-id',
+ 'f69b0c2f-ee4f-420d-944c-a8391dfee87c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052620Z:f69b0c2f-ee4f-420d-944c-a8391dfee87c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10832',
+ 'x-ms-request-id',
+ 'be2c8bc7-c7d5-4230-bacf-88a84294858b',
+ 'x-ms-correlation-request-id',
+ 'be2c8bc7-c7d5-4230-bacf-88a84294858b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052622Z:be2c8bc7-c7d5-4230-bacf-88a84294858b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10831',
+ 'x-ms-request-id',
+ 'f6a5e4e9-b906-4f8a-a6e7-994413c636fd',
+ 'x-ms-correlation-request-id',
+ 'f6a5e4e9-b906-4f8a-a6e7-994413c636fd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052625Z:f6a5e4e9-b906-4f8a-a6e7-994413c636fd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10830',
+ 'x-ms-request-id',
+ '5e0833c2-94ff-4fce-bf73-f7a1f9cdb623',
+ 'x-ms-correlation-request-id',
+ '5e0833c2-94ff-4fce-bf73-f7a1f9cdb623',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052627Z:5e0833c2-94ff-4fce-bf73-f7a1f9cdb623',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10829',
+ 'x-ms-request-id',
+ 'a876bd2a-4a0c-48aa-abcc-a35aef8e4385',
+ 'x-ms-correlation-request-id',
+ 'a876bd2a-4a0c-48aa-abcc-a35aef8e4385',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052629Z:a876bd2a-4a0c-48aa-abcc-a35aef8e4385',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10828',
+ 'x-ms-request-id',
+ 'a75c95e7-e4be-4098-a8b0-60edb7a8a46f',
+ 'x-ms-correlation-request-id',
+ 'a75c95e7-e4be-4098-a8b0-60edb7a8a46f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052632Z:a75c95e7-e4be-4098-a8b0-60edb7a8a46f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10827',
+ 'x-ms-request-id',
+ 'ed93bb53-5358-452c-b836-410fb40ca0cb',
+ 'x-ms-correlation-request-id',
+ 'ed93bb53-5358-452c-b836-410fb40ca0cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052634Z:ed93bb53-5358-452c-b836-410fb40ca0cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10826',
+ 'x-ms-request-id',
+ '74f68d9e-1e0a-43b7-9abf-7367e5f0aa67',
+ 'x-ms-correlation-request-id',
+ '74f68d9e-1e0a-43b7-9abf-7367e5f0aa67',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052636Z:74f68d9e-1e0a-43b7-9abf-7367e5f0aa67',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10825',
+ 'x-ms-request-id',
+ 'd0bbc3da-1f60-443f-8657-b585d9f54dbc',
+ 'x-ms-correlation-request-id',
+ 'd0bbc3da-1f60-443f-8657-b585d9f54dbc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052639Z:d0bbc3da-1f60-443f-8657-b585d9f54dbc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10824',
+ 'x-ms-request-id',
+ 'da429066-f937-4404-a96a-fd097523cbf6',
+ 'x-ms-correlation-request-id',
+ 'da429066-f937-4404-a96a-fd097523cbf6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052641Z:da429066-f937-4404-a96a-fd097523cbf6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10823',
+ 'x-ms-request-id',
+ 'dc03d3b1-f77d-4fac-98c8-7cce4fd4f710',
+ 'x-ms-correlation-request-id',
+ 'dc03d3b1-f77d-4fac-98c8-7cce4fd4f710',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052643Z:dc03d3b1-f77d-4fac-98c8-7cce4fd4f710',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10822',
+ 'x-ms-request-id',
+ '29f9fea3-7615-4148-a475-0b5bbd7bc262',
+ 'x-ms-correlation-request-id',
+ '29f9fea3-7615-4148-a475-0b5bbd7bc262',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052646Z:29f9fea3-7615-4148-a475-0b5bbd7bc262',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10821',
+ 'x-ms-request-id',
+ 'f7883e94-c356-4f73-bbbc-03ab6e3d4ee0',
+ 'x-ms-correlation-request-id',
+ 'f7883e94-c356-4f73-bbbc-03ab6e3d4ee0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052648Z:f7883e94-c356-4f73-bbbc-03ab6e3d4ee0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/6f2ba874-c875-45ce-ad39-988b730efd0c')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10820',
+ 'x-ms-request-id',
+ '0be704e9-4c60-4633-a6ff-36b4463f87d6',
+ 'x-ms-correlation-request-id',
+ '0be704e9-4c60-4633-a6ff-36b4463f87d6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052650Z:0be704e9-4c60-4633-a6ff-36b4463f87d6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3efd68f4d1325be48452f7e3b29a66c08ebe3acd9a36fdea357dd85eafd0f6561d51f3b7c512a3fda25a5e544f9fd0076d76d17cf4e817ff92d147cd3561bf784aefd0df1f4deb3c6bf3d9714badf776f676b777e97f9fbed9b9ff68efd347f776c7073bf71feedd7ff0531fd19b34de555eb7450e48f8ebb26808cf6279f1ba252004e1f57a3acdf3593ea31e678ae0e972b6aa8a253a98b7edaa79743724c4d8346cc6d90fd6753e9e568b47fbfbf7ee128c05f0bf1100b7a2d79a451581b15a4fca62fa226fafaafa2d91286f08fd8f4e97d9a4643c73feed78dd560b22fbf4595694d5655e7ff4e83c2b9bdc7cffc5ba6c8b55997fb72edafcb9ce10010a1abdcc883af8e2f7caaf89f4455b393045f39345ddaeb352317956946d5e1b344cabcba0cdab75095a7feffb2383eff1aa78439c401f7a733b2b1a7c499d3e212e987d91b719588251350356f882e7b33acfdf14bd311e2fb3f29a489095af09f3ec826654bfcfbadf9c54cbf3e2625d3319c00dcd749e2f32e046a83d5b97e533928cb268afc138c5b269b3e5343fa3817e941f3c3ccf1feeef6c3f78901f6cef9fef4eb70f7627b3ed83bdec613eb997dfcfef3dc0a068041e537f797e9ed70a9eb86d39cb6a4cde2c3fcf6866ce66c43fe88cfa2eeaa6c5445cdb0f49d2849ec7d3f2c9f52a033d3e7a512d73fa466987192d8907e676c8539ade82246539bd7e59110311ec5f6cbaa3d19bef9ee7977949e05e1395410ae2d9ecddd992a6f6322bcf96af738233a3feeef3178479992fa9e9cb3a3f2fde7df468776787e893ad8a97816c35f47a5eff24a916c07cf4d1bdf1a7a023c17254ff925ad444647e41d8e349532d5ff344d03b6fea758e97aec006181f5ea2c6df534d18c8d0769e35ed1a9ac3689f17a29c9c0632627a93382aa84d627d93ea3857197c591715614fa4df21266a7e8aa6ec553e5bd3e4a37b9ea85f42b2412a6cf6ffeb011a94ff7f3938db1c52c6fcff75c76821b98ed1c1b4aa0114bf65ab6c52905632dda80516e96185fa11de28569ee69d64d3b7eb156347107fb1b1c42f73ea65564ca95f125cfef58b6a9687722cef3a75f045b15c93ebf0d1a3bd7da2897cfb2a274582f1b866df2677831a1d9826aa740df580c7479fe7842b897757b5bd5267e50c5ae77bdfa716a423083ec8619167e5f74b","7ec9ff03f29d94da14090000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10819',
+ 'x-ms-request-id',
+ '6dadc8f7-ea02-4fe1-a7e3-eec9a4b71fe0',
+ 'x-ms-correlation-request-id',
+ '6dadc8f7-ea02-4fe1-a7e3-eec9a4b71fe0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052653Z:6dadc8f7-ea02-4fe1-a7e3-eec9a4b71fe0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:52 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_test.js
new file mode 100644
index 000000000000..6f8a03bac667
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_create_test.js
@@ -0,0 +1,5263 @@
+let nock = require('nock');
+
+module.exports.hash = "efe3f9ba5128a77eaedf9a01eb927b34";
+
+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',
+ 'ab2b9242-3606-49d9-9c87-cb339be20100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AlRxk9dr3MRMv4-666e-wNc; expires=Thu, 16-Dec-2021 04:34:34 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrG-yhWfMR9d1U1Uci8q6xXcMQZ0eLcpuDig3NOvqSYTA-yC51n6iBS_oZK8UWCe2aPsArlnnDkwLGoRouVq0FaEcEuyNy_thDtlfY6cIJxI9GVcr3FRnUVphsOsAw2J6h9vZT_sjtr34fx61bA4c7faMCc_WQWcIJhP9TXeVK5hkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:34 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',
+ '2328ec7a-c17a-4e5d-a6ca-b98b79170200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=ArHm01ZTAAFFmrQEHyXa0sU; expires=Thu, 16-Dec-2021 04:34:34 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfJ4xRB3enUoWob9lKhvl6XeUaCoo69bRs-CL4Rm0g1gXlGjUTYEI9fbTo8zHtdxsDMYLmDrBWl9ED4NinRd4J0AGIRy5npQZt1YP4Btn-yBXzRt_Xz9kpsCiPzZhCx7P9uwRxecDfItmGWXdKaAmew8EH2Xj5vimPGCHOii3XDUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:34 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=01afba34-1a86-4ba0-ba0e-f2fb93034430&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',
+ '3408a19e-1bd4-474f-a602-464ea3c30100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AheVtH3k_DxOmXMHiWbsT74WPr5BAQAAANorJdkOAAAA; expires=Thu, 16-Dec-2021 04:34:34 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:34 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5', {"location":"eastus","properties":{"locations":[{"locationName":"southcentralus","failoverPriority":2,"isZoneRedundant":false},{"locationName":"eastus","failoverPriority":1},{"locationName":"westus","failoverPriority":0}],"databaseAccountOfferType":"Standard","createMode":"Default"}})
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eefd2ff3e7db3b3ffe8defea3fdbdf1cecefdfb07070f7eea237a9306becaebb6c801097f5d160d215c2c2f5eb70484209c001afd4d1daed693b298bec8dbabaa7e4b28e60dbdf5d1e9329b94f98cbecff9b7e3755b2de895e9b3ac28abcbbcfee8d1795636b9f9fe8b75d916ab32ff6e5db4f973a510010a1abdcc08297cf17be5d75f103e6de5c014cd4f1675bbce4ac5e45951b6796dd030ad2e8336afd62586f8bdef8f0cbec7abe20dcd047df8d1eb5f5412f6b3a2c117d4e1139a81d917799b613a184d3358852d383eabf3fc4dd11bdff1322baf69f859f99ab0ce2e8888fa7dd6fde6a45a9e1717eb9a49800968a6f37c91012f42ebbb79593ecdcf8b258d8aa6aa58366db69ce66734c68f26d96c3ad99bed6cdf7b9813b7ef9f67dbd9c1e4c1f6eec3c9dea7fbfbf766e7fb19c64403f0f8e9cbf3f3bc56e834bfcb595663de66f97946937236cb9744f46bfa923e5c0ae18ea7e593eb5586c17ff4a25ae6f48d120a5357d264cfedf8a6348f0571e2727afdb2224e2148bfd800a7a19aef9ee7977949e05e134931eed1478becddd992e6f0322bcf96af738233a3feeef3178467992fa9e9cb9a68f1eea347bb3b3b440d6ae348f72571594df24b2f411cae3065400fdfd167df538d1188e7f61509fe1a1266a4f48508f177e97391d41bc4e15cf9fb655d54d4238d768766a9f929a2d2ab7cb626ea2e49049936bf84f88e5e9cfdbf0e29d3cdff6b10b2cdc140ac96be2e5e1692eb181d4cab1a40f15bb6ca2645496a86bba14f8a95a72726d9f4ed7ac578d0bbbfd8e8ed9739c19b1553ea813427fffa4535cb5f068a54de753cfd45b15c93a1f9e8d1de3e8d5ebe7d9593340073d7ecdb649ca8d18169a26ac2d009787c74b6a4a644905f428cde95d1576adece203edffb3eb520a1a03e30783b0096e25ff2","4bfe1fdafec94446070000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5/operationResults/2608f7e5-a4e2-475a-8cbc-a906026cf083?api-version=2021-10-15',
+ 'Vary',
+ 'Accept-Encoding',
+ 'x-ms-request-id',
+ '2608f7e5-a4e2-475a-8cbc-a906026cf083',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083?api-version=2021-10-15',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1196',
+ 'x-ms-correlation-request-id',
+ 'd6360395-d878-4289-80b3-ede60b92d636',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043446Z:d6360395-d878-4289-80b3-ede60b92d636',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11423',
+ 'x-ms-request-id',
+ 'fead8983-8bbf-4688-aedc-05a3eef36322',
+ 'x-ms-correlation-request-id',
+ 'fead8983-8bbf-4688-aedc-05a3eef36322',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043446Z:fead8983-8bbf-4688-aedc-05a3eef36322',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11422',
+ 'x-ms-request-id',
+ '4d7349be-606b-4dd1-8a7a-49ea5dce3c92',
+ 'x-ms-correlation-request-id',
+ '4d7349be-606b-4dd1-8a7a-49ea5dce3c92',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043449Z:4d7349be-606b-4dd1-8a7a-49ea5dce3c92',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11421',
+ 'x-ms-request-id',
+ 'd4bb1bec-1545-42b9-9ea1-8edd3e1c536a',
+ 'x-ms-correlation-request-id',
+ 'd4bb1bec-1545-42b9-9ea1-8edd3e1c536a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043451Z:d4bb1bec-1545-42b9-9ea1-8edd3e1c536a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11420',
+ 'x-ms-request-id',
+ '51b00cb4-1e3b-444e-8b9a-b8d49046ae68',
+ 'x-ms-correlation-request-id',
+ '51b00cb4-1e3b-444e-8b9a-b8d49046ae68',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043454Z:51b00cb4-1e3b-444e-8b9a-b8d49046ae68',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11419',
+ 'x-ms-request-id',
+ '88eaf4ba-eccf-42f9-8cc0-a2263c9290e1',
+ 'x-ms-correlation-request-id',
+ '88eaf4ba-eccf-42f9-8cc0-a2263c9290e1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043457Z:88eaf4ba-eccf-42f9-8cc0-a2263c9290e1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11418',
+ 'x-ms-request-id',
+ 'cab84f60-af07-4ab6-8aa3-852a494c6046',
+ 'x-ms-correlation-request-id',
+ 'cab84f60-af07-4ab6-8aa3-852a494c6046',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043500Z:cab84f60-af07-4ab6-8aa3-852a494c6046',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11417',
+ 'x-ms-request-id',
+ '5175676c-c6c4-475d-92bf-879d40c735a1',
+ 'x-ms-correlation-request-id',
+ '5175676c-c6c4-475d-92bf-879d40c735a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043503Z:5175676c-c6c4-475d-92bf-879d40c735a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11416',
+ 'x-ms-request-id',
+ '7f4565ba-cbc4-4f9e-ae19-4296acd32917',
+ 'x-ms-correlation-request-id',
+ '7f4565ba-cbc4-4f9e-ae19-4296acd32917',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043506Z:7f4565ba-cbc4-4f9e-ae19-4296acd32917',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11415',
+ 'x-ms-request-id',
+ 'f52dd237-cee7-4ab8-9ae5-244d90f2eefa',
+ 'x-ms-correlation-request-id',
+ 'f52dd237-cee7-4ab8-9ae5-244d90f2eefa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043508Z:f52dd237-cee7-4ab8-9ae5-244d90f2eefa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11414',
+ 'x-ms-request-id',
+ '3f6b2a0d-03e1-41d4-a7ce-2871d0f0067e',
+ 'x-ms-correlation-request-id',
+ '3f6b2a0d-03e1-41d4-a7ce-2871d0f0067e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043511Z:3f6b2a0d-03e1-41d4-a7ce-2871d0f0067e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11413',
+ 'x-ms-request-id',
+ 'b17fc6b9-d396-4ecf-8170-ae7f5fdf2ad1',
+ 'x-ms-correlation-request-id',
+ 'b17fc6b9-d396-4ecf-8170-ae7f5fdf2ad1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043513Z:b17fc6b9-d396-4ecf-8170-ae7f5fdf2ad1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11412',
+ 'x-ms-request-id',
+ '9ef080e8-1355-41fb-b623-e6dcaab641a4',
+ 'x-ms-correlation-request-id',
+ '9ef080e8-1355-41fb-b623-e6dcaab641a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043515Z:9ef080e8-1355-41fb-b623-e6dcaab641a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11411',
+ 'x-ms-request-id',
+ 'f82ba19c-7569-4227-b011-0569db43b87f',
+ 'x-ms-correlation-request-id',
+ 'f82ba19c-7569-4227-b011-0569db43b87f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043518Z:f82ba19c-7569-4227-b011-0569db43b87f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11410',
+ 'x-ms-request-id',
+ 'd78975ed-e0eb-4888-899b-d0422d327254',
+ 'x-ms-correlation-request-id',
+ 'd78975ed-e0eb-4888-899b-d0422d327254',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043520Z:d78975ed-e0eb-4888-899b-d0422d327254',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11409',
+ 'x-ms-request-id',
+ '4fa0d42a-0d32-40e0-9a6e-77beaa1f558d',
+ 'x-ms-correlation-request-id',
+ '4fa0d42a-0d32-40e0-9a6e-77beaa1f558d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043522Z:4fa0d42a-0d32-40e0-9a6e-77beaa1f558d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11408',
+ 'x-ms-request-id',
+ '31cfc5ba-df24-4547-9377-2ede4e78a86b',
+ 'x-ms-correlation-request-id',
+ '31cfc5ba-df24-4547-9377-2ede4e78a86b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043525Z:31cfc5ba-df24-4547-9377-2ede4e78a86b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11407',
+ 'x-ms-request-id',
+ '51a8e209-532b-41d9-a9c8-9444445db8d4',
+ 'x-ms-correlation-request-id',
+ '51a8e209-532b-41d9-a9c8-9444445db8d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043527Z:51a8e209-532b-41d9-a9c8-9444445db8d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11406',
+ 'x-ms-request-id',
+ 'd72c9490-2371-4d7c-95c2-7638f29b4f28',
+ 'x-ms-correlation-request-id',
+ 'd72c9490-2371-4d7c-95c2-7638f29b4f28',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043529Z:d72c9490-2371-4d7c-95c2-7638f29b4f28',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11405',
+ 'x-ms-request-id',
+ '62e815ce-3d32-4db2-aeaa-5657228f0a49',
+ 'x-ms-correlation-request-id',
+ '62e815ce-3d32-4db2-aeaa-5657228f0a49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043532Z:62e815ce-3d32-4db2-aeaa-5657228f0a49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11404',
+ 'x-ms-request-id',
+ '0e388a7c-b813-497c-9f8c-b071de93cd9d',
+ 'x-ms-correlation-request-id',
+ '0e388a7c-b813-497c-9f8c-b071de93cd9d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043534Z:0e388a7c-b813-497c-9f8c-b071de93cd9d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11403',
+ 'x-ms-request-id',
+ '0c1dc11c-76aa-4d28-a74b-bdab36bc54e0',
+ 'x-ms-correlation-request-id',
+ '0c1dc11c-76aa-4d28-a74b-bdab36bc54e0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043536Z:0c1dc11c-76aa-4d28-a74b-bdab36bc54e0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11402',
+ 'x-ms-request-id',
+ '45e90033-d6b9-444b-bd99-5bcbc003b2a0',
+ 'x-ms-correlation-request-id',
+ '45e90033-d6b9-444b-bd99-5bcbc003b2a0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043539Z:45e90033-d6b9-444b-bd99-5bcbc003b2a0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11401',
+ 'x-ms-request-id',
+ '82cda147-1a18-4eac-b102-2378d5370dcb',
+ 'x-ms-correlation-request-id',
+ '82cda147-1a18-4eac-b102-2378d5370dcb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043542Z:82cda147-1a18-4eac-b102-2378d5370dcb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11400',
+ 'x-ms-request-id',
+ '408c3beb-7b70-4e97-8d8e-aec48c477dd2',
+ 'x-ms-correlation-request-id',
+ '408c3beb-7b70-4e97-8d8e-aec48c477dd2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043544Z:408c3beb-7b70-4e97-8d8e-aec48c477dd2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11399',
+ 'x-ms-request-id',
+ '7b332f3a-a5c3-4fa3-9461-ba485a851f76',
+ 'x-ms-correlation-request-id',
+ '7b332f3a-a5c3-4fa3-9461-ba485a851f76',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043546Z:7b332f3a-a5c3-4fa3-9461-ba485a851f76',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11398',
+ 'x-ms-request-id',
+ '041272a1-d59b-4bee-81fc-fd05a64f4249',
+ 'x-ms-correlation-request-id',
+ '041272a1-d59b-4bee-81fc-fd05a64f4249',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043548Z:041272a1-d59b-4bee-81fc-fd05a64f4249',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11397',
+ 'x-ms-request-id',
+ '15bd1e00-8232-41af-8398-c9d1cc7a3fd0',
+ 'x-ms-correlation-request-id',
+ '15bd1e00-8232-41af-8398-c9d1cc7a3fd0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043551Z:15bd1e00-8232-41af-8398-c9d1cc7a3fd0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11396',
+ 'x-ms-request-id',
+ 'd7af054c-a3d7-4005-8713-4a18eb514bb7',
+ 'x-ms-correlation-request-id',
+ 'd7af054c-a3d7-4005-8713-4a18eb514bb7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043553Z:d7af054c-a3d7-4005-8713-4a18eb514bb7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11395',
+ 'x-ms-request-id',
+ '7e2ec86f-c53a-43ff-b50a-d45864ef75aa',
+ 'x-ms-correlation-request-id',
+ '7e2ec86f-c53a-43ff-b50a-d45864ef75aa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043555Z:7e2ec86f-c53a-43ff-b50a-d45864ef75aa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11394',
+ 'x-ms-request-id',
+ 'e223f02b-9d6e-4647-ac68-d93cadeb86ca',
+ 'x-ms-correlation-request-id',
+ 'e223f02b-9d6e-4647-ac68-d93cadeb86ca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043558Z:e223f02b-9d6e-4647-ac68-d93cadeb86ca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:35:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11393',
+ 'x-ms-request-id',
+ '489e77e0-4788-4761-9fc2-7cb5354130af',
+ 'x-ms-correlation-request-id',
+ '489e77e0-4788-4761-9fc2-7cb5354130af',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043600Z:489e77e0-4788-4761-9fc2-7cb5354130af',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11392',
+ 'x-ms-request-id',
+ '450cb31b-4af7-4fa5-8058-4a7296e1758e',
+ 'x-ms-correlation-request-id',
+ '450cb31b-4af7-4fa5-8058-4a7296e1758e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043602Z:450cb31b-4af7-4fa5-8058-4a7296e1758e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11391',
+ 'x-ms-request-id',
+ '9a05a00a-f4c5-4948-87ec-523259c26acd',
+ 'x-ms-correlation-request-id',
+ '9a05a00a-f4c5-4948-87ec-523259c26acd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043605Z:9a05a00a-f4c5-4948-87ec-523259c26acd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11390',
+ 'x-ms-request-id',
+ '058c70fc-c4bf-421a-a789-5d3ba1170504',
+ 'x-ms-correlation-request-id',
+ '058c70fc-c4bf-421a-a789-5d3ba1170504',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043607Z:058c70fc-c4bf-421a-a789-5d3ba1170504',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11389',
+ 'x-ms-request-id',
+ 'e0c4077a-f956-428b-9ca1-5fbb7bdfb356',
+ 'x-ms-correlation-request-id',
+ 'e0c4077a-f956-428b-9ca1-5fbb7bdfb356',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043609Z:e0c4077a-f956-428b-9ca1-5fbb7bdfb356',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11388',
+ 'x-ms-request-id',
+ '5323c1fc-cd14-46dc-a6e2-63f5dff2c832',
+ 'x-ms-correlation-request-id',
+ '5323c1fc-cd14-46dc-a6e2-63f5dff2c832',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043612Z:5323c1fc-cd14-46dc-a6e2-63f5dff2c832',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11387',
+ 'x-ms-request-id',
+ '6b46fcaf-d63b-4ea5-b275-a3393bab15d7',
+ 'x-ms-correlation-request-id',
+ '6b46fcaf-d63b-4ea5-b275-a3393bab15d7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043614Z:6b46fcaf-d63b-4ea5-b275-a3393bab15d7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11386',
+ 'x-ms-request-id',
+ 'dfae98e5-0ced-487f-9578-a05dd3eed442',
+ 'x-ms-correlation-request-id',
+ 'dfae98e5-0ced-487f-9578-a05dd3eed442',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043616Z:dfae98e5-0ced-487f-9578-a05dd3eed442',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11385',
+ 'x-ms-request-id',
+ '129cf7a0-3cd3-4151-9007-22811e49212c',
+ 'x-ms-correlation-request-id',
+ '129cf7a0-3cd3-4151-9007-22811e49212c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043619Z:129cf7a0-3cd3-4151-9007-22811e49212c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11384',
+ 'x-ms-request-id',
+ 'ed367645-09b6-4954-9406-db7dfbe94117',
+ 'x-ms-correlation-request-id',
+ 'ed367645-09b6-4954-9406-db7dfbe94117',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043621Z:ed367645-09b6-4954-9406-db7dfbe94117',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11383',
+ 'x-ms-request-id',
+ 'fe521f48-9e87-4a79-bf99-2fa87fceb481',
+ 'x-ms-correlation-request-id',
+ 'fe521f48-9e87-4a79-bf99-2fa87fceb481',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043623Z:fe521f48-9e87-4a79-bf99-2fa87fceb481',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11382',
+ 'x-ms-request-id',
+ 'b7ab4174-481f-45e6-9c7e-4f78eb1a4c94',
+ 'x-ms-correlation-request-id',
+ 'b7ab4174-481f-45e6-9c7e-4f78eb1a4c94',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043626Z:b7ab4174-481f-45e6-9c7e-4f78eb1a4c94',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11381',
+ 'x-ms-request-id',
+ 'da65ed99-3d31-4b23-8496-df2eef6a2bab',
+ 'x-ms-correlation-request-id',
+ 'da65ed99-3d31-4b23-8496-df2eef6a2bab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043629Z:da65ed99-3d31-4b23-8496-df2eef6a2bab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11380',
+ 'x-ms-request-id',
+ '8b6ac56b-3a96-4f42-bbdf-fab7e0be7492',
+ 'x-ms-correlation-request-id',
+ '8b6ac56b-3a96-4f42-bbdf-fab7e0be7492',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043632Z:8b6ac56b-3a96-4f42-bbdf-fab7e0be7492',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11379',
+ 'x-ms-request-id',
+ '60d39715-bd3d-4a63-b457-8da98b9462f5',
+ 'x-ms-correlation-request-id',
+ '60d39715-bd3d-4a63-b457-8da98b9462f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043635Z:60d39715-bd3d-4a63-b457-8da98b9462f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11378',
+ 'x-ms-request-id',
+ 'e4ec03c5-7095-4782-af9d-cdb18276fa19',
+ 'x-ms-correlation-request-id',
+ 'e4ec03c5-7095-4782-af9d-cdb18276fa19',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043638Z:e4ec03c5-7095-4782-af9d-cdb18276fa19',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11377',
+ 'x-ms-request-id',
+ '4805c21c-6f4e-4542-9fb2-e2df3c433a5f',
+ 'x-ms-correlation-request-id',
+ '4805c21c-6f4e-4542-9fb2-e2df3c433a5f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043641Z:4805c21c-6f4e-4542-9fb2-e2df3c433a5f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11376',
+ 'x-ms-request-id',
+ '4bf6bc7f-5788-4898-8c4e-b8dbab9ab741',
+ 'x-ms-correlation-request-id',
+ '4bf6bc7f-5788-4898-8c4e-b8dbab9ab741',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043643Z:4bf6bc7f-5788-4898-8c4e-b8dbab9ab741',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11375',
+ 'x-ms-request-id',
+ '900780bd-035c-4f0c-83db-8a9a955b24b7',
+ 'x-ms-correlation-request-id',
+ '900780bd-035c-4f0c-83db-8a9a955b24b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043645Z:900780bd-035c-4f0c-83db-8a9a955b24b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11374',
+ 'x-ms-request-id',
+ '0bc9c44d-ecbc-437a-980a-37fc6a360e26',
+ 'x-ms-correlation-request-id',
+ '0bc9c44d-ecbc-437a-980a-37fc6a360e26',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043648Z:0bc9c44d-ecbc-437a-980a-37fc6a360e26',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11373',
+ 'x-ms-request-id',
+ '5d2fb38b-4849-489d-be01-74ee2b023cf0',
+ 'x-ms-correlation-request-id',
+ '5d2fb38b-4849-489d-be01-74ee2b023cf0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043650Z:5d2fb38b-4849-489d-be01-74ee2b023cf0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11372',
+ 'x-ms-request-id',
+ '3dbfb7fa-42bf-48cc-8f4f-9ef5accc0b59',
+ 'x-ms-correlation-request-id',
+ '3dbfb7fa-42bf-48cc-8f4f-9ef5accc0b59',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043652Z:3dbfb7fa-42bf-48cc-8f4f-9ef5accc0b59',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11371',
+ 'x-ms-request-id',
+ '8975dfbe-98b1-40a2-9876-8f3d2ec59205',
+ 'x-ms-correlation-request-id',
+ '8975dfbe-98b1-40a2-9876-8f3d2ec59205',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043655Z:8975dfbe-98b1-40a2-9876-8f3d2ec59205',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11370',
+ 'x-ms-request-id',
+ 'aa0255cb-fac3-4e0e-92c4-ef63f735bbba',
+ 'x-ms-correlation-request-id',
+ 'aa0255cb-fac3-4e0e-92c4-ef63f735bbba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043657Z:aa0255cb-fac3-4e0e-92c4-ef63f735bbba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11369',
+ 'x-ms-request-id',
+ '66264f13-1171-445d-a6c4-b9462c32080b',
+ 'x-ms-correlation-request-id',
+ '66264f13-1171-445d-a6c4-b9462c32080b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043659Z:66264f13-1171-445d-a6c4-b9462c32080b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:36:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11368',
+ 'x-ms-request-id',
+ '9d3fbfa3-85b1-43a3-88ac-615de77039e4',
+ 'x-ms-correlation-request-id',
+ '9d3fbfa3-85b1-43a3-88ac-615de77039e4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043702Z:9d3fbfa3-85b1-43a3-88ac-615de77039e4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11367',
+ 'x-ms-request-id',
+ 'eba83f4b-3629-4792-b0e1-14dfaaa306d2',
+ 'x-ms-correlation-request-id',
+ 'eba83f4b-3629-4792-b0e1-14dfaaa306d2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043704Z:eba83f4b-3629-4792-b0e1-14dfaaa306d2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11366',
+ 'x-ms-request-id',
+ '0b0a5dc4-c050-45ff-b2ed-e7e532566b4a',
+ 'x-ms-correlation-request-id',
+ '0b0a5dc4-c050-45ff-b2ed-e7e532566b4a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043706Z:0b0a5dc4-c050-45ff-b2ed-e7e532566b4a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11365',
+ 'x-ms-request-id',
+ '88ca9a66-c13b-44c9-9874-ae8b806b4a19',
+ 'x-ms-correlation-request-id',
+ '88ca9a66-c13b-44c9-9874-ae8b806b4a19',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043709Z:88ca9a66-c13b-44c9-9874-ae8b806b4a19',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11364',
+ 'x-ms-request-id',
+ '7964c1de-d100-4ecd-b69b-cee43b7367ca',
+ 'x-ms-correlation-request-id',
+ '7964c1de-d100-4ecd-b69b-cee43b7367ca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043711Z:7964c1de-d100-4ecd-b69b-cee43b7367ca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11363',
+ 'x-ms-request-id',
+ '85d1df4d-f0f7-4311-9dd0-564577dc600d',
+ 'x-ms-correlation-request-id',
+ '85d1df4d-f0f7-4311-9dd0-564577dc600d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043713Z:85d1df4d-f0f7-4311-9dd0-564577dc600d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11362',
+ 'x-ms-request-id',
+ '437a8fcb-30ca-4c59-8162-8b8d81eb0286',
+ 'x-ms-correlation-request-id',
+ '437a8fcb-30ca-4c59-8162-8b8d81eb0286',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043716Z:437a8fcb-30ca-4c59-8162-8b8d81eb0286',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11361',
+ 'x-ms-request-id',
+ '7ab53fbe-5409-4b23-a97e-762dd0544b50',
+ 'x-ms-correlation-request-id',
+ '7ab53fbe-5409-4b23-a97e-762dd0544b50',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043718Z:7ab53fbe-5409-4b23-a97e-762dd0544b50',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11360',
+ 'x-ms-request-id',
+ '95725fa4-1b3c-45e8-b6d1-d20677ae68fc',
+ 'x-ms-correlation-request-id',
+ '95725fa4-1b3c-45e8-b6d1-d20677ae68fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043720Z:95725fa4-1b3c-45e8-b6d1-d20677ae68fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11359',
+ 'x-ms-request-id',
+ 'f95df941-6c1f-4c91-8ef9-0a7453910a25',
+ 'x-ms-correlation-request-id',
+ 'f95df941-6c1f-4c91-8ef9-0a7453910a25',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043723Z:f95df941-6c1f-4c91-8ef9-0a7453910a25',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11358',
+ 'x-ms-request-id',
+ '22d39a9a-4fa7-43c8-96ed-27eac324872b',
+ 'x-ms-correlation-request-id',
+ '22d39a9a-4fa7-43c8-96ed-27eac324872b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043725Z:22d39a9a-4fa7-43c8-96ed-27eac324872b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11357',
+ 'x-ms-request-id',
+ '42c142a0-d392-4151-bec5-67a29246e64d',
+ 'x-ms-correlation-request-id',
+ '42c142a0-d392-4151-bec5-67a29246e64d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043727Z:42c142a0-d392-4151-bec5-67a29246e64d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11356',
+ 'x-ms-request-id',
+ '2a197a3c-272a-44b8-81a6-41a66d72240a',
+ 'x-ms-correlation-request-id',
+ '2a197a3c-272a-44b8-81a6-41a66d72240a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043730Z:2a197a3c-272a-44b8-81a6-41a66d72240a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11355',
+ 'x-ms-request-id',
+ 'f1c00ec6-67f3-4043-95ea-acbeb3c5a2b0',
+ 'x-ms-correlation-request-id',
+ 'f1c00ec6-67f3-4043-95ea-acbeb3c5a2b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043732Z:f1c00ec6-67f3-4043-95ea-acbeb3c5a2b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11354',
+ 'x-ms-request-id',
+ '11f2458b-d822-4355-a07e-b33d5e7adafd',
+ 'x-ms-correlation-request-id',
+ '11f2458b-d822-4355-a07e-b33d5e7adafd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043734Z:11f2458b-d822-4355-a07e-b33d5e7adafd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11353',
+ 'x-ms-request-id',
+ '341d46e0-3ee7-4230-bc2e-b3c0c1fc14cd',
+ 'x-ms-correlation-request-id',
+ '341d46e0-3ee7-4230-bc2e-b3c0c1fc14cd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043736Z:341d46e0-3ee7-4230-bc2e-b3c0c1fc14cd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11352',
+ 'x-ms-request-id',
+ 'fc20f221-335a-4742-b92a-73ec81bc3373',
+ 'x-ms-correlation-request-id',
+ 'fc20f221-335a-4742-b92a-73ec81bc3373',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043739Z:fc20f221-335a-4742-b92a-73ec81bc3373',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11351',
+ 'x-ms-request-id',
+ '9fae3aa7-9c7d-41e9-87ae-77d7e6bbb2e0',
+ 'x-ms-correlation-request-id',
+ '9fae3aa7-9c7d-41e9-87ae-77d7e6bbb2e0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043741Z:9fae3aa7-9c7d-41e9-87ae-77d7e6bbb2e0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11350',
+ 'x-ms-request-id',
+ 'd44432d6-ca9c-462f-8b58-4bc82d372df4',
+ 'x-ms-correlation-request-id',
+ 'd44432d6-ca9c-462f-8b58-4bc82d372df4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043744Z:d44432d6-ca9c-462f-8b58-4bc82d372df4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11349',
+ 'x-ms-request-id',
+ '228ebf8e-de4f-43e9-bdb1-a54235cb4398',
+ 'x-ms-correlation-request-id',
+ '228ebf8e-de4f-43e9-bdb1-a54235cb4398',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043746Z:228ebf8e-de4f-43e9-bdb1-a54235cb4398',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11348',
+ 'x-ms-request-id',
+ '7fcda5ed-a423-495d-8911-968fdeef7b8f',
+ 'x-ms-correlation-request-id',
+ '7fcda5ed-a423-495d-8911-968fdeef7b8f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043748Z:7fcda5ed-a423-495d-8911-968fdeef7b8f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11347',
+ 'x-ms-request-id',
+ 'dc4d0489-a9a4-4d7d-a2b5-067ce126adc3',
+ 'x-ms-correlation-request-id',
+ 'dc4d0489-a9a4-4d7d-a2b5-067ce126adc3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043750Z:dc4d0489-a9a4-4d7d-a2b5-067ce126adc3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11346',
+ 'x-ms-request-id',
+ '4e7d3cf6-5c27-4ced-a838-e7078441ad3b',
+ 'x-ms-correlation-request-id',
+ '4e7d3cf6-5c27-4ced-a838-e7078441ad3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043753Z:4e7d3cf6-5c27-4ced-a838-e7078441ad3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11345',
+ 'x-ms-request-id',
+ 'b38b473e-415e-49c1-b665-4c419dd809c5',
+ 'x-ms-correlation-request-id',
+ 'b38b473e-415e-49c1-b665-4c419dd809c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043755Z:b38b473e-415e-49c1-b665-4c419dd809c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11344',
+ 'x-ms-request-id',
+ '0dcd0521-bf1f-4913-8744-296390e9650d',
+ 'x-ms-correlation-request-id',
+ '0dcd0521-bf1f-4913-8744-296390e9650d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043757Z:0dcd0521-bf1f-4913-8744-296390e9650d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11343',
+ 'x-ms-request-id',
+ '0752c5ef-ab3f-46d5-a47c-1f4ffb20275a',
+ 'x-ms-correlation-request-id',
+ '0752c5ef-ab3f-46d5-a47c-1f4ffb20275a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043800Z:0752c5ef-ab3f-46d5-a47c-1f4ffb20275a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:37:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11342',
+ 'x-ms-request-id',
+ '3c37fe2d-c9bc-4403-b93e-6b45971b94fe',
+ 'x-ms-correlation-request-id',
+ '3c37fe2d-c9bc-4403-b93e-6b45971b94fe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043802Z:3c37fe2d-c9bc-4403-b93e-6b45971b94fe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11341',
+ 'x-ms-request-id',
+ '5aa39dd7-4986-436c-b156-71af3db2cfd8',
+ 'x-ms-correlation-request-id',
+ '5aa39dd7-4986-436c-b156-71af3db2cfd8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043804Z:5aa39dd7-4986-436c-b156-71af3db2cfd8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11340',
+ 'x-ms-request-id',
+ '8793e93e-4b65-4778-86ad-92d5d2a8e3fc',
+ 'x-ms-correlation-request-id',
+ '8793e93e-4b65-4778-86ad-92d5d2a8e3fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043807Z:8793e93e-4b65-4778-86ad-92d5d2a8e3fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11339',
+ 'x-ms-request-id',
+ 'e5c41ab6-3c01-4b87-bdd3-3af58a4c5144',
+ 'x-ms-correlation-request-id',
+ 'e5c41ab6-3c01-4b87-bdd3-3af58a4c5144',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043809Z:e5c41ab6-3c01-4b87-bdd3-3af58a4c5144',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11338',
+ 'x-ms-request-id',
+ '3e5a3dfd-97bc-41f1-a555-c137d10932b0',
+ 'x-ms-correlation-request-id',
+ '3e5a3dfd-97bc-41f1-a555-c137d10932b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043812Z:3e5a3dfd-97bc-41f1-a555-c137d10932b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11337',
+ 'x-ms-request-id',
+ '80a059f4-20d9-4a44-b579-58f48f3ab545',
+ 'x-ms-correlation-request-id',
+ '80a059f4-20d9-4a44-b579-58f48f3ab545',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043814Z:80a059f4-20d9-4a44-b579-58f48f3ab545',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11336',
+ 'x-ms-request-id',
+ '30e0efd0-ad9c-4619-94f8-2a5d73675078',
+ 'x-ms-correlation-request-id',
+ '30e0efd0-ad9c-4619-94f8-2a5d73675078',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043816Z:30e0efd0-ad9c-4619-94f8-2a5d73675078',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11335',
+ 'x-ms-request-id',
+ '283661f5-a4f1-4bdf-91e4-5ecbaad20656',
+ 'x-ms-correlation-request-id',
+ '283661f5-a4f1-4bdf-91e4-5ecbaad20656',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043819Z:283661f5-a4f1-4bdf-91e4-5ecbaad20656',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11334',
+ 'x-ms-request-id',
+ '46915151-0ac9-4551-b44f-43f58fb823ac',
+ 'x-ms-correlation-request-id',
+ '46915151-0ac9-4551-b44f-43f58fb823ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043821Z:46915151-0ac9-4551-b44f-43f58fb823ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11333',
+ 'x-ms-request-id',
+ 'acf0ecfd-ad0f-4f7c-bef0-79ce21b6ae83',
+ 'x-ms-correlation-request-id',
+ 'acf0ecfd-ad0f-4f7c-bef0-79ce21b6ae83',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043823Z:acf0ecfd-ad0f-4f7c-bef0-79ce21b6ae83',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11332',
+ 'x-ms-request-id',
+ 'acdb8f14-a508-48be-a34c-61c2499e9139',
+ 'x-ms-correlation-request-id',
+ 'acdb8f14-a508-48be-a34c-61c2499e9139',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043826Z:acdb8f14-a508-48be-a34c-61c2499e9139',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11331',
+ 'x-ms-request-id',
+ '2eb650fb-e38b-4efe-92a4-faea4caecf60',
+ 'x-ms-correlation-request-id',
+ '2eb650fb-e38b-4efe-92a4-faea4caecf60',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043828Z:2eb650fb-e38b-4efe-92a4-faea4caecf60',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11330',
+ 'x-ms-request-id',
+ 'f63c94f5-af2c-4fdc-acf4-0a97dc922077',
+ 'x-ms-correlation-request-id',
+ 'f63c94f5-af2c-4fdc-acf4-0a97dc922077',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043830Z:f63c94f5-af2c-4fdc-acf4-0a97dc922077',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11329',
+ 'x-ms-request-id',
+ 'f6861b0a-7905-4bb5-b6cb-1011bff5756c',
+ 'x-ms-correlation-request-id',
+ 'f6861b0a-7905-4bb5-b6cb-1011bff5756c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043833Z:f6861b0a-7905-4bb5-b6cb-1011bff5756c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11328',
+ 'x-ms-request-id',
+ '34f63849-7af1-4544-a60f-01e7cd6fdd38',
+ 'x-ms-correlation-request-id',
+ '34f63849-7af1-4544-a60f-01e7cd6fdd38',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043835Z:34f63849-7af1-4544-a60f-01e7cd6fdd38',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11327',
+ 'x-ms-request-id',
+ '20f7d819-6122-44eb-801a-380799dd10cc',
+ 'x-ms-correlation-request-id',
+ '20f7d819-6122-44eb-801a-380799dd10cc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043837Z:20f7d819-6122-44eb-801a-380799dd10cc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11326',
+ 'x-ms-request-id',
+ 'efee751b-a93d-4753-be64-747af3debbca',
+ 'x-ms-correlation-request-id',
+ 'efee751b-a93d-4753-be64-747af3debbca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043840Z:efee751b-a93d-4753-be64-747af3debbca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11325',
+ 'x-ms-request-id',
+ 'a699974a-2964-4c0e-9e90-a0e112eaf6c0',
+ 'x-ms-correlation-request-id',
+ 'a699974a-2964-4c0e-9e90-a0e112eaf6c0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043843Z:a699974a-2964-4c0e-9e90-a0e112eaf6c0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11324',
+ 'x-ms-request-id',
+ '2c801747-6d50-4fb3-a032-03cbf7db4584',
+ 'x-ms-correlation-request-id',
+ '2c801747-6d50-4fb3-a032-03cbf7db4584',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043845Z:2c801747-6d50-4fb3-a032-03cbf7db4584',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11323',
+ 'x-ms-request-id',
+ '18ba6405-3b87-4278-85fc-8ce5ee03cb2d',
+ 'x-ms-correlation-request-id',
+ '18ba6405-3b87-4278-85fc-8ce5ee03cb2d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043847Z:18ba6405-3b87-4278-85fc-8ce5ee03cb2d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11322',
+ 'x-ms-request-id',
+ '75764bcb-ff75-4de3-adb3-0ee42968b7ae',
+ 'x-ms-correlation-request-id',
+ '75764bcb-ff75-4de3-adb3-0ee42968b7ae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043850Z:75764bcb-ff75-4de3-adb3-0ee42968b7ae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11321',
+ 'x-ms-request-id',
+ '711d3e3b-8eca-4c9f-8c0f-d1f3e454d56e',
+ 'x-ms-correlation-request-id',
+ '711d3e3b-8eca-4c9f-8c0f-d1f3e454d56e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043852Z:711d3e3b-8eca-4c9f-8c0f-d1f3e454d56e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11320',
+ 'x-ms-request-id',
+ '238ed32b-4ebf-483f-8830-f14389650d65',
+ 'x-ms-correlation-request-id',
+ '238ed32b-4ebf-483f-8830-f14389650d65',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043854Z:238ed32b-4ebf-483f-8830-f14389650d65',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11319',
+ 'x-ms-request-id',
+ 'bf2fa10b-80b9-4ed3-ae45-47b1aeb839a3',
+ 'x-ms-correlation-request-id',
+ 'bf2fa10b-80b9-4ed3-ae45-47b1aeb839a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043857Z:bf2fa10b-80b9-4ed3-ae45-47b1aeb839a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11318',
+ 'x-ms-request-id',
+ '32c0ff98-ec97-4612-a158-4f757718406e',
+ 'x-ms-correlation-request-id',
+ '32c0ff98-ec97-4612-a158-4f757718406e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043859Z:32c0ff98-ec97-4612-a158-4f757718406e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:38:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11317',
+ 'x-ms-request-id',
+ 'aaf243f7-98b4-4aff-b8d0-5b90db84cd7a',
+ 'x-ms-correlation-request-id',
+ 'aaf243f7-98b4-4aff-b8d0-5b90db84cd7a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043901Z:aaf243f7-98b4-4aff-b8d0-5b90db84cd7a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11316',
+ 'x-ms-request-id',
+ '7a4f0780-ea16-4d8a-bd86-fc8823780d85',
+ 'x-ms-correlation-request-id',
+ '7a4f0780-ea16-4d8a-bd86-fc8823780d85',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043904Z:7a4f0780-ea16-4d8a-bd86-fc8823780d85',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11315',
+ 'x-ms-request-id',
+ 'b8064dda-124c-4157-a403-589a6254b7db',
+ 'x-ms-correlation-request-id',
+ 'b8064dda-124c-4157-a403-589a6254b7db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043906Z:b8064dda-124c-4157-a403-589a6254b7db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11314',
+ 'x-ms-request-id',
+ '0c435b31-5941-4bbf-9dab-1cc7cc154e1b',
+ 'x-ms-correlation-request-id',
+ '0c435b31-5941-4bbf-9dab-1cc7cc154e1b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043908Z:0c435b31-5941-4bbf-9dab-1cc7cc154e1b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11313',
+ 'x-ms-request-id',
+ '563ad5e1-a6c5-4417-9882-6b2d8baf0980',
+ 'x-ms-correlation-request-id',
+ '563ad5e1-a6c5-4417-9882-6b2d8baf0980',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043911Z:563ad5e1-a6c5-4417-9882-6b2d8baf0980',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11312',
+ 'x-ms-request-id',
+ 'e71ed903-e7a5-48aa-a4f3-4dd18db19ea8',
+ 'x-ms-correlation-request-id',
+ 'e71ed903-e7a5-48aa-a4f3-4dd18db19ea8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043913Z:e71ed903-e7a5-48aa-a4f3-4dd18db19ea8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11311',
+ 'x-ms-request-id',
+ 'd1bedbc8-91da-4837-a98e-8c448135fdd1',
+ 'x-ms-correlation-request-id',
+ 'd1bedbc8-91da-4837-a98e-8c448135fdd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043915Z:d1bedbc8-91da-4837-a98e-8c448135fdd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11310',
+ 'x-ms-request-id',
+ 'fc6d4d50-77b2-4601-8330-9282ba63b9b3',
+ 'x-ms-correlation-request-id',
+ 'fc6d4d50-77b2-4601-8330-9282ba63b9b3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043918Z:fc6d4d50-77b2-4601-8330-9282ba63b9b3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11309',
+ 'x-ms-request-id',
+ '80397452-a74f-4402-98c6-7fb2d89d06e7',
+ 'x-ms-correlation-request-id',
+ '80397452-a74f-4402-98c6-7fb2d89d06e7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043920Z:80397452-a74f-4402-98c6-7fb2d89d06e7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11308',
+ 'x-ms-request-id',
+ '9d670629-2413-463e-9814-a1aa86b1ebc2',
+ 'x-ms-correlation-request-id',
+ '9d670629-2413-463e-9814-a1aa86b1ebc2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043922Z:9d670629-2413-463e-9814-a1aa86b1ebc2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11307',
+ 'x-ms-request-id',
+ 'fd3822b7-4019-42f6-8506-a53ae91bcad2',
+ 'x-ms-correlation-request-id',
+ 'fd3822b7-4019-42f6-8506-a53ae91bcad2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043925Z:fd3822b7-4019-42f6-8506-a53ae91bcad2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11306',
+ 'x-ms-request-id',
+ 'e6ecdae2-8e70-4467-a61f-c8d307d24b9d',
+ 'x-ms-correlation-request-id',
+ 'e6ecdae2-8e70-4467-a61f-c8d307d24b9d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043927Z:e6ecdae2-8e70-4467-a61f-c8d307d24b9d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11305',
+ 'x-ms-request-id',
+ 'b21ffa88-f53d-42e1-be92-d7809d7d2f73',
+ 'x-ms-correlation-request-id',
+ 'b21ffa88-f53d-42e1-be92-d7809d7d2f73',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043929Z:b21ffa88-f53d-42e1-be92-d7809d7d2f73',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11304',
+ 'x-ms-request-id',
+ '3d7b69f3-c42c-4eee-9b13-9ccc6f7299cd',
+ 'x-ms-correlation-request-id',
+ '3d7b69f3-c42c-4eee-9b13-9ccc6f7299cd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043932Z:3d7b69f3-c42c-4eee-9b13-9ccc6f7299cd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11303',
+ 'x-ms-request-id',
+ '6e4f1450-8499-4207-953d-9129f5d0be70',
+ 'x-ms-correlation-request-id',
+ '6e4f1450-8499-4207-953d-9129f5d0be70',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043934Z:6e4f1450-8499-4207-953d-9129f5d0be70',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11302',
+ 'x-ms-request-id',
+ '334223f7-e737-4baa-8184-bfd73e74eaac',
+ 'x-ms-correlation-request-id',
+ '334223f7-e737-4baa-8184-bfd73e74eaac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043936Z:334223f7-e737-4baa-8184-bfd73e74eaac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11301',
+ 'x-ms-request-id',
+ 'd075b1db-03f2-4c8d-9c70-ec2ec0684fef',
+ 'x-ms-correlation-request-id',
+ 'd075b1db-03f2-4c8d-9c70-ec2ec0684fef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043939Z:d075b1db-03f2-4c8d-9c70-ec2ec0684fef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11300',
+ 'x-ms-request-id',
+ '324caf31-a025-4db0-a123-01c339a33784',
+ 'x-ms-correlation-request-id',
+ '324caf31-a025-4db0-a123-01c339a33784',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043942Z:324caf31-a025-4db0-a123-01c339a33784',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11299',
+ 'x-ms-request-id',
+ '2403c484-5d93-491e-8c97-95457abed4f3',
+ 'x-ms-correlation-request-id',
+ '2403c484-5d93-491e-8c97-95457abed4f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043944Z:2403c484-5d93-491e-8c97-95457abed4f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11298',
+ 'x-ms-request-id',
+ '4cf46c81-f4e7-437f-a008-f53592aa1aaf',
+ 'x-ms-correlation-request-id',
+ '4cf46c81-f4e7-437f-a008-f53592aa1aaf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043946Z:4cf46c81-f4e7-437f-a008-f53592aa1aaf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11297',
+ 'x-ms-request-id',
+ '08201d1b-4f8f-4d8a-905e-74954a69f595',
+ 'x-ms-correlation-request-id',
+ '08201d1b-4f8f-4d8a-905e-74954a69f595',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043949Z:08201d1b-4f8f-4d8a-905e-74954a69f595',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11296',
+ 'x-ms-request-id',
+ 'a8c92758-e796-4aad-b548-dae11407673c',
+ 'x-ms-correlation-request-id',
+ 'a8c92758-e796-4aad-b548-dae11407673c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043951Z:a8c92758-e796-4aad-b548-dae11407673c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11295',
+ 'x-ms-request-id',
+ 'e35e62d8-36bf-4ac7-8888-f0f913771a09',
+ 'x-ms-correlation-request-id',
+ 'e35e62d8-36bf-4ac7-8888-f0f913771a09',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043953Z:e35e62d8-36bf-4ac7-8888-f0f913771a09',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11294',
+ 'x-ms-request-id',
+ '8dce5aa2-b0d1-4c41-a537-10d416f9c290',
+ 'x-ms-correlation-request-id',
+ '8dce5aa2-b0d1-4c41-a537-10d416f9c290',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043956Z:8dce5aa2-b0d1-4c41-a537-10d416f9c290',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11293',
+ 'x-ms-request-id',
+ '36698877-d20a-4217-9aed-d0c6339f74b6',
+ 'x-ms-correlation-request-id',
+ '36698877-d20a-4217-9aed-d0c6339f74b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043958Z:36698877-d20a-4217-9aed-d0c6339f74b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:39:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11292',
+ 'x-ms-request-id',
+ '164dc3e0-1c4d-4250-abe7-923f89d6ecd9',
+ 'x-ms-correlation-request-id',
+ '164dc3e0-1c4d-4250-abe7-923f89d6ecd9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044000Z:164dc3e0-1c4d-4250-abe7-923f89d6ecd9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11291',
+ 'x-ms-request-id',
+ '1c41c18b-014a-40ea-aea9-f5115bae7857',
+ 'x-ms-correlation-request-id',
+ '1c41c18b-014a-40ea-aea9-f5115bae7857',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044003Z:1c41c18b-014a-40ea-aea9-f5115bae7857',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11290',
+ 'x-ms-request-id',
+ '7d88920e-38fd-4c4c-8643-2b079afb2164',
+ 'x-ms-correlation-request-id',
+ '7d88920e-38fd-4c4c-8643-2b079afb2164',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044005Z:7d88920e-38fd-4c4c-8643-2b079afb2164',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11289',
+ 'x-ms-request-id',
+ '2ae41961-ab9e-4efc-9569-639087284a22',
+ 'x-ms-correlation-request-id',
+ '2ae41961-ab9e-4efc-9569-639087284a22',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044007Z:2ae41961-ab9e-4efc-9569-639087284a22',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11288',
+ 'x-ms-request-id',
+ '02bfa46d-5f01-4e86-a39c-8ac65b37186a',
+ 'x-ms-correlation-request-id',
+ '02bfa46d-5f01-4e86-a39c-8ac65b37186a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044010Z:02bfa46d-5f01-4e86-a39c-8ac65b37186a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11287',
+ 'x-ms-request-id',
+ 'cd2b655a-9d8c-4d72-aa2b-b1ae43b9fa1b',
+ 'x-ms-correlation-request-id',
+ 'cd2b655a-9d8c-4d72-aa2b-b1ae43b9fa1b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044012Z:cd2b655a-9d8c-4d72-aa2b-b1ae43b9fa1b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11286',
+ 'x-ms-request-id',
+ 'e3a22a4f-d75b-48a2-a537-248ab43f7031',
+ 'x-ms-correlation-request-id',
+ 'e3a22a4f-d75b-48a2-a537-248ab43f7031',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044014Z:e3a22a4f-d75b-48a2-a537-248ab43f7031',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11285',
+ 'x-ms-request-id',
+ '0ec4cbcd-fbc3-434a-a835-0b12720d3cb0',
+ 'x-ms-correlation-request-id',
+ '0ec4cbcd-fbc3-434a-a835-0b12720d3cb0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044017Z:0ec4cbcd-fbc3-434a-a835-0b12720d3cb0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11284',
+ 'x-ms-request-id',
+ '67c5e7ac-ed18-45c3-90cc-072bd97aa1ea',
+ 'x-ms-correlation-request-id',
+ '67c5e7ac-ed18-45c3-90cc-072bd97aa1ea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044019Z:67c5e7ac-ed18-45c3-90cc-072bd97aa1ea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2608f7e5-a4e2-475a-8cbc-a906026cf083')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11283',
+ 'x-ms-request-id',
+ '53d76abf-e472-4c1a-b56b-2bfd74f3a520',
+ 'x-ms-correlation-request-id',
+ '53d76abf-e472-4c1a-b56b-2bfd74f3a520',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044021Z:53d76abf-e472-4c1a-b56b-2bfd74f3a520',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eefd2ff3e7db3b3ffe8dea78f76f6c7f7eeed7fbabbf7e0a73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c2ebf5749ae7b37c463dceb4fbd3e56c55154b74306fdb55f3e86e4891b169d88cb31faceb7c3cad168ff6f7efdd2518abf5a42ca62ff2f6aaaadfd238f386bafee874994d4aee23e7df8ed76db520da4d9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b990950d0e8654623c317bf577efd050daaad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba049dbef7fd91c1f77855bca1e9a40f3f7afd8b4ac27e5634f8823a7c42d338fb226f33cc29a36906abb005c767759ebf297ae33b5e66e5350d3f2b5f13d6d905cd847e9f75bf39a996e7c5c5ba661260169be93c5f64c08bd0fa6e5e964ff3f36249a3a2f92e964d9b2da7f9198df1a349369b4ef6663bdbf71ee62432fbe7d976763079b0bdfb70b2f7294dd7ec7c3fc39868001e537e797e9ed70a9d986439cb6accdb2c3fcf6852ce6634ed457b4d5f3e2beaa6c51c5cdb0f49528494c7d3f2c9f52a03393e7a512d73fa464987c92c69fae776c4539ad982187c39bd7e5911ef10ec5f6cbaa3c19bef9ee7977949e05e13914189d1478becddd99266f5322bcf96af738233a3feeef3178479992fa9e9cb9aa8f3eea347bb3b3b441f6ae388f925f15d4d6a815e82945d6112811ebea3cfbea78a2860fded2bd2276b08ae11fe17a21bbe4b9f8b0230c271931429a88dc27483c09eabf4bcac8b8ab027caed100f343f45147f95cfd63477e89ee9fc4b88ab4971ccfeff3bc05174386410daf9947aafb33236acd7f83e3d9106ef39be10f6373bcebdf71c679e81d604aa333e67980c7a370e4b407db3c3d91d1c0ef1a541f9473c99f1b07ec493bd6109a86f76381b79d236874962ffe9ebb2a685643b264b148515ce1dbdda8119e18b3ef0bd01e042417aa503d44d461fd62e2831ad6a8c1ebf65ab6c5294e473313de89362e5394d936cfa76bd6282d1bbbfd878c22f7382372ba6d403f9a2fceb17d52c7f19b8a6f2ae33e75f14cb35b9ee349c7d922ef9f6554e8e003077cdbe4dee3e353a304dd46732130a3c3efa3caf3efa2564dfbbaec92b0d16cee0357ceffbd4827c01828f815be4d979f925","bfe4ff01bdec892c940c0000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11282',
+ 'x-ms-request-id',
+ 'eb75afce-10cc-449f-8e42-79977841cb04',
+ 'x-ms-correlation-request-id',
+ 'eb75afce-10cc-449f-8e42-79977841cb04',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044024Z:eb75afce-10cc-449f-8e42-79977841cb04',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:23 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_cassandraresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_cassandraresources_test.js
new file mode 100644
index 000000000000..2f74b647f820
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_cassandraresources_test.js
@@ -0,0 +1,17211 @@
+let nock = require('nock');
+
+module.exports.hash = "a1ec024818feed29194d205c1670cc94";
+
+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',
+ 'f96763da-090c-48e0-95c9-d9c979ed0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AnZ4A9fQg0tNg74SSGqoAzs; expires=Thu, 16-Dec-2021 04:15:45 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrMJ4dKqdsvVD1zw930WlYAHZvkptm5MR7ZMD15sGTlczuyUJJxAl9bTTiDSFS0Ym289dwsX-QEGQIFNqYAmCLU1C74ODAXIza_jyDJV4SA3SlYwQK-VrbYNZsDpjOG5mbGyRUgYFKe-St2qVVGbi4hpJU57w6nR9foHsYTQ8SLmkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15: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',
+ 'f96763da-090c-48e0-95c9-d9c97eed0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=ArdbyV-FNDNJh3w12DLyBU4; expires=Thu, 16-Dec-2021 04:15:46 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr0QBjvYMaV5CHv-5-5gNmIsfw_CJHiv7EhVNJ7OkldyVj7XgM07r63VaH2UbpEwZtEKxU2Li6Wc-JNhJCOBumMZrLAypkVVhcY077TE4BS06XmxlZoSuZ3snu-2TtDtdzUBMrEP3ch8erfvvyOV919s8t2_r5EFqM8qlXrPussNAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15: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=99dbb60a-fb3b-4ab2-987b-613931a1ffc5&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',
+ 'f545c499-82c8-4ca7-8ade-c1f49d090200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AnvJbEXsgDlKmmB0e9MUINEWPr5BAQAAAHEnJdkOAAAA; expires=Thu, 16-Dec-2021 04:15: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',
+ 'Tue, 16 Nov 2021 04:15:45 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx4')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/5fe06481-c9c3-4c5b-a79d-dd5334587a2b?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '5fe06481-c9c3-4c5b-a79d-dd5334587a2b',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-deletes',
+ '14998',
+ 'x-ms-correlation-request-id',
+ '4308f26d-1d1e-4b14-9b85-aa1f131c8bc8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041548Z:4308f26d-1d1e-4b14-9b85-aa1f131c8bc8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11897',
+ 'x-ms-request-id',
+ 'e75d12e0-616b-41f5-8ed9-192b59279e4e',
+ 'x-ms-correlation-request-id',
+ 'e75d12e0-616b-41f5-8ed9-192b59279e4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041548Z:e75d12e0-616b-41f5-8ed9-192b59279e4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11896',
+ 'x-ms-request-id',
+ '0795c4a2-0042-4616-ba54-bdf2f5778649',
+ 'x-ms-correlation-request-id',
+ '0795c4a2-0042-4616-ba54-bdf2f5778649',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041551Z:0795c4a2-0042-4616-ba54-bdf2f5778649',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11895',
+ 'x-ms-request-id',
+ 'a8010b36-7843-41d7-98a6-183d8bf541a7',
+ 'x-ms-correlation-request-id',
+ 'a8010b36-7843-41d7-98a6-183d8bf541a7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041553Z:a8010b36-7843-41d7-98a6-183d8bf541a7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11894',
+ 'x-ms-request-id',
+ '9337b664-55f6-48aa-9bcf-7896c97ba732',
+ 'x-ms-correlation-request-id',
+ '9337b664-55f6-48aa-9bcf-7896c97ba732',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041555Z:9337b664-55f6-48aa-9bcf-7896c97ba732',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11893',
+ 'x-ms-request-id',
+ 'b6953fa8-ded6-4002-8f58-0ea713bd0267',
+ 'x-ms-correlation-request-id',
+ 'b6953fa8-ded6-4002-8f58-0ea713bd0267',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041558Z:b6953fa8-ded6-4002-8f58-0ea713bd0267',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11892',
+ 'x-ms-request-id',
+ 'f9c0015f-0c89-4428-9833-be002c4978fc',
+ 'x-ms-correlation-request-id',
+ 'f9c0015f-0c89-4428-9833-be002c4978fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041600Z:f9c0015f-0c89-4428-9833-be002c4978fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:15:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11891',
+ 'x-ms-request-id',
+ '6f166e7e-a11a-4cb3-91c8-99fdb8f53a8a',
+ 'x-ms-correlation-request-id',
+ '6f166e7e-a11a-4cb3-91c8-99fdb8f53a8a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041602Z:6f166e7e-a11a-4cb3-91c8-99fdb8f53a8a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11890',
+ 'x-ms-request-id',
+ '8288f1d6-5034-43b4-8191-eac6a48efa93',
+ 'x-ms-correlation-request-id',
+ '8288f1d6-5034-43b4-8191-eac6a48efa93',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041605Z:8288f1d6-5034-43b4-8191-eac6a48efa93',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11889',
+ 'x-ms-request-id',
+ '11e6817d-47b2-41a6-b175-6c2c9d6abc49',
+ 'x-ms-correlation-request-id',
+ '11e6817d-47b2-41a6-b175-6c2c9d6abc49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041607Z:11e6817d-47b2-41a6-b175-6c2c9d6abc49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11888',
+ 'x-ms-request-id',
+ 'd029f08e-2add-4f90-84d5-d51c5ee0294a',
+ 'x-ms-correlation-request-id',
+ 'd029f08e-2add-4f90-84d5-d51c5ee0294a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041609Z:d029f08e-2add-4f90-84d5-d51c5ee0294a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11887',
+ 'x-ms-request-id',
+ '0163644b-d587-4946-ae19-5162545e230f',
+ 'x-ms-correlation-request-id',
+ '0163644b-d587-4946-ae19-5162545e230f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041612Z:0163644b-d587-4946-ae19-5162545e230f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11886',
+ 'x-ms-request-id',
+ 'a2cbf474-9f7d-4915-8809-7690306aa054',
+ 'x-ms-correlation-request-id',
+ 'a2cbf474-9f7d-4915-8809-7690306aa054',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041614Z:a2cbf474-9f7d-4915-8809-7690306aa054',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11885',
+ 'x-ms-request-id',
+ 'dd6228c5-89e7-4b40-9bb7-b2cd75049c08',
+ 'x-ms-correlation-request-id',
+ 'dd6228c5-89e7-4b40-9bb7-b2cd75049c08',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041616Z:dd6228c5-89e7-4b40-9bb7-b2cd75049c08',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11884',
+ 'x-ms-request-id',
+ '4b49d050-f5c7-4342-b75d-695d587f8cac',
+ 'x-ms-correlation-request-id',
+ '4b49d050-f5c7-4342-b75d-695d587f8cac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041619Z:4b49d050-f5c7-4342-b75d-695d587f8cac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11883',
+ 'x-ms-request-id',
+ '2f20a19f-3eda-41e3-851b-452ba3eba062',
+ 'x-ms-correlation-request-id',
+ '2f20a19f-3eda-41e3-851b-452ba3eba062',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041621Z:2f20a19f-3eda-41e3-851b-452ba3eba062',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11882',
+ 'x-ms-request-id',
+ '3864b014-be04-42f3-85fc-90b804434cf9',
+ 'x-ms-correlation-request-id',
+ '3864b014-be04-42f3-85fc-90b804434cf9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041623Z:3864b014-be04-42f3-85fc-90b804434cf9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11881',
+ 'x-ms-request-id',
+ '7d6e3a1c-37b4-45bd-9c12-8d9ebb9f487a',
+ 'x-ms-correlation-request-id',
+ '7d6e3a1c-37b4-45bd-9c12-8d9ebb9f487a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041626Z:7d6e3a1c-37b4-45bd-9c12-8d9ebb9f487a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11880',
+ 'x-ms-request-id',
+ '651285a3-46f5-46d3-9e86-2ce310368f33',
+ 'x-ms-correlation-request-id',
+ '651285a3-46f5-46d3-9e86-2ce310368f33',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041628Z:651285a3-46f5-46d3-9e86-2ce310368f33',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11879',
+ 'x-ms-request-id',
+ '4b42a31d-248f-405b-b261-84ec518fb976',
+ 'x-ms-correlation-request-id',
+ '4b42a31d-248f-405b-b261-84ec518fb976',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041631Z:4b42a31d-248f-405b-b261-84ec518fb976',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11878',
+ 'x-ms-request-id',
+ 'e363f27f-a82d-4b46-bb51-c6f270bf7cb1',
+ 'x-ms-correlation-request-id',
+ 'e363f27f-a82d-4b46-bb51-c6f270bf7cb1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041633Z:e363f27f-a82d-4b46-bb51-c6f270bf7cb1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11877',
+ 'x-ms-request-id',
+ 'd95f35a3-bab1-481e-b3b4-2a77a1b83247',
+ 'x-ms-correlation-request-id',
+ 'd95f35a3-bab1-481e-b3b4-2a77a1b83247',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041636Z:d95f35a3-bab1-481e-b3b4-2a77a1b83247',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11876',
+ 'x-ms-request-id',
+ 'd614f57e-4cfb-4c4f-a3ae-645b210f0e89',
+ 'x-ms-correlation-request-id',
+ 'd614f57e-4cfb-4c4f-a3ae-645b210f0e89',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041638Z:d614f57e-4cfb-4c4f-a3ae-645b210f0e89',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11875',
+ 'x-ms-request-id',
+ '89550bb2-0c3e-47eb-be6b-d85de52553ac',
+ 'x-ms-correlation-request-id',
+ '89550bb2-0c3e-47eb-be6b-d85de52553ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041640Z:89550bb2-0c3e-47eb-be6b-d85de52553ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11874',
+ 'x-ms-request-id',
+ 'ac2a5af4-1ba4-4c8b-8ba1-9c6a58fb9f01',
+ 'x-ms-correlation-request-id',
+ 'ac2a5af4-1ba4-4c8b-8ba1-9c6a58fb9f01',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041642Z:ac2a5af4-1ba4-4c8b-8ba1-9c6a58fb9f01',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11873',
+ 'x-ms-request-id',
+ '2f469992-6008-407d-9260-5eda2dad6bd0',
+ 'x-ms-correlation-request-id',
+ '2f469992-6008-407d-9260-5eda2dad6bd0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041645Z:2f469992-6008-407d-9260-5eda2dad6bd0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11872',
+ 'x-ms-request-id',
+ '88be81ec-a1f5-46f8-a509-9377bafd1494',
+ 'x-ms-correlation-request-id',
+ '88be81ec-a1f5-46f8-a509-9377bafd1494',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041647Z:88be81ec-a1f5-46f8-a509-9377bafd1494',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11871',
+ 'x-ms-request-id',
+ '8bc84d82-da60-4d58-9cad-92eb17b833f6',
+ 'x-ms-correlation-request-id',
+ '8bc84d82-da60-4d58-9cad-92eb17b833f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041649Z:8bc84d82-da60-4d58-9cad-92eb17b833f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11870',
+ 'x-ms-request-id',
+ '8ca4ffdc-0045-4023-a825-95e1f72968b7',
+ 'x-ms-correlation-request-id',
+ '8ca4ffdc-0045-4023-a825-95e1f72968b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041652Z:8ca4ffdc-0045-4023-a825-95e1f72968b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11869',
+ 'x-ms-request-id',
+ '426a0550-60ea-4a83-a0a0-4e46046df247',
+ 'x-ms-correlation-request-id',
+ '426a0550-60ea-4a83-a0a0-4e46046df247',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041654Z:426a0550-60ea-4a83-a0a0-4e46046df247',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11868',
+ 'x-ms-request-id',
+ '72f623ba-8be4-4b1d-a83a-f28c667bf515',
+ 'x-ms-correlation-request-id',
+ '72f623ba-8be4-4b1d-a83a-f28c667bf515',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041656Z:72f623ba-8be4-4b1d-a83a-f28c667bf515',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11867',
+ 'x-ms-request-id',
+ 'd4e56ac8-12c8-4ce9-a923-b801eab74332',
+ 'x-ms-correlation-request-id',
+ 'd4e56ac8-12c8-4ce9-a923-b801eab74332',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041659Z:d4e56ac8-12c8-4ce9-a923-b801eab74332',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:16:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11866',
+ 'x-ms-request-id',
+ 'dc779c74-526b-42a4-bb17-77e707171c8f',
+ 'x-ms-correlation-request-id',
+ 'dc779c74-526b-42a4-bb17-77e707171c8f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041701Z:dc779c74-526b-42a4-bb17-77e707171c8f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11865',
+ 'x-ms-request-id',
+ '68ffab1e-9d1e-47e2-9ba8-b6d7ac57a10f',
+ 'x-ms-correlation-request-id',
+ '68ffab1e-9d1e-47e2-9ba8-b6d7ac57a10f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041704Z:68ffab1e-9d1e-47e2-9ba8-b6d7ac57a10f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11864',
+ 'x-ms-request-id',
+ '4f27e05d-a1bc-4d4f-8b32-e4d547254a03',
+ 'x-ms-correlation-request-id',
+ '4f27e05d-a1bc-4d4f-8b32-e4d547254a03',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041706Z:4f27e05d-a1bc-4d4f-8b32-e4d547254a03',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11863',
+ 'x-ms-request-id',
+ 'b08ae101-3fd8-481f-a6c1-6ad453db4668',
+ 'x-ms-correlation-request-id',
+ 'b08ae101-3fd8-481f-a6c1-6ad453db4668',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041708Z:b08ae101-3fd8-481f-a6c1-6ad453db4668',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11862',
+ 'x-ms-request-id',
+ '93c67162-ace7-4578-b097-cc1b0a90eae0',
+ 'x-ms-correlation-request-id',
+ '93c67162-ace7-4578-b097-cc1b0a90eae0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041711Z:93c67162-ace7-4578-b097-cc1b0a90eae0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11861',
+ 'x-ms-request-id',
+ '4e0ffdb0-3c0d-4af2-ac2e-0a092bd9b235',
+ 'x-ms-correlation-request-id',
+ '4e0ffdb0-3c0d-4af2-ac2e-0a092bd9b235',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041713Z:4e0ffdb0-3c0d-4af2-ac2e-0a092bd9b235',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11860',
+ 'x-ms-request-id',
+ 'ec2eb4fe-c25e-48bc-b582-b87d5f09d9dd',
+ 'x-ms-correlation-request-id',
+ 'ec2eb4fe-c25e-48bc-b582-b87d5f09d9dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041715Z:ec2eb4fe-c25e-48bc-b582-b87d5f09d9dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11859',
+ 'x-ms-request-id',
+ '9a14219c-e161-49d2-8327-d74463069701',
+ 'x-ms-correlation-request-id',
+ '9a14219c-e161-49d2-8327-d74463069701',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041718Z:9a14219c-e161-49d2-8327-d74463069701',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11858',
+ 'x-ms-request-id',
+ 'cae19334-58b7-4e23-96bc-faf4b15c18c3',
+ 'x-ms-correlation-request-id',
+ 'cae19334-58b7-4e23-96bc-faf4b15c18c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041720Z:cae19334-58b7-4e23-96bc-faf4b15c18c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11857',
+ 'x-ms-request-id',
+ 'fa822288-ab7f-41da-b6cb-e5a1e7c4a503',
+ 'x-ms-correlation-request-id',
+ 'fa822288-ab7f-41da-b6cb-e5a1e7c4a503',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041722Z:fa822288-ab7f-41da-b6cb-e5a1e7c4a503',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11856',
+ 'x-ms-request-id',
+ 'f945dbac-2a30-4811-bf62-85ef4567833d',
+ 'x-ms-correlation-request-id',
+ 'f945dbac-2a30-4811-bf62-85ef4567833d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041725Z:f945dbac-2a30-4811-bf62-85ef4567833d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11855',
+ 'x-ms-request-id',
+ 'c5c4880e-2fc6-4ae4-98f0-60a43fef2f1a',
+ 'x-ms-correlation-request-id',
+ 'c5c4880e-2fc6-4ae4-98f0-60a43fef2f1a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041727Z:c5c4880e-2fc6-4ae4-98f0-60a43fef2f1a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11854',
+ 'x-ms-request-id',
+ '3f82c3bb-1af9-492b-9989-9c1e0f3fda5d',
+ 'x-ms-correlation-request-id',
+ '3f82c3bb-1af9-492b-9989-9c1e0f3fda5d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041730Z:3f82c3bb-1af9-492b-9989-9c1e0f3fda5d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11853',
+ 'x-ms-request-id',
+ '463e8c67-9efe-425c-a683-081f7d45cc4a',
+ 'x-ms-correlation-request-id',
+ '463e8c67-9efe-425c-a683-081f7d45cc4a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041732Z:463e8c67-9efe-425c-a683-081f7d45cc4a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11852',
+ 'x-ms-request-id',
+ 'ea3e2b9f-f03c-4aa8-bea5-2848aa0cefcf',
+ 'x-ms-correlation-request-id',
+ 'ea3e2b9f-f03c-4aa8-bea5-2848aa0cefcf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041735Z:ea3e2b9f-f03c-4aa8-bea5-2848aa0cefcf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11851',
+ 'x-ms-request-id',
+ 'ebedd747-6edd-4135-8067-83d100629da5',
+ 'x-ms-correlation-request-id',
+ 'ebedd747-6edd-4135-8067-83d100629da5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041737Z:ebedd747-6edd-4135-8067-83d100629da5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11850',
+ 'x-ms-request-id',
+ 'cdb5b4d4-0b91-4274-85d9-fa1f72ac58f5',
+ 'x-ms-correlation-request-id',
+ 'cdb5b4d4-0b91-4274-85d9-fa1f72ac58f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041739Z:cdb5b4d4-0b91-4274-85d9-fa1f72ac58f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11849',
+ 'x-ms-request-id',
+ '78ea7e0f-444c-4b00-9800-0538b426e0ac',
+ 'x-ms-correlation-request-id',
+ '78ea7e0f-444c-4b00-9800-0538b426e0ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041742Z:78ea7e0f-444c-4b00-9800-0538b426e0ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11848',
+ 'x-ms-request-id',
+ 'f3751339-44f4-445a-9204-32037f350951',
+ 'x-ms-correlation-request-id',
+ 'f3751339-44f4-445a-9204-32037f350951',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041744Z:f3751339-44f4-445a-9204-32037f350951',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11847',
+ 'x-ms-request-id',
+ '25a38d9d-6876-41db-9e9b-a05891dad4a5',
+ 'x-ms-correlation-request-id',
+ '25a38d9d-6876-41db-9e9b-a05891dad4a5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041746Z:25a38d9d-6876-41db-9e9b-a05891dad4a5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11846',
+ 'x-ms-request-id',
+ 'e15de132-d5e2-4078-a342-65c277414173',
+ 'x-ms-correlation-request-id',
+ 'e15de132-d5e2-4078-a342-65c277414173',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041749Z:e15de132-d5e2-4078-a342-65c277414173',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11845',
+ 'x-ms-request-id',
+ 'bd9aa928-90ab-4de3-835f-106f3ae8c09f',
+ 'x-ms-correlation-request-id',
+ 'bd9aa928-90ab-4de3-835f-106f3ae8c09f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041751Z:bd9aa928-90ab-4de3-835f-106f3ae8c09f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11844',
+ 'x-ms-request-id',
+ '8b9ede64-8b3d-404b-aba6-7537b6afb23b',
+ 'x-ms-correlation-request-id',
+ '8b9ede64-8b3d-404b-aba6-7537b6afb23b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041753Z:8b9ede64-8b3d-404b-aba6-7537b6afb23b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11843',
+ 'x-ms-request-id',
+ '7e8fb7b7-a6f4-44ac-a8b3-6952cfbe58ae',
+ 'x-ms-correlation-request-id',
+ '7e8fb7b7-a6f4-44ac-a8b3-6952cfbe58ae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041756Z:7e8fb7b7-a6f4-44ac-a8b3-6952cfbe58ae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11842',
+ 'x-ms-request-id',
+ '2ff35786-98e7-4be7-828a-3f0b9017a10a',
+ 'x-ms-correlation-request-id',
+ '2ff35786-98e7-4be7-828a-3f0b9017a10a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041758Z:2ff35786-98e7-4be7-828a-3f0b9017a10a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:17:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11841',
+ 'x-ms-request-id',
+ '3ec96b00-ab4e-4bdf-83e4-11ea0e3c170a',
+ 'x-ms-correlation-request-id',
+ '3ec96b00-ab4e-4bdf-83e4-11ea0e3c170a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041800Z:3ec96b00-ab4e-4bdf-83e4-11ea0e3c170a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11840',
+ 'x-ms-request-id',
+ 'b938bbf1-5fdd-4fe1-9169-8f0f7fd2ef4b',
+ 'x-ms-correlation-request-id',
+ 'b938bbf1-5fdd-4fe1-9169-8f0f7fd2ef4b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041803Z:b938bbf1-5fdd-4fe1-9169-8f0f7fd2ef4b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11839',
+ 'x-ms-request-id',
+ '6369e4e4-7c16-4575-bbdf-2b85debded52',
+ 'x-ms-correlation-request-id',
+ '6369e4e4-7c16-4575-bbdf-2b85debded52',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041805Z:6369e4e4-7c16-4575-bbdf-2b85debded52',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11838',
+ 'x-ms-request-id',
+ 'e9658c41-e965-4c7e-b893-1711d1b7764f',
+ 'x-ms-correlation-request-id',
+ 'e9658c41-e965-4c7e-b893-1711d1b7764f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041807Z:e9658c41-e965-4c7e-b893-1711d1b7764f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11837',
+ 'x-ms-request-id',
+ '20ef302d-1fa1-420d-9b17-e9fb835dfe6e',
+ 'x-ms-correlation-request-id',
+ '20ef302d-1fa1-420d-9b17-e9fb835dfe6e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041810Z:20ef302d-1fa1-420d-9b17-e9fb835dfe6e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11836',
+ 'x-ms-request-id',
+ '6ebbb12b-cc3d-4824-abaa-f08afd0199ad',
+ 'x-ms-correlation-request-id',
+ '6ebbb12b-cc3d-4824-abaa-f08afd0199ad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041812Z:6ebbb12b-cc3d-4824-abaa-f08afd0199ad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11835',
+ 'x-ms-request-id',
+ '03f97902-420a-4b6f-930f-49d9fb86a9fd',
+ 'x-ms-correlation-request-id',
+ '03f97902-420a-4b6f-930f-49d9fb86a9fd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041814Z:03f97902-420a-4b6f-930f-49d9fb86a9fd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11834',
+ 'x-ms-request-id',
+ 'b13bcc8c-93d0-4191-b522-45c76ac813df',
+ 'x-ms-correlation-request-id',
+ 'b13bcc8c-93d0-4191-b522-45c76ac813df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041817Z:b13bcc8c-93d0-4191-b522-45c76ac813df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11833',
+ 'x-ms-request-id',
+ '4b3f826e-97f2-48a4-a286-aef4c9eb2999',
+ 'x-ms-correlation-request-id',
+ '4b3f826e-97f2-48a4-a286-aef4c9eb2999',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041819Z:4b3f826e-97f2-48a4-a286-aef4c9eb2999',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11832',
+ 'x-ms-request-id',
+ 'd382dee9-63a9-40d5-b88d-c2ae75475c68',
+ 'x-ms-correlation-request-id',
+ 'd382dee9-63a9-40d5-b88d-c2ae75475c68',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041821Z:d382dee9-63a9-40d5-b88d-c2ae75475c68',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11831',
+ 'x-ms-request-id',
+ 'c2f76b29-1f7f-4dc5-b77e-077b20ea0e63',
+ 'x-ms-correlation-request-id',
+ 'c2f76b29-1f7f-4dc5-b77e-077b20ea0e63',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041824Z:c2f76b29-1f7f-4dc5-b77e-077b20ea0e63',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11830',
+ 'x-ms-request-id',
+ '42678db9-dcff-4472-bc67-b1f1034202b8',
+ 'x-ms-correlation-request-id',
+ '42678db9-dcff-4472-bc67-b1f1034202b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041826Z:42678db9-dcff-4472-bc67-b1f1034202b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11829',
+ 'x-ms-request-id',
+ 'c43f5231-1c6e-49be-a2b7-8df37fa5def6',
+ 'x-ms-correlation-request-id',
+ 'c43f5231-1c6e-49be-a2b7-8df37fa5def6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041828Z:c43f5231-1c6e-49be-a2b7-8df37fa5def6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11828',
+ 'x-ms-request-id',
+ '66403849-7a08-42b3-9bc2-8e2eca786015',
+ 'x-ms-correlation-request-id',
+ '66403849-7a08-42b3-9bc2-8e2eca786015',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041831Z:66403849-7a08-42b3-9bc2-8e2eca786015',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11827',
+ 'x-ms-request-id',
+ '36a32023-68ad-4f1a-83ba-d297a53a7678',
+ 'x-ms-correlation-request-id',
+ '36a32023-68ad-4f1a-83ba-d297a53a7678',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041833Z:36a32023-68ad-4f1a-83ba-d297a53a7678',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11826',
+ 'x-ms-request-id',
+ 'aa8670e9-da39-4dd4-a30b-a98ab4fe882c',
+ 'x-ms-correlation-request-id',
+ 'aa8670e9-da39-4dd4-a30b-a98ab4fe882c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041836Z:aa8670e9-da39-4dd4-a30b-a98ab4fe882c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11825',
+ 'x-ms-request-id',
+ 'b1d63f16-b7a2-4e5f-8c65-b14d3de8db55',
+ 'x-ms-correlation-request-id',
+ 'b1d63f16-b7a2-4e5f-8c65-b14d3de8db55',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041839Z:b1d63f16-b7a2-4e5f-8c65-b14d3de8db55',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11824',
+ 'x-ms-request-id',
+ 'fc45176f-d6d9-45d9-b257-6dfeac99ae4e',
+ 'x-ms-correlation-request-id',
+ 'fc45176f-d6d9-45d9-b257-6dfeac99ae4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041841Z:fc45176f-d6d9-45d9-b257-6dfeac99ae4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11823',
+ 'x-ms-request-id',
+ '1cbb098f-bacd-46cf-80ce-3cdd05260688',
+ 'x-ms-correlation-request-id',
+ '1cbb098f-bacd-46cf-80ce-3cdd05260688',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041843Z:1cbb098f-bacd-46cf-80ce-3cdd05260688',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11822',
+ 'x-ms-request-id',
+ '5d3ed7d9-7309-43ca-b64b-bcb39c7663ca',
+ 'x-ms-correlation-request-id',
+ '5d3ed7d9-7309-43ca-b64b-bcb39c7663ca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041846Z:5d3ed7d9-7309-43ca-b64b-bcb39c7663ca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11821',
+ 'x-ms-request-id',
+ '049aa7b0-cde5-4f85-9906-dccb07dc53f2',
+ 'x-ms-correlation-request-id',
+ '049aa7b0-cde5-4f85-9906-dccb07dc53f2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041848Z:049aa7b0-cde5-4f85-9906-dccb07dc53f2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11820',
+ 'x-ms-request-id',
+ 'a0134d56-da57-44fb-b7b6-68840cfb9f02',
+ 'x-ms-correlation-request-id',
+ 'a0134d56-da57-44fb-b7b6-68840cfb9f02',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041850Z:a0134d56-da57-44fb-b7b6-68840cfb9f02',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11819',
+ 'x-ms-request-id',
+ '76e26308-91b7-4769-9aad-0f98c7a1bbb4',
+ 'x-ms-correlation-request-id',
+ '76e26308-91b7-4769-9aad-0f98c7a1bbb4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041853Z:76e26308-91b7-4769-9aad-0f98c7a1bbb4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11818',
+ 'x-ms-request-id',
+ 'd136ecd8-6378-4347-8d87-77910b7d297b',
+ 'x-ms-correlation-request-id',
+ 'd136ecd8-6378-4347-8d87-77910b7d297b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041855Z:d136ecd8-6378-4347-8d87-77910b7d297b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11817',
+ 'x-ms-request-id',
+ 'e59bda10-ce46-4406-ac63-000298dd673c',
+ 'x-ms-correlation-request-id',
+ 'e59bda10-ce46-4406-ac63-000298dd673c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041857Z:e59bda10-ce46-4406-ac63-000298dd673c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11816',
+ 'x-ms-request-id',
+ 'cddfb2cc-8a4e-4146-8725-608a2f5e5b4f',
+ 'x-ms-correlation-request-id',
+ 'cddfb2cc-8a4e-4146-8725-608a2f5e5b4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041900Z:cddfb2cc-8a4e-4146-8725-608a2f5e5b4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:18:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11815',
+ 'x-ms-request-id',
+ 'b33aa467-16a2-4400-be88-8836b61309ed',
+ 'x-ms-correlation-request-id',
+ 'b33aa467-16a2-4400-be88-8836b61309ed',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041902Z:b33aa467-16a2-4400-be88-8836b61309ed',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11814',
+ 'x-ms-request-id',
+ '92119503-40cc-43c2-93ed-7b4d7039d077',
+ 'x-ms-correlation-request-id',
+ '92119503-40cc-43c2-93ed-7b4d7039d077',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041904Z:92119503-40cc-43c2-93ed-7b4d7039d077',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11813',
+ 'x-ms-request-id',
+ '6e49435f-ece2-4169-988d-cefbd58b9f7a',
+ 'x-ms-correlation-request-id',
+ '6e49435f-ece2-4169-988d-cefbd58b9f7a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041907Z:6e49435f-ece2-4169-988d-cefbd58b9f7a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11812',
+ 'x-ms-request-id',
+ 'a65a234c-6223-41af-bf17-842c9b6015c0',
+ 'x-ms-correlation-request-id',
+ 'a65a234c-6223-41af-bf17-842c9b6015c0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041909Z:a65a234c-6223-41af-bf17-842c9b6015c0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11811',
+ 'x-ms-request-id',
+ '89a2a98f-bd3d-4458-b6b1-341fbe269b81',
+ 'x-ms-correlation-request-id',
+ '89a2a98f-bd3d-4458-b6b1-341fbe269b81',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041911Z:89a2a98f-bd3d-4458-b6b1-341fbe269b81',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11810',
+ 'x-ms-request-id',
+ '412d9ef0-c933-439f-b8bf-ea1ef49714fa',
+ 'x-ms-correlation-request-id',
+ '412d9ef0-c933-439f-b8bf-ea1ef49714fa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041914Z:412d9ef0-c933-439f-b8bf-ea1ef49714fa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11809',
+ 'x-ms-request-id',
+ '126a1cd5-cbc0-4d4a-bf75-62e829d78419',
+ 'x-ms-correlation-request-id',
+ '126a1cd5-cbc0-4d4a-bf75-62e829d78419',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041916Z:126a1cd5-cbc0-4d4a-bf75-62e829d78419',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11808',
+ 'x-ms-request-id',
+ '6d4d84d6-9a24-47fc-b052-9b384923ca0e',
+ 'x-ms-correlation-request-id',
+ '6d4d84d6-9a24-47fc-b052-9b384923ca0e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041918Z:6d4d84d6-9a24-47fc-b052-9b384923ca0e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11807',
+ 'x-ms-request-id',
+ 'd2bffce2-f78a-46e5-b190-cd3f364b5b2a',
+ 'x-ms-correlation-request-id',
+ 'd2bffce2-f78a-46e5-b190-cd3f364b5b2a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041921Z:d2bffce2-f78a-46e5-b190-cd3f364b5b2a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11806',
+ 'x-ms-request-id',
+ '4dd44c8d-d80b-47d3-a42b-91225fc4a732',
+ 'x-ms-correlation-request-id',
+ '4dd44c8d-d80b-47d3-a42b-91225fc4a732',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041923Z:4dd44c8d-d80b-47d3-a42b-91225fc4a732',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11805',
+ 'x-ms-request-id',
+ 'cadef6ef-c835-4628-b294-d42f745b9cb7',
+ 'x-ms-correlation-request-id',
+ 'cadef6ef-c835-4628-b294-d42f745b9cb7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041926Z:cadef6ef-c835-4628-b294-d42f745b9cb7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11804',
+ 'x-ms-request-id',
+ '0259be63-2fd1-492d-b26c-a388f9407e71',
+ 'x-ms-correlation-request-id',
+ '0259be63-2fd1-492d-b26c-a388f9407e71',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041928Z:0259be63-2fd1-492d-b26c-a388f9407e71',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11803',
+ 'x-ms-request-id',
+ '5f1deaa6-5ba1-4da8-be59-cce39cef3552',
+ 'x-ms-correlation-request-id',
+ '5f1deaa6-5ba1-4da8-be59-cce39cef3552',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041931Z:5f1deaa6-5ba1-4da8-be59-cce39cef3552',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11802',
+ 'x-ms-request-id',
+ 'ffc45532-bd8d-46eb-8288-b39f4d206fb8',
+ 'x-ms-correlation-request-id',
+ 'ffc45532-bd8d-46eb-8288-b39f4d206fb8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041933Z:ffc45532-bd8d-46eb-8288-b39f4d206fb8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11801',
+ 'x-ms-request-id',
+ '10d6ce31-b682-4a7e-8187-8e733e9aa1ed',
+ 'x-ms-correlation-request-id',
+ '10d6ce31-b682-4a7e-8187-8e733e9aa1ed',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041936Z:10d6ce31-b682-4a7e-8187-8e733e9aa1ed',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11800',
+ 'x-ms-request-id',
+ '4adb54a9-7356-4c9f-a46e-7c9f2ed4c7db',
+ 'x-ms-correlation-request-id',
+ '4adb54a9-7356-4c9f-a46e-7c9f2ed4c7db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041938Z:4adb54a9-7356-4c9f-a46e-7c9f2ed4c7db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11799',
+ 'x-ms-request-id',
+ '489f8271-2d6d-45a6-929b-e03ab9ec1e4d',
+ 'x-ms-correlation-request-id',
+ '489f8271-2d6d-45a6-929b-e03ab9ec1e4d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041940Z:489f8271-2d6d-45a6-929b-e03ab9ec1e4d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11798',
+ 'x-ms-request-id',
+ 'cd0f38e2-0f3c-420e-a44a-dff337439cf7',
+ 'x-ms-correlation-request-id',
+ 'cd0f38e2-0f3c-420e-a44a-dff337439cf7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041942Z:cd0f38e2-0f3c-420e-a44a-dff337439cf7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11797',
+ 'x-ms-request-id',
+ 'ed19d3e2-816f-471d-9ae6-5b730ae01551',
+ 'x-ms-correlation-request-id',
+ 'ed19d3e2-816f-471d-9ae6-5b730ae01551',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041945Z:ed19d3e2-816f-471d-9ae6-5b730ae01551',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11796',
+ 'x-ms-request-id',
+ '7881770b-3525-466d-8128-e5d9cdf178f4',
+ 'x-ms-correlation-request-id',
+ '7881770b-3525-466d-8128-e5d9cdf178f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041947Z:7881770b-3525-466d-8128-e5d9cdf178f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11795',
+ 'x-ms-request-id',
+ '09c558c7-a5b7-4faa-88c8-2bf7b699fb84',
+ 'x-ms-correlation-request-id',
+ '09c558c7-a5b7-4faa-88c8-2bf7b699fb84',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041949Z:09c558c7-a5b7-4faa-88c8-2bf7b699fb84',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11794',
+ 'x-ms-request-id',
+ 'f144bc21-5e97-47eb-b29a-c35863aab5a4',
+ 'x-ms-correlation-request-id',
+ 'f144bc21-5e97-47eb-b29a-c35863aab5a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041952Z:f144bc21-5e97-47eb-b29a-c35863aab5a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11793',
+ 'x-ms-request-id',
+ '4429dae2-3cbc-48b2-9c73-29830d3fb4c5',
+ 'x-ms-correlation-request-id',
+ '4429dae2-3cbc-48b2-9c73-29830d3fb4c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041954Z:4429dae2-3cbc-48b2-9c73-29830d3fb4c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11792',
+ 'x-ms-request-id',
+ 'afd4b67a-77dc-443a-a6ac-53405cfbbbc3',
+ 'x-ms-correlation-request-id',
+ 'afd4b67a-77dc-443a-a6ac-53405cfbbbc3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041956Z:afd4b67a-77dc-443a-a6ac-53405cfbbbc3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11791',
+ 'x-ms-request-id',
+ 'a850f7b9-6de2-4123-a825-70e812bef632',
+ 'x-ms-correlation-request-id',
+ 'a850f7b9-6de2-4123-a825-70e812bef632',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T041959Z:a850f7b9-6de2-4123-a825-70e812bef632',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:19:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11790',
+ 'x-ms-request-id',
+ '9d29746c-402e-4762-9995-5b5e333bb029',
+ 'x-ms-correlation-request-id',
+ '9d29746c-402e-4762-9995-5b5e333bb029',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042001Z:9d29746c-402e-4762-9995-5b5e333bb029',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11789',
+ 'x-ms-request-id',
+ 'cce4b57c-17e4-40a5-a925-cbc4017bf321',
+ 'x-ms-correlation-request-id',
+ 'cce4b57c-17e4-40a5-a925-cbc4017bf321',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042003Z:cce4b57c-17e4-40a5-a925-cbc4017bf321',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11788',
+ 'x-ms-request-id',
+ '609e3f6b-b293-4225-9ee7-524c20f2ee80',
+ 'x-ms-correlation-request-id',
+ '609e3f6b-b293-4225-9ee7-524c20f2ee80',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042006Z:609e3f6b-b293-4225-9ee7-524c20f2ee80',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11787',
+ 'x-ms-request-id',
+ '46266a46-6648-4a08-93e2-0de256be4a58',
+ 'x-ms-correlation-request-id',
+ '46266a46-6648-4a08-93e2-0de256be4a58',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042008Z:46266a46-6648-4a08-93e2-0de256be4a58',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11786',
+ 'x-ms-request-id',
+ '58e49d04-1dd3-4292-9459-4034928cdcac',
+ 'x-ms-correlation-request-id',
+ '58e49d04-1dd3-4292-9459-4034928cdcac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042010Z:58e49d04-1dd3-4292-9459-4034928cdcac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11785',
+ 'x-ms-request-id',
+ '808db26e-dd23-49cc-bdff-c0e01e18533a',
+ 'x-ms-correlation-request-id',
+ '808db26e-dd23-49cc-bdff-c0e01e18533a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042013Z:808db26e-dd23-49cc-bdff-c0e01e18533a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11784',
+ 'x-ms-request-id',
+ 'f22c90e5-b597-4401-b104-88f2c5d743e9',
+ 'x-ms-correlation-request-id',
+ 'f22c90e5-b597-4401-b104-88f2c5d743e9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042015Z:f22c90e5-b597-4401-b104-88f2c5d743e9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11783',
+ 'x-ms-request-id',
+ 'e72ea1a0-6240-4346-879f-7f5ddc76f68a',
+ 'x-ms-correlation-request-id',
+ 'e72ea1a0-6240-4346-879f-7f5ddc76f68a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042017Z:e72ea1a0-6240-4346-879f-7f5ddc76f68a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11782',
+ 'x-ms-request-id',
+ '27151726-b6bc-40d7-b549-c6d6c916949a',
+ 'x-ms-correlation-request-id',
+ '27151726-b6bc-40d7-b549-c6d6c916949a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042020Z:27151726-b6bc-40d7-b549-c6d6c916949a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11781',
+ 'x-ms-request-id',
+ '5e4a5600-0521-4003-8517-5573dd848929',
+ 'x-ms-correlation-request-id',
+ '5e4a5600-0521-4003-8517-5573dd848929',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042022Z:5e4a5600-0521-4003-8517-5573dd848929',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11780',
+ 'x-ms-request-id',
+ 'dfeb3043-8e24-4b73-9998-2c675c931181',
+ 'x-ms-correlation-request-id',
+ 'dfeb3043-8e24-4b73-9998-2c675c931181',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042024Z:dfeb3043-8e24-4b73-9998-2c675c931181',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11779',
+ 'x-ms-request-id',
+ '9d3e38d2-ead1-46c4-994a-cd218ff67724',
+ 'x-ms-correlation-request-id',
+ '9d3e38d2-ead1-46c4-994a-cd218ff67724',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042027Z:9d3e38d2-ead1-46c4-994a-cd218ff67724',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11778',
+ 'x-ms-request-id',
+ '4a55d3c0-c5d7-41ac-8ec1-82243c69da89',
+ 'x-ms-correlation-request-id',
+ '4a55d3c0-c5d7-41ac-8ec1-82243c69da89',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042029Z:4a55d3c0-c5d7-41ac-8ec1-82243c69da89',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11777',
+ 'x-ms-request-id',
+ '18c4e5a7-7334-47cf-ba0b-5ac4350414ac',
+ 'x-ms-correlation-request-id',
+ '18c4e5a7-7334-47cf-ba0b-5ac4350414ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042032Z:18c4e5a7-7334-47cf-ba0b-5ac4350414ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11776',
+ 'x-ms-request-id',
+ '1bf987ee-a447-486d-9821-94f4c5204b17',
+ 'x-ms-correlation-request-id',
+ '1bf987ee-a447-486d-9821-94f4c5204b17',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042034Z:1bf987ee-a447-486d-9821-94f4c5204b17',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11775',
+ 'x-ms-request-id',
+ '0adb3bd4-adf6-43cb-b8b2-96e3873e7bbf',
+ 'x-ms-correlation-request-id',
+ '0adb3bd4-adf6-43cb-b8b2-96e3873e7bbf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042037Z:0adb3bd4-adf6-43cb-b8b2-96e3873e7bbf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11774',
+ 'x-ms-request-id',
+ 'cb25de62-9c08-4298-b233-2f409c854a6f',
+ 'x-ms-correlation-request-id',
+ 'cb25de62-9c08-4298-b233-2f409c854a6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042039Z:cb25de62-9c08-4298-b233-2f409c854a6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11773',
+ 'x-ms-request-id',
+ '5012a1b6-f2ce-4795-9d0e-35effa48b100',
+ 'x-ms-correlation-request-id',
+ '5012a1b6-f2ce-4795-9d0e-35effa48b100',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042041Z:5012a1b6-f2ce-4795-9d0e-35effa48b100',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11772',
+ 'x-ms-request-id',
+ '9a3d841e-f997-445a-a34c-35503b40d135',
+ 'x-ms-correlation-request-id',
+ '9a3d841e-f997-445a-a34c-35503b40d135',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042044Z:9a3d841e-f997-445a-a34c-35503b40d135',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11771',
+ 'x-ms-request-id',
+ '51dbc074-d88a-4718-bad6-36661b802110',
+ 'x-ms-correlation-request-id',
+ '51dbc074-d88a-4718-bad6-36661b802110',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042046Z:51dbc074-d88a-4718-bad6-36661b802110',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11770',
+ 'x-ms-request-id',
+ '3c516e5c-4cb6-4ea8-9234-f8777f5ff693',
+ 'x-ms-correlation-request-id',
+ '3c516e5c-4cb6-4ea8-9234-f8777f5ff693',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042048Z:3c516e5c-4cb6-4ea8-9234-f8777f5ff693',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11769',
+ 'x-ms-request-id',
+ '9b0844f3-0314-41ce-a10b-0e31ad6acf4a',
+ 'x-ms-correlation-request-id',
+ '9b0844f3-0314-41ce-a10b-0e31ad6acf4a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042051Z:9b0844f3-0314-41ce-a10b-0e31ad6acf4a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11768',
+ 'x-ms-request-id',
+ '882f1268-db62-407b-835d-c8cae039173e',
+ 'x-ms-correlation-request-id',
+ '882f1268-db62-407b-835d-c8cae039173e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042053Z:882f1268-db62-407b-835d-c8cae039173e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11767',
+ 'x-ms-request-id',
+ '452a0031-3009-4948-989f-db8a594a2c59',
+ 'x-ms-correlation-request-id',
+ '452a0031-3009-4948-989f-db8a594a2c59',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042055Z:452a0031-3009-4948-989f-db8a594a2c59',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11766',
+ 'x-ms-request-id',
+ '3c4fcdd9-f1f9-4172-9fd9-92886f982e1d',
+ 'x-ms-correlation-request-id',
+ '3c4fcdd9-f1f9-4172-9fd9-92886f982e1d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042058Z:3c4fcdd9-f1f9-4172-9fd9-92886f982e1d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11765',
+ 'x-ms-request-id',
+ '7b95baed-7bb3-451f-b4d2-30325bf034b7',
+ 'x-ms-correlation-request-id',
+ '7b95baed-7bb3-451f-b4d2-30325bf034b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042100Z:7b95baed-7bb3-451f-b4d2-30325bf034b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:20:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11764',
+ 'x-ms-request-id',
+ '9e3bc674-f9f8-4301-acbb-f725e8b2563d',
+ 'x-ms-correlation-request-id',
+ '9e3bc674-f9f8-4301-acbb-f725e8b2563d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042102Z:9e3bc674-f9f8-4301-acbb-f725e8b2563d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11763',
+ 'x-ms-request-id',
+ '121cd9fb-3bc1-4cfa-8b48-b93fb7b5c458',
+ 'x-ms-correlation-request-id',
+ '121cd9fb-3bc1-4cfa-8b48-b93fb7b5c458',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042105Z:121cd9fb-3bc1-4cfa-8b48-b93fb7b5c458',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11762',
+ 'x-ms-request-id',
+ '52d405be-867c-4a91-90c4-2661443f1b1a',
+ 'x-ms-correlation-request-id',
+ '52d405be-867c-4a91-90c4-2661443f1b1a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042107Z:52d405be-867c-4a91-90c4-2661443f1b1a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11761',
+ 'x-ms-request-id',
+ '54097468-bdab-4c90-95f9-5b53ffc77efd',
+ 'x-ms-correlation-request-id',
+ '54097468-bdab-4c90-95f9-5b53ffc77efd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042109Z:54097468-bdab-4c90-95f9-5b53ffc77efd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11760',
+ 'x-ms-request-id',
+ '814df93a-7e87-42a0-a584-620f375fead4',
+ 'x-ms-correlation-request-id',
+ '814df93a-7e87-42a0-a584-620f375fead4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042112Z:814df93a-7e87-42a0-a584-620f375fead4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11759',
+ 'x-ms-request-id',
+ 'b7133f1e-ec93-415d-a635-6a2f1c3ba022',
+ 'x-ms-correlation-request-id',
+ 'b7133f1e-ec93-415d-a635-6a2f1c3ba022',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042114Z:b7133f1e-ec93-415d-a635-6a2f1c3ba022',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11758',
+ 'x-ms-request-id',
+ '2f86c4a7-918d-4174-88f7-fe82f658a355',
+ 'x-ms-correlation-request-id',
+ '2f86c4a7-918d-4174-88f7-fe82f658a355',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042116Z:2f86c4a7-918d-4174-88f7-fe82f658a355',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11757',
+ 'x-ms-request-id',
+ 'e51edc0a-a89a-40cf-a288-39fbb23d93d3',
+ 'x-ms-correlation-request-id',
+ 'e51edc0a-a89a-40cf-a288-39fbb23d93d3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042119Z:e51edc0a-a89a-40cf-a288-39fbb23d93d3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11756',
+ 'x-ms-request-id',
+ 'e0c41c4f-4e55-4237-9b43-f2f9a6254ede',
+ 'x-ms-correlation-request-id',
+ 'e0c41c4f-4e55-4237-9b43-f2f9a6254ede',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042121Z:e0c41c4f-4e55-4237-9b43-f2f9a6254ede',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11755',
+ 'x-ms-request-id',
+ '64fc3227-35b4-4407-987e-122e74ba5e6f',
+ 'x-ms-correlation-request-id',
+ '64fc3227-35b4-4407-987e-122e74ba5e6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042123Z:64fc3227-35b4-4407-987e-122e74ba5e6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11754',
+ 'x-ms-request-id',
+ 'e55f8f55-dc9b-4460-8b60-d345cac8d2aa',
+ 'x-ms-correlation-request-id',
+ 'e55f8f55-dc9b-4460-8b60-d345cac8d2aa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042126Z:e55f8f55-dc9b-4460-8b60-d345cac8d2aa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11753',
+ 'x-ms-request-id',
+ 'f972d99e-7fae-4a23-bafa-dedac68561a3',
+ 'x-ms-correlation-request-id',
+ 'f972d99e-7fae-4a23-bafa-dedac68561a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042128Z:f972d99e-7fae-4a23-bafa-dedac68561a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11752',
+ 'x-ms-request-id',
+ '99ffa47f-c6e4-4e98-9766-b42b4f3c5d1d',
+ 'x-ms-correlation-request-id',
+ '99ffa47f-c6e4-4e98-9766-b42b4f3c5d1d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042131Z:99ffa47f-c6e4-4e98-9766-b42b4f3c5d1d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11751',
+ 'x-ms-request-id',
+ 'e12c6e44-a421-4835-ac63-3a6ef2d9a0b8',
+ 'x-ms-correlation-request-id',
+ 'e12c6e44-a421-4835-ac63-3a6ef2d9a0b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042133Z:e12c6e44-a421-4835-ac63-3a6ef2d9a0b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11750',
+ 'x-ms-request-id',
+ '14a58df9-4542-422d-9651-0027f48243b4',
+ 'x-ms-correlation-request-id',
+ '14a58df9-4542-422d-9651-0027f48243b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042136Z:14a58df9-4542-422d-9651-0027f48243b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11749',
+ 'x-ms-request-id',
+ '301c965a-3eeb-4fa9-a00e-0e906db73428',
+ 'x-ms-correlation-request-id',
+ '301c965a-3eeb-4fa9-a00e-0e906db73428',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042138Z:301c965a-3eeb-4fa9-a00e-0e906db73428',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11748',
+ 'x-ms-request-id',
+ '25eebb69-f6e3-42bf-9115-117587979a53',
+ 'x-ms-correlation-request-id',
+ '25eebb69-f6e3-42bf-9115-117587979a53',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042140Z:25eebb69-f6e3-42bf-9115-117587979a53',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11747',
+ 'x-ms-request-id',
+ '2a736a64-1506-487b-85fd-e4cf689e064d',
+ 'x-ms-correlation-request-id',
+ '2a736a64-1506-487b-85fd-e4cf689e064d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042143Z:2a736a64-1506-487b-85fd-e4cf689e064d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11746',
+ 'x-ms-request-id',
+ '4a83794a-01e6-4f82-b700-0f04066759f4',
+ 'x-ms-correlation-request-id',
+ '4a83794a-01e6-4f82-b700-0f04066759f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042145Z:4a83794a-01e6-4f82-b700-0f04066759f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11745',
+ 'x-ms-request-id',
+ '44fd4611-b928-4beb-8662-b8cabe924c74',
+ 'x-ms-correlation-request-id',
+ '44fd4611-b928-4beb-8662-b8cabe924c74',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042147Z:44fd4611-b928-4beb-8662-b8cabe924c74',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11744',
+ 'x-ms-request-id',
+ '5b8b4770-aa64-49da-852d-a6b214dfa972',
+ 'x-ms-correlation-request-id',
+ '5b8b4770-aa64-49da-852d-a6b214dfa972',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042150Z:5b8b4770-aa64-49da-852d-a6b214dfa972',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11743',
+ 'x-ms-request-id',
+ '4812591d-fad5-426d-99d0-260f637d3e64',
+ 'x-ms-correlation-request-id',
+ '4812591d-fad5-426d-99d0-260f637d3e64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042152Z:4812591d-fad5-426d-99d0-260f637d3e64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11742',
+ 'x-ms-request-id',
+ '5a42d577-0709-4d6e-b364-dc358ab0de9d',
+ 'x-ms-correlation-request-id',
+ '5a42d577-0709-4d6e-b364-dc358ab0de9d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042154Z:5a42d577-0709-4d6e-b364-dc358ab0de9d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11741',
+ 'x-ms-request-id',
+ '50407b5f-5787-4ee8-b175-7053fb5a4a0c',
+ 'x-ms-correlation-request-id',
+ '50407b5f-5787-4ee8-b175-7053fb5a4a0c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042157Z:50407b5f-5787-4ee8-b175-7053fb5a4a0c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11740',
+ 'x-ms-request-id',
+ 'd4bc9fac-8910-4c7c-9682-f3a38b7d0d6a',
+ 'x-ms-correlation-request-id',
+ 'd4bc9fac-8910-4c7c-9682-f3a38b7d0d6a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042159Z:d4bc9fac-8910-4c7c-9682-f3a38b7d0d6a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:21:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11739',
+ 'x-ms-request-id',
+ '7220cab5-e93e-4653-9d84-bea50f1378ec',
+ 'x-ms-correlation-request-id',
+ '7220cab5-e93e-4653-9d84-bea50f1378ec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042201Z:7220cab5-e93e-4653-9d84-bea50f1378ec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11738',
+ 'x-ms-request-id',
+ '1aee33c4-2963-46ce-ae54-e76e95c76b18',
+ 'x-ms-correlation-request-id',
+ '1aee33c4-2963-46ce-ae54-e76e95c76b18',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042203Z:1aee33c4-2963-46ce-ae54-e76e95c76b18',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11737',
+ 'x-ms-request-id',
+ '9fd54df2-203e-4410-8881-0fc1117e4bf4',
+ 'x-ms-correlation-request-id',
+ '9fd54df2-203e-4410-8881-0fc1117e4bf4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042206Z:9fd54df2-203e-4410-8881-0fc1117e4bf4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11736',
+ 'x-ms-request-id',
+ '4a9700b6-03ee-411e-b876-e13aa8d5d4d6',
+ 'x-ms-correlation-request-id',
+ '4a9700b6-03ee-411e-b876-e13aa8d5d4d6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042208Z:4a9700b6-03ee-411e-b876-e13aa8d5d4d6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11735',
+ 'x-ms-request-id',
+ '512f9dbe-58ce-40b3-8bed-b74af6843925',
+ 'x-ms-correlation-request-id',
+ '512f9dbe-58ce-40b3-8bed-b74af6843925',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042210Z:512f9dbe-58ce-40b3-8bed-b74af6843925',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11734',
+ 'x-ms-request-id',
+ '576af85d-6f0a-4390-aa52-010a520a0fc6',
+ 'x-ms-correlation-request-id',
+ '576af85d-6f0a-4390-aa52-010a520a0fc6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042213Z:576af85d-6f0a-4390-aa52-010a520a0fc6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11733',
+ 'x-ms-request-id',
+ '9c6bb66a-711a-4738-99a8-e166f4a18394',
+ 'x-ms-correlation-request-id',
+ '9c6bb66a-711a-4738-99a8-e166f4a18394',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042216Z:9c6bb66a-711a-4738-99a8-e166f4a18394',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11732',
+ 'x-ms-request-id',
+ 'ff62dcbc-81d2-4dfc-8b50-edc3cb51939d',
+ 'x-ms-correlation-request-id',
+ 'ff62dcbc-81d2-4dfc-8b50-edc3cb51939d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042218Z:ff62dcbc-81d2-4dfc-8b50-edc3cb51939d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11731',
+ 'x-ms-request-id',
+ '2921065c-fb6b-4de6-863e-dfd7135adb33',
+ 'x-ms-correlation-request-id',
+ '2921065c-fb6b-4de6-863e-dfd7135adb33',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042220Z:2921065c-fb6b-4de6-863e-dfd7135adb33',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11730',
+ 'x-ms-request-id',
+ '00f4df8c-6673-4f24-9f86-e60bf0fe8816',
+ 'x-ms-correlation-request-id',
+ '00f4df8c-6673-4f24-9f86-e60bf0fe8816',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042223Z:00f4df8c-6673-4f24-9f86-e60bf0fe8816',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11729',
+ 'x-ms-request-id',
+ '5fd91b4d-ec97-4169-8295-8e5736f9cbb1',
+ 'x-ms-correlation-request-id',
+ '5fd91b4d-ec97-4169-8295-8e5736f9cbb1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042225Z:5fd91b4d-ec97-4169-8295-8e5736f9cbb1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11728',
+ 'x-ms-request-id',
+ 'd2e073e8-7749-4133-bada-2f487f275459',
+ 'x-ms-correlation-request-id',
+ 'd2e073e8-7749-4133-bada-2f487f275459',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042227Z:d2e073e8-7749-4133-bada-2f487f275459',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11727',
+ 'x-ms-request-id',
+ 'c50dd4dd-953b-49b4-a393-b26e496e7cc7',
+ 'x-ms-correlation-request-id',
+ 'c50dd4dd-953b-49b4-a393-b26e496e7cc7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042230Z:c50dd4dd-953b-49b4-a393-b26e496e7cc7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11726',
+ 'x-ms-request-id',
+ '8a81adfd-fe4a-4e1f-9a94-a85aff8fb0c1',
+ 'x-ms-correlation-request-id',
+ '8a81adfd-fe4a-4e1f-9a94-a85aff8fb0c1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042233Z:8a81adfd-fe4a-4e1f-9a94-a85aff8fb0c1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11725',
+ 'x-ms-request-id',
+ 'd7f936ce-70b1-489c-8838-74c19e7d482e',
+ 'x-ms-correlation-request-id',
+ 'd7f936ce-70b1-489c-8838-74c19e7d482e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042235Z:d7f936ce-70b1-489c-8838-74c19e7d482e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11724',
+ 'x-ms-request-id',
+ 'd79f2181-d5d5-4be5-b5ca-0de3fc6af042',
+ 'x-ms-correlation-request-id',
+ 'd79f2181-d5d5-4be5-b5ca-0de3fc6af042',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042237Z:d79f2181-d5d5-4be5-b5ca-0de3fc6af042',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11723',
+ 'x-ms-request-id',
+ 'e0b6b7f9-1231-4258-8059-cac7ba5095c3',
+ 'x-ms-correlation-request-id',
+ 'e0b6b7f9-1231-4258-8059-cac7ba5095c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042240Z:e0b6b7f9-1231-4258-8059-cac7ba5095c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11722',
+ 'x-ms-request-id',
+ 'cf4ca203-2799-41b5-b2d7-b27874fe3074',
+ 'x-ms-correlation-request-id',
+ 'cf4ca203-2799-41b5-b2d7-b27874fe3074',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042242Z:cf4ca203-2799-41b5-b2d7-b27874fe3074',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11721',
+ 'x-ms-request-id',
+ 'c1321ba6-9afd-44b8-9200-45bc57805e34',
+ 'x-ms-correlation-request-id',
+ 'c1321ba6-9afd-44b8-9200-45bc57805e34',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042244Z:c1321ba6-9afd-44b8-9200-45bc57805e34',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11720',
+ 'x-ms-request-id',
+ '4a73278e-4578-4a9f-ae0c-1d229731afea',
+ 'x-ms-correlation-request-id',
+ '4a73278e-4578-4a9f-ae0c-1d229731afea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042247Z:4a73278e-4578-4a9f-ae0c-1d229731afea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11719',
+ 'x-ms-request-id',
+ '92948cc3-d100-4ca0-842f-d277d072bdc9',
+ 'x-ms-correlation-request-id',
+ '92948cc3-d100-4ca0-842f-d277d072bdc9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042249Z:92948cc3-d100-4ca0-842f-d277d072bdc9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11718',
+ 'x-ms-request-id',
+ '99c9c2b2-6809-4c58-90a0-5545c43dfcfb',
+ 'x-ms-correlation-request-id',
+ '99c9c2b2-6809-4c58-90a0-5545c43dfcfb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042251Z:99c9c2b2-6809-4c58-90a0-5545c43dfcfb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11717',
+ 'x-ms-request-id',
+ '5e21a3f9-3a30-4115-ab31-1c18c6d14a67',
+ 'x-ms-correlation-request-id',
+ '5e21a3f9-3a30-4115-ab31-1c18c6d14a67',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042254Z:5e21a3f9-3a30-4115-ab31-1c18c6d14a67',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11716',
+ 'x-ms-request-id',
+ '2dec91f8-c83a-456d-a21c-b8956f3fa83f',
+ 'x-ms-correlation-request-id',
+ '2dec91f8-c83a-456d-a21c-b8956f3fa83f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042257Z:2dec91f8-c83a-456d-a21c-b8956f3fa83f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11715',
+ 'x-ms-request-id',
+ '4c3bb731-6a04-44c8-9484-c716a0641163',
+ 'x-ms-correlation-request-id',
+ '4c3bb731-6a04-44c8-9484-c716a0641163',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042259Z:4c3bb731-6a04-44c8-9484-c716a0641163',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:22:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11714',
+ 'x-ms-request-id',
+ 'bae6c32c-095e-4a70-9509-b43386f3a83e',
+ 'x-ms-correlation-request-id',
+ 'bae6c32c-095e-4a70-9509-b43386f3a83e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042302Z:bae6c32c-095e-4a70-9509-b43386f3a83e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11713',
+ 'x-ms-request-id',
+ '37436fc5-2207-4fd1-9e04-6188f271a5f9',
+ 'x-ms-correlation-request-id',
+ '37436fc5-2207-4fd1-9e04-6188f271a5f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042304Z:37436fc5-2207-4fd1-9e04-6188f271a5f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11712',
+ 'x-ms-request-id',
+ 'ce00de67-8ffa-472b-bb48-1a265c894553',
+ 'x-ms-correlation-request-id',
+ 'ce00de67-8ffa-472b-bb48-1a265c894553',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042307Z:ce00de67-8ffa-472b-bb48-1a265c894553',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11711',
+ 'x-ms-request-id',
+ 'cc6faf19-e224-43ca-9b97-482a9e688f27',
+ 'x-ms-correlation-request-id',
+ 'cc6faf19-e224-43ca-9b97-482a9e688f27',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042309Z:cc6faf19-e224-43ca-9b97-482a9e688f27',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11710',
+ 'x-ms-request-id',
+ 'a835f4a5-fd72-4582-bfe0-b1b0c333fea6',
+ 'x-ms-correlation-request-id',
+ 'a835f4a5-fd72-4582-bfe0-b1b0c333fea6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042311Z:a835f4a5-fd72-4582-bfe0-b1b0c333fea6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11709',
+ 'x-ms-request-id',
+ '16eb43d2-7b7f-41c5-b7bb-ff4ffef20096',
+ 'x-ms-correlation-request-id',
+ '16eb43d2-7b7f-41c5-b7bb-ff4ffef20096',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042314Z:16eb43d2-7b7f-41c5-b7bb-ff4ffef20096',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11708',
+ 'x-ms-request-id',
+ '50c5d308-ca0f-42ef-af2a-da30419bd87f',
+ 'x-ms-correlation-request-id',
+ '50c5d308-ca0f-42ef-af2a-da30419bd87f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042316Z:50c5d308-ca0f-42ef-af2a-da30419bd87f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11707',
+ 'x-ms-request-id',
+ '01fe7100-4b55-4edf-bf3f-c3ffdb6882fc',
+ 'x-ms-correlation-request-id',
+ '01fe7100-4b55-4edf-bf3f-c3ffdb6882fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042318Z:01fe7100-4b55-4edf-bf3f-c3ffdb6882fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11706',
+ 'x-ms-request-id',
+ '9f784a2c-6b00-4584-a115-14755b202f2f',
+ 'x-ms-correlation-request-id',
+ '9f784a2c-6b00-4584-a115-14755b202f2f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042321Z:9f784a2c-6b00-4584-a115-14755b202f2f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11705',
+ 'x-ms-request-id',
+ 'b94ee3ce-1f52-40b9-85de-0e241e6163e8',
+ 'x-ms-correlation-request-id',
+ 'b94ee3ce-1f52-40b9-85de-0e241e6163e8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042323Z:b94ee3ce-1f52-40b9-85de-0e241e6163e8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11704',
+ 'x-ms-request-id',
+ '77e89b87-2024-402f-a1e9-2b3e97612853',
+ 'x-ms-correlation-request-id',
+ '77e89b87-2024-402f-a1e9-2b3e97612853',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042325Z:77e89b87-2024-402f-a1e9-2b3e97612853',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11703',
+ 'x-ms-request-id',
+ '9d991060-b0cc-4baf-8aa8-f11028ae62bb',
+ 'x-ms-correlation-request-id',
+ '9d991060-b0cc-4baf-8aa8-f11028ae62bb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042328Z:9d991060-b0cc-4baf-8aa8-f11028ae62bb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11702',
+ 'x-ms-request-id',
+ '8509a287-7816-4ecb-bc52-09db88a8f8db',
+ 'x-ms-correlation-request-id',
+ '8509a287-7816-4ecb-bc52-09db88a8f8db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042330Z:8509a287-7816-4ecb-bc52-09db88a8f8db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11701',
+ 'x-ms-request-id',
+ '2ab659da-7894-4ea9-ba66-a3a69fcbdd8f',
+ 'x-ms-correlation-request-id',
+ '2ab659da-7894-4ea9-ba66-a3a69fcbdd8f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042333Z:2ab659da-7894-4ea9-ba66-a3a69fcbdd8f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11700',
+ 'x-ms-request-id',
+ '0780ab72-ed8c-4af8-9f15-9b4d7687e8d1',
+ 'x-ms-correlation-request-id',
+ '0780ab72-ed8c-4af8-9f15-9b4d7687e8d1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042335Z:0780ab72-ed8c-4af8-9f15-9b4d7687e8d1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11699',
+ 'x-ms-request-id',
+ 'bede343a-bc4f-4eeb-852c-5284be3ccd32',
+ 'x-ms-correlation-request-id',
+ 'bede343a-bc4f-4eeb-852c-5284be3ccd32',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042337Z:bede343a-bc4f-4eeb-852c-5284be3ccd32',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11698',
+ 'x-ms-request-id',
+ '389f4051-3e17-471a-bb8f-975cecdb51dd',
+ 'x-ms-correlation-request-id',
+ '389f4051-3e17-471a-bb8f-975cecdb51dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042340Z:389f4051-3e17-471a-bb8f-975cecdb51dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11697',
+ 'x-ms-request-id',
+ '3d8bd1db-c071-42f4-ae01-eda40e18d563',
+ 'x-ms-correlation-request-id',
+ '3d8bd1db-c071-42f4-ae01-eda40e18d563',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042342Z:3d8bd1db-c071-42f4-ae01-eda40e18d563',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11696',
+ 'x-ms-request-id',
+ '91dad247-10b6-4e04-9722-9c3f279a1f43',
+ 'x-ms-correlation-request-id',
+ '91dad247-10b6-4e04-9722-9c3f279a1f43',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042344Z:91dad247-10b6-4e04-9722-9c3f279a1f43',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11695',
+ 'x-ms-request-id',
+ 'c3ad0a85-e554-412c-a95b-a90ad7316563',
+ 'x-ms-correlation-request-id',
+ 'c3ad0a85-e554-412c-a95b-a90ad7316563',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042347Z:c3ad0a85-e554-412c-a95b-a90ad7316563',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11694',
+ 'x-ms-request-id',
+ '870afa77-c205-4bf7-95b5-54aa80b5e4fa',
+ 'x-ms-correlation-request-id',
+ '870afa77-c205-4bf7-95b5-54aa80b5e4fa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042349Z:870afa77-c205-4bf7-95b5-54aa80b5e4fa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11693',
+ 'x-ms-request-id',
+ 'd8375948-f16d-4581-8a82-a170f7ecb23b',
+ 'x-ms-correlation-request-id',
+ 'd8375948-f16d-4581-8a82-a170f7ecb23b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042351Z:d8375948-f16d-4581-8a82-a170f7ecb23b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11692',
+ 'x-ms-request-id',
+ 'c6c26624-1ba5-4b9e-96d4-7249a954f3ed',
+ 'x-ms-correlation-request-id',
+ 'c6c26624-1ba5-4b9e-96d4-7249a954f3ed',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042354Z:c6c26624-1ba5-4b9e-96d4-7249a954f3ed',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11691',
+ 'x-ms-request-id',
+ 'd39617cf-a293-494e-9032-704372706283',
+ 'x-ms-correlation-request-id',
+ 'd39617cf-a293-494e-9032-704372706283',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042356Z:d39617cf-a293-494e-9032-704372706283',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11690',
+ 'x-ms-request-id',
+ '8b196227-af68-4808-8234-814b374a4b0b',
+ 'x-ms-correlation-request-id',
+ '8b196227-af68-4808-8234-814b374a4b0b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042358Z:8b196227-af68-4808-8234-814b374a4b0b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:23:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11689',
+ 'x-ms-request-id',
+ '8ed778db-e906-415f-abb6-51f8e97d7c9a',
+ 'x-ms-correlation-request-id',
+ '8ed778db-e906-415f-abb6-51f8e97d7c9a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042401Z:8ed778db-e906-415f-abb6-51f8e97d7c9a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11688',
+ 'x-ms-request-id',
+ 'd7d079df-1d72-4a02-94ec-bce7ec0eaef3',
+ 'x-ms-correlation-request-id',
+ 'd7d079df-1d72-4a02-94ec-bce7ec0eaef3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042404Z:d7d079df-1d72-4a02-94ec-bce7ec0eaef3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11687',
+ 'x-ms-request-id',
+ 'fe731824-7655-463a-a5e7-19a567a2dc79',
+ 'x-ms-correlation-request-id',
+ 'fe731824-7655-463a-a5e7-19a567a2dc79',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042406Z:fe731824-7655-463a-a5e7-19a567a2dc79',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11686',
+ 'x-ms-request-id',
+ '33f23725-a742-4979-9b2a-27880e3191e6',
+ 'x-ms-correlation-request-id',
+ '33f23725-a742-4979-9b2a-27880e3191e6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042408Z:33f23725-a742-4979-9b2a-27880e3191e6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11685',
+ 'x-ms-request-id',
+ '6329ed01-9f2d-495a-8368-afc4f38bae64',
+ 'x-ms-correlation-request-id',
+ '6329ed01-9f2d-495a-8368-afc4f38bae64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042411Z:6329ed01-9f2d-495a-8368-afc4f38bae64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11684',
+ 'x-ms-request-id',
+ 'c1c5bb63-2c9c-433b-a8ce-0f8c7903f68a',
+ 'x-ms-correlation-request-id',
+ 'c1c5bb63-2c9c-433b-a8ce-0f8c7903f68a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042413Z:c1c5bb63-2c9c-433b-a8ce-0f8c7903f68a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11683',
+ 'x-ms-request-id',
+ '52e2fa3a-25d9-4d18-8e2d-46ea442da83d',
+ 'x-ms-correlation-request-id',
+ '52e2fa3a-25d9-4d18-8e2d-46ea442da83d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042415Z:52e2fa3a-25d9-4d18-8e2d-46ea442da83d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11682',
+ 'x-ms-request-id',
+ '94ebb357-8bf0-402d-8434-7cbe5105da16',
+ 'x-ms-correlation-request-id',
+ '94ebb357-8bf0-402d-8434-7cbe5105da16',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042418Z:94ebb357-8bf0-402d-8434-7cbe5105da16',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11681',
+ 'x-ms-request-id',
+ '7e0290c7-6ab5-49db-a253-46c7a8bd7abe',
+ 'x-ms-correlation-request-id',
+ '7e0290c7-6ab5-49db-a253-46c7a8bd7abe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042420Z:7e0290c7-6ab5-49db-a253-46c7a8bd7abe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11680',
+ 'x-ms-request-id',
+ '45732ebd-a0ea-4061-81cf-134b8a22c737',
+ 'x-ms-correlation-request-id',
+ '45732ebd-a0ea-4061-81cf-134b8a22c737',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042422Z:45732ebd-a0ea-4061-81cf-134b8a22c737',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11679',
+ 'x-ms-request-id',
+ '626bd760-c6f9-441a-a90b-73c61a99ca1e',
+ 'x-ms-correlation-request-id',
+ '626bd760-c6f9-441a-a90b-73c61a99ca1e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042425Z:626bd760-c6f9-441a-a90b-73c61a99ca1e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11678',
+ 'x-ms-request-id',
+ '22997b4b-6ff5-4827-992e-3fa1900cbede',
+ 'x-ms-correlation-request-id',
+ '22997b4b-6ff5-4827-992e-3fa1900cbede',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042427Z:22997b4b-6ff5-4827-992e-3fa1900cbede',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11677',
+ 'x-ms-request-id',
+ 'db54ab59-96e2-4e49-80b7-364ecceef8fa',
+ 'x-ms-correlation-request-id',
+ 'db54ab59-96e2-4e49-80b7-364ecceef8fa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042429Z:db54ab59-96e2-4e49-80b7-364ecceef8fa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11676',
+ 'x-ms-request-id',
+ 'a7dbb07e-2688-4475-9f63-f326fc6bbd70',
+ 'x-ms-correlation-request-id',
+ 'a7dbb07e-2688-4475-9f63-f326fc6bbd70',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042432Z:a7dbb07e-2688-4475-9f63-f326fc6bbd70',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11675',
+ 'x-ms-request-id',
+ '0b2c9388-edca-45fc-8dbb-f4b5bfaa8aa6',
+ 'x-ms-correlation-request-id',
+ '0b2c9388-edca-45fc-8dbb-f4b5bfaa8aa6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042435Z:0b2c9388-edca-45fc-8dbb-f4b5bfaa8aa6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11674',
+ 'x-ms-request-id',
+ 'd9c471b6-7b0d-4455-810c-c09df41ec146',
+ 'x-ms-correlation-request-id',
+ 'd9c471b6-7b0d-4455-810c-c09df41ec146',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042437Z:d9c471b6-7b0d-4455-810c-c09df41ec146',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11673',
+ 'x-ms-request-id',
+ 'f7fbf43f-4288-4bd7-8752-53f7d315c6f2',
+ 'x-ms-correlation-request-id',
+ 'f7fbf43f-4288-4bd7-8752-53f7d315c6f2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042439Z:f7fbf43f-4288-4bd7-8752-53f7d315c6f2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11672',
+ 'x-ms-request-id',
+ '998aa385-3e99-423f-9af8-320a87faa2b8',
+ 'x-ms-correlation-request-id',
+ '998aa385-3e99-423f-9af8-320a87faa2b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042442Z:998aa385-3e99-423f-9af8-320a87faa2b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11671',
+ 'x-ms-request-id',
+ '76b083e3-0ecc-48ac-80cb-25d7323b6c64',
+ 'x-ms-correlation-request-id',
+ '76b083e3-0ecc-48ac-80cb-25d7323b6c64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042444Z:76b083e3-0ecc-48ac-80cb-25d7323b6c64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11670',
+ 'x-ms-request-id',
+ 'ab9eeaea-e1fd-48d0-8f87-c4a11cc1dc1f',
+ 'x-ms-correlation-request-id',
+ 'ab9eeaea-e1fd-48d0-8f87-c4a11cc1dc1f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042446Z:ab9eeaea-e1fd-48d0-8f87-c4a11cc1dc1f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11669',
+ 'x-ms-request-id',
+ 'f3727d3c-dea5-4c2d-a29b-2e1a720cefbf',
+ 'x-ms-correlation-request-id',
+ 'f3727d3c-dea5-4c2d-a29b-2e1a720cefbf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042449Z:f3727d3c-dea5-4c2d-a29b-2e1a720cefbf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11668',
+ 'x-ms-request-id',
+ '567daef0-4b4b-43fc-96e6-8674bd31bce9',
+ 'x-ms-correlation-request-id',
+ '567daef0-4b4b-43fc-96e6-8674bd31bce9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042451Z:567daef0-4b4b-43fc-96e6-8674bd31bce9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11667',
+ 'x-ms-request-id',
+ 'f268221f-d121-4173-b215-31c2b9a44dae',
+ 'x-ms-correlation-request-id',
+ 'f268221f-d121-4173-b215-31c2b9a44dae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042453Z:f268221f-d121-4173-b215-31c2b9a44dae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11666',
+ 'x-ms-request-id',
+ '12271761-61b6-4237-80c9-ed2b57fe0b2d',
+ 'x-ms-correlation-request-id',
+ '12271761-61b6-4237-80c9-ed2b57fe0b2d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042456Z:12271761-61b6-4237-80c9-ed2b57fe0b2d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11665',
+ 'x-ms-request-id',
+ 'cd33d3c8-a9f2-4082-ab54-d7cfdac4024d',
+ 'x-ms-correlation-request-id',
+ 'cd33d3c8-a9f2-4082-ab54-d7cfdac4024d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042458Z:cd33d3c8-a9f2-4082-ab54-d7cfdac4024d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:24:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11664',
+ 'x-ms-request-id',
+ 'd949dee2-a3ed-482a-bef4-61ebde795db6',
+ 'x-ms-correlation-request-id',
+ 'd949dee2-a3ed-482a-bef4-61ebde795db6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042500Z:d949dee2-a3ed-482a-bef4-61ebde795db6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11663',
+ 'x-ms-request-id',
+ 'e8596ddf-e4b1-46cf-b438-998eac4165c4',
+ 'x-ms-correlation-request-id',
+ 'e8596ddf-e4b1-46cf-b438-998eac4165c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042503Z:e8596ddf-e4b1-46cf-b438-998eac4165c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11662',
+ 'x-ms-request-id',
+ 'b2717824-d59c-459d-b703-4940c6e7d51d',
+ 'x-ms-correlation-request-id',
+ 'b2717824-d59c-459d-b703-4940c6e7d51d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042506Z:b2717824-d59c-459d-b703-4940c6e7d51d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11661',
+ 'x-ms-request-id',
+ 'bb7bffd8-a4be-4f01-9c07-b335a83ae642',
+ 'x-ms-correlation-request-id',
+ 'bb7bffd8-a4be-4f01-9c07-b335a83ae642',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042508Z:bb7bffd8-a4be-4f01-9c07-b335a83ae642',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11660',
+ 'x-ms-request-id',
+ '7526b822-f448-496e-a1f3-c120fe6708f6',
+ 'x-ms-correlation-request-id',
+ '7526b822-f448-496e-a1f3-c120fe6708f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042510Z:7526b822-f448-496e-a1f3-c120fe6708f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11659',
+ 'x-ms-request-id',
+ '2a6079d0-fb14-4d60-8d66-0012f2c803cf',
+ 'x-ms-correlation-request-id',
+ '2a6079d0-fb14-4d60-8d66-0012f2c803cf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042513Z:2a6079d0-fb14-4d60-8d66-0012f2c803cf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11658',
+ 'x-ms-request-id',
+ '4d183d24-7811-42e4-a8d1-2989706a228c',
+ 'x-ms-correlation-request-id',
+ '4d183d24-7811-42e4-a8d1-2989706a228c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042515Z:4d183d24-7811-42e4-a8d1-2989706a228c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11657',
+ 'x-ms-request-id',
+ '41113eb9-6cb9-44e9-b315-f7ebddba5ff7',
+ 'x-ms-correlation-request-id',
+ '41113eb9-6cb9-44e9-b315-f7ebddba5ff7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042517Z:41113eb9-6cb9-44e9-b315-f7ebddba5ff7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11656',
+ 'x-ms-request-id',
+ '0770adc3-523a-4696-9e62-39872d89c030',
+ 'x-ms-correlation-request-id',
+ '0770adc3-523a-4696-9e62-39872d89c030',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042520Z:0770adc3-523a-4696-9e62-39872d89c030',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11655',
+ 'x-ms-request-id',
+ 'a99a81a7-2056-409e-bf65-57c2459367ec',
+ 'x-ms-correlation-request-id',
+ 'a99a81a7-2056-409e-bf65-57c2459367ec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042522Z:a99a81a7-2056-409e-bf65-57c2459367ec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11654',
+ 'x-ms-request-id',
+ '42e1e56c-6ccf-485c-bebd-b4bbd1e36fe7',
+ 'x-ms-correlation-request-id',
+ '42e1e56c-6ccf-485c-bebd-b4bbd1e36fe7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042524Z:42e1e56c-6ccf-485c-bebd-b4bbd1e36fe7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11653',
+ 'x-ms-request-id',
+ '5006933b-4857-4800-a0b9-9e76c0fe0e9a',
+ 'x-ms-correlation-request-id',
+ '5006933b-4857-4800-a0b9-9e76c0fe0e9a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042527Z:5006933b-4857-4800-a0b9-9e76c0fe0e9a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11652',
+ 'x-ms-request-id',
+ '18c65168-a6c5-42ba-b109-4fd995948df2',
+ 'x-ms-correlation-request-id',
+ '18c65168-a6c5-42ba-b109-4fd995948df2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042529Z:18c65168-a6c5-42ba-b109-4fd995948df2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11651',
+ 'x-ms-request-id',
+ '7cbf5d04-3e21-44bc-aafe-1fff684ff1dc',
+ 'x-ms-correlation-request-id',
+ '7cbf5d04-3e21-44bc-aafe-1fff684ff1dc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042531Z:7cbf5d04-3e21-44bc-aafe-1fff684ff1dc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11650',
+ 'x-ms-request-id',
+ '8a4f4402-0cda-424b-b820-7d0c26515bbc',
+ 'x-ms-correlation-request-id',
+ '8a4f4402-0cda-424b-b820-7d0c26515bbc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042534Z:8a4f4402-0cda-424b-b820-7d0c26515bbc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11649',
+ 'x-ms-request-id',
+ '5cb12e77-3eb3-4f05-9746-c2315ed6efb1',
+ 'x-ms-correlation-request-id',
+ '5cb12e77-3eb3-4f05-9746-c2315ed6efb1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042537Z:5cb12e77-3eb3-4f05-9746-c2315ed6efb1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11648',
+ 'x-ms-request-id',
+ '156ee8bf-a401-4814-9185-5871e296c5d2',
+ 'x-ms-correlation-request-id',
+ '156ee8bf-a401-4814-9185-5871e296c5d2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042539Z:156ee8bf-a401-4814-9185-5871e296c5d2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11647',
+ 'x-ms-request-id',
+ '007a7144-cfd1-4b05-ae99-8d777eb35663',
+ 'x-ms-correlation-request-id',
+ '007a7144-cfd1-4b05-ae99-8d777eb35663',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042541Z:007a7144-cfd1-4b05-ae99-8d777eb35663',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11646',
+ 'x-ms-request-id',
+ 'e5815e09-282b-4861-b3ee-a8c467b04e4e',
+ 'x-ms-correlation-request-id',
+ 'e5815e09-282b-4861-b3ee-a8c467b04e4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042544Z:e5815e09-282b-4861-b3ee-a8c467b04e4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11645',
+ 'x-ms-request-id',
+ '4ed94348-b3f5-4786-9c53-b61f25eaf4d6',
+ 'x-ms-correlation-request-id',
+ '4ed94348-b3f5-4786-9c53-b61f25eaf4d6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042546Z:4ed94348-b3f5-4786-9c53-b61f25eaf4d6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11644',
+ 'x-ms-request-id',
+ '7a0b5bfe-c5e8-4ac9-95d7-8ea43adb30af',
+ 'x-ms-correlation-request-id',
+ '7a0b5bfe-c5e8-4ac9-95d7-8ea43adb30af',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042548Z:7a0b5bfe-c5e8-4ac9-95d7-8ea43adb30af',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11643',
+ 'x-ms-request-id',
+ '73492e32-b4ff-40ac-885b-ca5fb597c88c',
+ 'x-ms-correlation-request-id',
+ '73492e32-b4ff-40ac-885b-ca5fb597c88c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042551Z:73492e32-b4ff-40ac-885b-ca5fb597c88c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11642',
+ 'x-ms-request-id',
+ 'd9482f5d-02de-4d9b-a87b-e706e6ef53fd',
+ 'x-ms-correlation-request-id',
+ 'd9482f5d-02de-4d9b-a87b-e706e6ef53fd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042553Z:d9482f5d-02de-4d9b-a87b-e706e6ef53fd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11641',
+ 'x-ms-request-id',
+ '0de4dc8a-2bb3-46fe-bc05-10928803898e',
+ 'x-ms-correlation-request-id',
+ '0de4dc8a-2bb3-46fe-bc05-10928803898e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042555Z:0de4dc8a-2bb3-46fe-bc05-10928803898e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11640',
+ 'x-ms-request-id',
+ 'e66fbdc8-0745-459a-b609-b0230bf971e4',
+ 'x-ms-correlation-request-id',
+ 'e66fbdc8-0745-459a-b609-b0230bf971e4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042558Z:e66fbdc8-0745-459a-b609-b0230bf971e4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:25:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11639',
+ 'x-ms-request-id',
+ 'a814e970-cec4-4dcc-b08d-efe5caedaa55',
+ 'x-ms-correlation-request-id',
+ 'a814e970-cec4-4dcc-b08d-efe5caedaa55',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042600Z:a814e970-cec4-4dcc-b08d-efe5caedaa55',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11638',
+ 'x-ms-request-id',
+ 'b05378f0-258c-4208-ad4b-c42ee07d6237',
+ 'x-ms-correlation-request-id',
+ 'b05378f0-258c-4208-ad4b-c42ee07d6237',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042602Z:b05378f0-258c-4208-ad4b-c42ee07d6237',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11637',
+ 'x-ms-request-id',
+ '5a2905db-dbd3-47f2-a5b8-03973e60c4ba',
+ 'x-ms-correlation-request-id',
+ '5a2905db-dbd3-47f2-a5b8-03973e60c4ba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042605Z:5a2905db-dbd3-47f2-a5b8-03973e60c4ba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11636',
+ 'x-ms-request-id',
+ '913335da-3e43-4e8a-bec2-fb7ca6d17480',
+ 'x-ms-correlation-request-id',
+ '913335da-3e43-4e8a-bec2-fb7ca6d17480',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042607Z:913335da-3e43-4e8a-bec2-fb7ca6d17480',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11635',
+ 'x-ms-request-id',
+ '18d28755-e76f-428a-8149-8e40d560e6b2',
+ 'x-ms-correlation-request-id',
+ '18d28755-e76f-428a-8149-8e40d560e6b2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042609Z:18d28755-e76f-428a-8149-8e40d560e6b2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11634',
+ 'x-ms-request-id',
+ 'efb97072-cfa5-49b4-adf8-dd616914a2b1',
+ 'x-ms-correlation-request-id',
+ 'efb97072-cfa5-49b4-adf8-dd616914a2b1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042612Z:efb97072-cfa5-49b4-adf8-dd616914a2b1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11633',
+ 'x-ms-request-id',
+ 'bc16713e-961e-4c2a-bc3a-efdefe086f9b',
+ 'x-ms-correlation-request-id',
+ 'bc16713e-961e-4c2a-bc3a-efdefe086f9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042614Z:bc16713e-961e-4c2a-bc3a-efdefe086f9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11632',
+ 'x-ms-request-id',
+ '315a78a8-50be-4ffa-a269-4c125bb6f233',
+ 'x-ms-correlation-request-id',
+ '315a78a8-50be-4ffa-a269-4c125bb6f233',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042616Z:315a78a8-50be-4ffa-a269-4c125bb6f233',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11631',
+ 'x-ms-request-id',
+ '76c82ae1-c861-4418-978f-df8dd308c9c4',
+ 'x-ms-correlation-request-id',
+ '76c82ae1-c861-4418-978f-df8dd308c9c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042618Z:76c82ae1-c861-4418-978f-df8dd308c9c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11630',
+ 'x-ms-request-id',
+ 'd912adbf-e9f8-4e64-8de8-07c5476eaa80',
+ 'x-ms-correlation-request-id',
+ 'd912adbf-e9f8-4e64-8de8-07c5476eaa80',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042621Z:d912adbf-e9f8-4e64-8de8-07c5476eaa80',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11629',
+ 'x-ms-request-id',
+ 'f0d50de9-fc35-41cb-bb89-71cc67116f47',
+ 'x-ms-correlation-request-id',
+ 'f0d50de9-fc35-41cb-bb89-71cc67116f47',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042623Z:f0d50de9-fc35-41cb-bb89-71cc67116f47',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11628',
+ 'x-ms-request-id',
+ 'c5488ef5-4eba-4ee9-9de6-1f1f616ef5dc',
+ 'x-ms-correlation-request-id',
+ 'c5488ef5-4eba-4ee9-9de6-1f1f616ef5dc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042625Z:c5488ef5-4eba-4ee9-9de6-1f1f616ef5dc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11627',
+ 'x-ms-request-id',
+ '7bb6665d-e6cd-4c08-a337-29decd929c3f',
+ 'x-ms-correlation-request-id',
+ '7bb6665d-e6cd-4c08-a337-29decd929c3f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042628Z:7bb6665d-e6cd-4c08-a337-29decd929c3f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11626',
+ 'x-ms-request-id',
+ 'a9eedb15-76f8-403f-b4f7-751e37f803e3',
+ 'x-ms-correlation-request-id',
+ 'a9eedb15-76f8-403f-b4f7-751e37f803e3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042630Z:a9eedb15-76f8-403f-b4f7-751e37f803e3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11625',
+ 'x-ms-request-id',
+ '74fa2893-7c77-4600-9adc-7a95c8c8cc31',
+ 'x-ms-correlation-request-id',
+ '74fa2893-7c77-4600-9adc-7a95c8c8cc31',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042632Z:74fa2893-7c77-4600-9adc-7a95c8c8cc31',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11624',
+ 'x-ms-request-id',
+ 'e979f9d5-41ca-4f5f-8ede-ad6b8f85ee64',
+ 'x-ms-correlation-request-id',
+ 'e979f9d5-41ca-4f5f-8ede-ad6b8f85ee64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042635Z:e979f9d5-41ca-4f5f-8ede-ad6b8f85ee64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11623',
+ 'x-ms-request-id',
+ '012d7c8f-5ae1-4069-9809-ddda2b9b6b69',
+ 'x-ms-correlation-request-id',
+ '012d7c8f-5ae1-4069-9809-ddda2b9b6b69',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042638Z:012d7c8f-5ae1-4069-9809-ddda2b9b6b69',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11622',
+ 'x-ms-request-id',
+ '82cb54d8-eee3-41d1-b653-a838c4e88f14',
+ 'x-ms-correlation-request-id',
+ '82cb54d8-eee3-41d1-b653-a838c4e88f14',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042640Z:82cb54d8-eee3-41d1-b653-a838c4e88f14',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11621',
+ 'x-ms-request-id',
+ '1b1727c7-4357-4dfa-9a79-dee271cb978d',
+ 'x-ms-correlation-request-id',
+ '1b1727c7-4357-4dfa-9a79-dee271cb978d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042642Z:1b1727c7-4357-4dfa-9a79-dee271cb978d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11620',
+ 'x-ms-request-id',
+ 'e2f669e6-cd99-4360-b2b4-033d2d99abdc',
+ 'x-ms-correlation-request-id',
+ 'e2f669e6-cd99-4360-b2b4-033d2d99abdc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042645Z:e2f669e6-cd99-4360-b2b4-033d2d99abdc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11619',
+ 'x-ms-request-id',
+ '5f17c8eb-7f26-4b37-b1ea-04656a244321',
+ 'x-ms-correlation-request-id',
+ '5f17c8eb-7f26-4b37-b1ea-04656a244321',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042647Z:5f17c8eb-7f26-4b37-b1ea-04656a244321',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11618',
+ 'x-ms-request-id',
+ '7d687833-c3f7-4e74-a8a6-70913e462daa',
+ 'x-ms-correlation-request-id',
+ '7d687833-c3f7-4e74-a8a6-70913e462daa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042649Z:7d687833-c3f7-4e74-a8a6-70913e462daa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11617',
+ 'x-ms-request-id',
+ '86741347-a5d2-46d9-ab27-9889fd4f7c01',
+ 'x-ms-correlation-request-id',
+ '86741347-a5d2-46d9-ab27-9889fd4f7c01',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042652Z:86741347-a5d2-46d9-ab27-9889fd4f7c01',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11616',
+ 'x-ms-request-id',
+ '0db9bb06-531a-4747-93b7-8869eac8181e',
+ 'x-ms-correlation-request-id',
+ '0db9bb06-531a-4747-93b7-8869eac8181e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042654Z:0db9bb06-531a-4747-93b7-8869eac8181e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11615',
+ 'x-ms-request-id',
+ 'c4a51c2e-9c1c-410f-af96-517eb4493696',
+ 'x-ms-correlation-request-id',
+ 'c4a51c2e-9c1c-410f-af96-517eb4493696',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042656Z:c4a51c2e-9c1c-410f-af96-517eb4493696',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11614',
+ 'x-ms-request-id',
+ 'f2ff9f6b-d972-44aa-a62d-c4172e67e27e',
+ 'x-ms-correlation-request-id',
+ 'f2ff9f6b-d972-44aa-a62d-c4172e67e27e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042659Z:f2ff9f6b-d972-44aa-a62d-c4172e67e27e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:26:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11613',
+ 'x-ms-request-id',
+ 'a14ac15d-7aa1-4db8-8aaa-68427120fdd1',
+ 'x-ms-correlation-request-id',
+ 'a14ac15d-7aa1-4db8-8aaa-68427120fdd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042701Z:a14ac15d-7aa1-4db8-8aaa-68427120fdd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11612',
+ 'x-ms-request-id',
+ '108ed3ef-299c-4ad8-837b-8a22b565b3f6',
+ 'x-ms-correlation-request-id',
+ '108ed3ef-299c-4ad8-837b-8a22b565b3f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042703Z:108ed3ef-299c-4ad8-837b-8a22b565b3f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11611',
+ 'x-ms-request-id',
+ '960d6424-3f85-4145-879b-b13008a3da81',
+ 'x-ms-correlation-request-id',
+ '960d6424-3f85-4145-879b-b13008a3da81',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042706Z:960d6424-3f85-4145-879b-b13008a3da81',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11610',
+ 'x-ms-request-id',
+ '62fe057e-39d4-4812-a4a5-dbf1b71dec57',
+ 'x-ms-correlation-request-id',
+ '62fe057e-39d4-4812-a4a5-dbf1b71dec57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042708Z:62fe057e-39d4-4812-a4a5-dbf1b71dec57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11609',
+ 'x-ms-request-id',
+ 'af20dde6-d164-45e3-8dba-99121c41b6bc',
+ 'x-ms-correlation-request-id',
+ 'af20dde6-d164-45e3-8dba-99121c41b6bc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042710Z:af20dde6-d164-45e3-8dba-99121c41b6bc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11608',
+ 'x-ms-request-id',
+ 'cf239cf0-4538-47a7-8c90-9ca425a50aa2',
+ 'x-ms-correlation-request-id',
+ 'cf239cf0-4538-47a7-8c90-9ca425a50aa2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042713Z:cf239cf0-4538-47a7-8c90-9ca425a50aa2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11607',
+ 'x-ms-request-id',
+ 'a97f7bbb-2bdd-4f25-ba08-6a64223f1da0',
+ 'x-ms-correlation-request-id',
+ 'a97f7bbb-2bdd-4f25-ba08-6a64223f1da0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042715Z:a97f7bbb-2bdd-4f25-ba08-6a64223f1da0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11606',
+ 'x-ms-request-id',
+ '8f82b7e8-e9d0-43f9-9dbe-5a0190c8dce3',
+ 'x-ms-correlation-request-id',
+ '8f82b7e8-e9d0-43f9-9dbe-5a0190c8dce3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042717Z:8f82b7e8-e9d0-43f9-9dbe-5a0190c8dce3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11605',
+ 'x-ms-request-id',
+ '9b1168d6-7a25-4ad4-83e2-27c94c68c4a4',
+ 'x-ms-correlation-request-id',
+ '9b1168d6-7a25-4ad4-83e2-27c94c68c4a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042720Z:9b1168d6-7a25-4ad4-83e2-27c94c68c4a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11604',
+ 'x-ms-request-id',
+ 'a9c5da21-d9f9-49f9-92b7-aec352d18b5f',
+ 'x-ms-correlation-request-id',
+ 'a9c5da21-d9f9-49f9-92b7-aec352d18b5f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042722Z:a9c5da21-d9f9-49f9-92b7-aec352d18b5f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11603',
+ 'x-ms-request-id',
+ '937ca48e-7ae9-412c-8363-8ad82abd9d75',
+ 'x-ms-correlation-request-id',
+ '937ca48e-7ae9-412c-8363-8ad82abd9d75',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042724Z:937ca48e-7ae9-412c-8363-8ad82abd9d75',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11602',
+ 'x-ms-request-id',
+ '9e691d81-eb75-414d-9222-d3c4501d7e45',
+ 'x-ms-correlation-request-id',
+ '9e691d81-eb75-414d-9222-d3c4501d7e45',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042727Z:9e691d81-eb75-414d-9222-d3c4501d7e45',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11601',
+ 'x-ms-request-id',
+ '6a6759b4-3f0d-4542-a157-2920af7f18be',
+ 'x-ms-correlation-request-id',
+ '6a6759b4-3f0d-4542-a157-2920af7f18be',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042729Z:6a6759b4-3f0d-4542-a157-2920af7f18be',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11600',
+ 'x-ms-request-id',
+ 'a3cc787f-f8d7-4b3d-a35a-222205651574',
+ 'x-ms-correlation-request-id',
+ 'a3cc787f-f8d7-4b3d-a35a-222205651574',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042731Z:a3cc787f-f8d7-4b3d-a35a-222205651574',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11599',
+ 'x-ms-request-id',
+ 'c6593dd1-1224-4a0c-99f4-43691f94c8b8',
+ 'x-ms-correlation-request-id',
+ 'c6593dd1-1224-4a0c-99f4-43691f94c8b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042734Z:c6593dd1-1224-4a0c-99f4-43691f94c8b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11598',
+ 'x-ms-request-id',
+ '73851e7f-65d4-4e8c-8c8f-994f3eee9846',
+ 'x-ms-correlation-request-id',
+ '73851e7f-65d4-4e8c-8c8f-994f3eee9846',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042736Z:73851e7f-65d4-4e8c-8c8f-994f3eee9846',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11597',
+ 'x-ms-request-id',
+ '2c79223f-d019-4772-97b1-a95a9e772246',
+ 'x-ms-correlation-request-id',
+ '2c79223f-d019-4772-97b1-a95a9e772246',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042739Z:2c79223f-d019-4772-97b1-a95a9e772246',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11596',
+ 'x-ms-request-id',
+ '23bb725d-cd20-47a8-984e-19ff750ce588',
+ 'x-ms-correlation-request-id',
+ '23bb725d-cd20-47a8-984e-19ff750ce588',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042741Z:23bb725d-cd20-47a8-984e-19ff750ce588',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11595',
+ 'x-ms-request-id',
+ '0eb05844-b3b4-4514-9d09-2fd1c81a4aec',
+ 'x-ms-correlation-request-id',
+ '0eb05844-b3b4-4514-9d09-2fd1c81a4aec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042743Z:0eb05844-b3b4-4514-9d09-2fd1c81a4aec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11594',
+ 'x-ms-request-id',
+ '2906b2b7-c74a-449b-82d8-3ba5a464a39a',
+ 'x-ms-correlation-request-id',
+ '2906b2b7-c74a-449b-82d8-3ba5a464a39a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042746Z:2906b2b7-c74a-449b-82d8-3ba5a464a39a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11593',
+ 'x-ms-request-id',
+ '4c61c511-0e3e-4e88-865c-30a04e04ca69',
+ 'x-ms-correlation-request-id',
+ '4c61c511-0e3e-4e88-865c-30a04e04ca69',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042748Z:4c61c511-0e3e-4e88-865c-30a04e04ca69',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11592',
+ 'x-ms-request-id',
+ '3074d3b3-7fd4-4afa-bb9e-53cbe1436d1f',
+ 'x-ms-correlation-request-id',
+ '3074d3b3-7fd4-4afa-bb9e-53cbe1436d1f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042750Z:3074d3b3-7fd4-4afa-bb9e-53cbe1436d1f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11591',
+ 'x-ms-request-id',
+ '7d07ca2c-d15f-43a0-ac9a-167d97034c49',
+ 'x-ms-correlation-request-id',
+ '7d07ca2c-d15f-43a0-ac9a-167d97034c49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042753Z:7d07ca2c-d15f-43a0-ac9a-167d97034c49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11590',
+ 'x-ms-request-id',
+ 'dc22917a-1e04-419e-b8ad-7e291c0aa31b',
+ 'x-ms-correlation-request-id',
+ 'dc22917a-1e04-419e-b8ad-7e291c0aa31b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042755Z:dc22917a-1e04-419e-b8ad-7e291c0aa31b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11589',
+ 'x-ms-request-id',
+ 'cf6d5c54-c206-4d4d-9773-e5c3ebca97cf',
+ 'x-ms-correlation-request-id',
+ 'cf6d5c54-c206-4d4d-9773-e5c3ebca97cf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042757Z:cf6d5c54-c206-4d4d-9773-e5c3ebca97cf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:27:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11588',
+ 'x-ms-request-id',
+ '83c215bb-f53a-4b5a-b144-61c4af646464',
+ 'x-ms-correlation-request-id',
+ '83c215bb-f53a-4b5a-b144-61c4af646464',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042800Z:83c215bb-f53a-4b5a-b144-61c4af646464',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11587',
+ 'x-ms-request-id',
+ '5879e1c8-7b5a-4d59-8d54-57d826ac5903',
+ 'x-ms-correlation-request-id',
+ '5879e1c8-7b5a-4d59-8d54-57d826ac5903',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042802Z:5879e1c8-7b5a-4d59-8d54-57d826ac5903',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11586',
+ 'x-ms-request-id',
+ '4f437e44-966d-47a1-b10a-4ccd09652ee8',
+ 'x-ms-correlation-request-id',
+ '4f437e44-966d-47a1-b10a-4ccd09652ee8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042804Z:4f437e44-966d-47a1-b10a-4ccd09652ee8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11585',
+ 'x-ms-request-id',
+ '495c2a11-4874-43fa-9d08-715a09f73924',
+ 'x-ms-correlation-request-id',
+ '495c2a11-4874-43fa-9d08-715a09f73924',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042807Z:495c2a11-4874-43fa-9d08-715a09f73924',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11584',
+ 'x-ms-request-id',
+ 'cb7ffe82-7ceb-4ed1-b1ec-eb603b4637fb',
+ 'x-ms-correlation-request-id',
+ 'cb7ffe82-7ceb-4ed1-b1ec-eb603b4637fb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042809Z:cb7ffe82-7ceb-4ed1-b1ec-eb603b4637fb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11583',
+ 'x-ms-request-id',
+ '68394100-b16f-4aed-9fbd-f58567ee034a',
+ 'x-ms-correlation-request-id',
+ '68394100-b16f-4aed-9fbd-f58567ee034a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042811Z:68394100-b16f-4aed-9fbd-f58567ee034a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11582',
+ 'x-ms-request-id',
+ 'e2da8f30-d2dc-4f58-bd54-17f86533f20f',
+ 'x-ms-correlation-request-id',
+ 'e2da8f30-d2dc-4f58-bd54-17f86533f20f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042814Z:e2da8f30-d2dc-4f58-bd54-17f86533f20f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11581',
+ 'x-ms-request-id',
+ 'a3264e9b-8a01-4adb-bb82-e0258fc4890b',
+ 'x-ms-correlation-request-id',
+ 'a3264e9b-8a01-4adb-bb82-e0258fc4890b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042816Z:a3264e9b-8a01-4adb-bb82-e0258fc4890b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11580',
+ 'x-ms-request-id',
+ '25735190-5235-43a7-a311-55b9acbd6317',
+ 'x-ms-correlation-request-id',
+ '25735190-5235-43a7-a311-55b9acbd6317',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042818Z:25735190-5235-43a7-a311-55b9acbd6317',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11579',
+ 'x-ms-request-id',
+ '1bbdca32-68d0-4cb9-bb78-3c1a1a4c310c',
+ 'x-ms-correlation-request-id',
+ '1bbdca32-68d0-4cb9-bb78-3c1a1a4c310c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042821Z:1bbdca32-68d0-4cb9-bb78-3c1a1a4c310c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11578',
+ 'x-ms-request-id',
+ 'bdc3af13-9e5f-4004-9675-d240def06bf0',
+ 'x-ms-correlation-request-id',
+ 'bdc3af13-9e5f-4004-9675-d240def06bf0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042823Z:bdc3af13-9e5f-4004-9675-d240def06bf0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11577',
+ 'x-ms-request-id',
+ '3593010e-3614-4ff8-9054-b6014900ceab',
+ 'x-ms-correlation-request-id',
+ '3593010e-3614-4ff8-9054-b6014900ceab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042825Z:3593010e-3614-4ff8-9054-b6014900ceab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11576',
+ 'x-ms-request-id',
+ '1756e960-1139-4e41-97fd-b7206c011b46',
+ 'x-ms-correlation-request-id',
+ '1756e960-1139-4e41-97fd-b7206c011b46',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042828Z:1756e960-1139-4e41-97fd-b7206c011b46',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11575',
+ 'x-ms-request-id',
+ '9634c19f-c5a0-460b-aac3-274eaf21c60c',
+ 'x-ms-correlation-request-id',
+ '9634c19f-c5a0-460b-aac3-274eaf21c60c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042830Z:9634c19f-c5a0-460b-aac3-274eaf21c60c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11574',
+ 'x-ms-request-id',
+ 'ae241e52-c2f6-4dcc-9c0b-ab545398c505',
+ 'x-ms-correlation-request-id',
+ 'ae241e52-c2f6-4dcc-9c0b-ab545398c505',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042832Z:ae241e52-c2f6-4dcc-9c0b-ab545398c505',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11573',
+ 'x-ms-request-id',
+ '38a1b868-66af-4243-99f8-ff5d1f891c15',
+ 'x-ms-correlation-request-id',
+ '38a1b868-66af-4243-99f8-ff5d1f891c15',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042835Z:38a1b868-66af-4243-99f8-ff5d1f891c15',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11572',
+ 'x-ms-request-id',
+ 'a17f7afe-ee10-4a44-9b99-b7059986385e',
+ 'x-ms-correlation-request-id',
+ 'a17f7afe-ee10-4a44-9b99-b7059986385e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042838Z:a17f7afe-ee10-4a44-9b99-b7059986385e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11571',
+ 'x-ms-request-id',
+ '94260a2b-8bd4-44d5-b204-aaba2ecc3c07',
+ 'x-ms-correlation-request-id',
+ '94260a2b-8bd4-44d5-b204-aaba2ecc3c07',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042840Z:94260a2b-8bd4-44d5-b204-aaba2ecc3c07',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11570',
+ 'x-ms-request-id',
+ '15fa875e-bf3c-4954-9a2f-67bf1e432175',
+ 'x-ms-correlation-request-id',
+ '15fa875e-bf3c-4954-9a2f-67bf1e432175',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042842Z:15fa875e-bf3c-4954-9a2f-67bf1e432175',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11569',
+ 'x-ms-request-id',
+ '51b6b299-cdf2-4ba2-96c2-b47cb4eac684',
+ 'x-ms-correlation-request-id',
+ '51b6b299-cdf2-4ba2-96c2-b47cb4eac684',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042845Z:51b6b299-cdf2-4ba2-96c2-b47cb4eac684',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11568',
+ 'x-ms-request-id',
+ '4201b678-f953-407e-bf1c-f18018c4e3c9',
+ 'x-ms-correlation-request-id',
+ '4201b678-f953-407e-bf1c-f18018c4e3c9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042847Z:4201b678-f953-407e-bf1c-f18018c4e3c9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11567',
+ 'x-ms-request-id',
+ '6e4192b5-6e46-47cc-827e-f4e00af8144a',
+ 'x-ms-correlation-request-id',
+ '6e4192b5-6e46-47cc-827e-f4e00af8144a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042849Z:6e4192b5-6e46-47cc-827e-f4e00af8144a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11566',
+ 'x-ms-request-id',
+ '0592b4da-2e38-4b7b-b825-04da8aca8439',
+ 'x-ms-correlation-request-id',
+ '0592b4da-2e38-4b7b-b825-04da8aca8439',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042852Z:0592b4da-2e38-4b7b-b825-04da8aca8439',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11565',
+ 'x-ms-request-id',
+ '12a8b5ba-8eca-4cd3-95f0-251fc66881e2',
+ 'x-ms-correlation-request-id',
+ '12a8b5ba-8eca-4cd3-95f0-251fc66881e2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042854Z:12a8b5ba-8eca-4cd3-95f0-251fc66881e2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11564',
+ 'x-ms-request-id',
+ '0b381391-0ca9-4b6c-917a-6ec3a7f48bfc',
+ 'x-ms-correlation-request-id',
+ '0b381391-0ca9-4b6c-917a-6ec3a7f48bfc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042856Z:0b381391-0ca9-4b6c-917a-6ec3a7f48bfc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11563',
+ 'x-ms-request-id',
+ 'a786b252-cfef-43d9-9fd4-d6bd58c2c70f',
+ 'x-ms-correlation-request-id',
+ 'a786b252-cfef-43d9-9fd4-d6bd58c2c70f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042859Z:a786b252-cfef-43d9-9fd4-d6bd58c2c70f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:28:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11562',
+ 'x-ms-request-id',
+ 'd1c78a96-a5d1-4fc7-821f-7bae6a7505bb',
+ 'x-ms-correlation-request-id',
+ 'd1c78a96-a5d1-4fc7-821f-7bae6a7505bb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042901Z:d1c78a96-a5d1-4fc7-821f-7bae6a7505bb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11561',
+ 'x-ms-request-id',
+ 'd9169bb3-70b0-4c32-90bc-1efacb86a856',
+ 'x-ms-correlation-request-id',
+ 'd9169bb3-70b0-4c32-90bc-1efacb86a856',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042904Z:d9169bb3-70b0-4c32-90bc-1efacb86a856',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11560',
+ 'x-ms-request-id',
+ 'c6eb8e59-9987-4bab-aa0a-7fa1b17bf84c',
+ 'x-ms-correlation-request-id',
+ 'c6eb8e59-9987-4bab-aa0a-7fa1b17bf84c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042906Z:c6eb8e59-9987-4bab-aa0a-7fa1b17bf84c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11559',
+ 'x-ms-request-id',
+ '8dea9a75-108d-4169-b13e-7030e609e6a1',
+ 'x-ms-correlation-request-id',
+ '8dea9a75-108d-4169-b13e-7030e609e6a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042908Z:8dea9a75-108d-4169-b13e-7030e609e6a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11558',
+ 'x-ms-request-id',
+ '41899c4b-bb1a-4755-8bdd-d0c720c2dade',
+ 'x-ms-correlation-request-id',
+ '41899c4b-bb1a-4755-8bdd-d0c720c2dade',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042911Z:41899c4b-bb1a-4755-8bdd-d0c720c2dade',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11557',
+ 'x-ms-request-id',
+ 'f2d71fae-a1d7-45c1-a783-131dd5c2eb53',
+ 'x-ms-correlation-request-id',
+ 'f2d71fae-a1d7-45c1-a783-131dd5c2eb53',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042913Z:f2d71fae-a1d7-45c1-a783-131dd5c2eb53',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11556',
+ 'x-ms-request-id',
+ 'cae50555-9d4f-4090-a3e4-0f445c17ae61',
+ 'x-ms-correlation-request-id',
+ 'cae50555-9d4f-4090-a3e4-0f445c17ae61',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042915Z:cae50555-9d4f-4090-a3e4-0f445c17ae61',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11555',
+ 'x-ms-request-id',
+ '06d3ad53-7d2b-4d88-abcf-ae7111896f75',
+ 'x-ms-correlation-request-id',
+ '06d3ad53-7d2b-4d88-abcf-ae7111896f75',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042918Z:06d3ad53-7d2b-4d88-abcf-ae7111896f75',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11554',
+ 'x-ms-request-id',
+ '598f9294-caf9-4684-ac1b-093e64abd221',
+ 'x-ms-correlation-request-id',
+ '598f9294-caf9-4684-ac1b-093e64abd221',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042920Z:598f9294-caf9-4684-ac1b-093e64abd221',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11553',
+ 'x-ms-request-id',
+ '16152423-2f9a-4090-95bb-ad54c6d0264f',
+ 'x-ms-correlation-request-id',
+ '16152423-2f9a-4090-95bb-ad54c6d0264f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042922Z:16152423-2f9a-4090-95bb-ad54c6d0264f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11552',
+ 'x-ms-request-id',
+ '94f8c24a-8c15-4952-98f9-bd522b548c45',
+ 'x-ms-correlation-request-id',
+ '94f8c24a-8c15-4952-98f9-bd522b548c45',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042925Z:94f8c24a-8c15-4952-98f9-bd522b548c45',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11551',
+ 'x-ms-request-id',
+ '172a26e2-8d29-4097-a909-9f99fc6f5885',
+ 'x-ms-correlation-request-id',
+ '172a26e2-8d29-4097-a909-9f99fc6f5885',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042927Z:172a26e2-8d29-4097-a909-9f99fc6f5885',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11550',
+ 'x-ms-request-id',
+ '6a2fb2da-251b-4174-9aaf-91bd5f8f2861',
+ 'x-ms-correlation-request-id',
+ '6a2fb2da-251b-4174-9aaf-91bd5f8f2861',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042929Z:6a2fb2da-251b-4174-9aaf-91bd5f8f2861',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11549',
+ 'x-ms-request-id',
+ 'b872ba96-c0aa-437d-81d8-58b0b84e0d79',
+ 'x-ms-correlation-request-id',
+ 'b872ba96-c0aa-437d-81d8-58b0b84e0d79',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042932Z:b872ba96-c0aa-437d-81d8-58b0b84e0d79',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11548',
+ 'x-ms-request-id',
+ '917dc2d0-e368-4975-b0f0-57cafcaf335a',
+ 'x-ms-correlation-request-id',
+ '917dc2d0-e368-4975-b0f0-57cafcaf335a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042934Z:917dc2d0-e368-4975-b0f0-57cafcaf335a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11547',
+ 'x-ms-request-id',
+ '19d40ca3-6065-4dca-bdcc-9e7814ff1b05',
+ 'x-ms-correlation-request-id',
+ '19d40ca3-6065-4dca-bdcc-9e7814ff1b05',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042937Z:19d40ca3-6065-4dca-bdcc-9e7814ff1b05',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11546',
+ 'x-ms-request-id',
+ '62041d35-6947-4aec-81fb-ae0dd1358a9b',
+ 'x-ms-correlation-request-id',
+ '62041d35-6947-4aec-81fb-ae0dd1358a9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042939Z:62041d35-6947-4aec-81fb-ae0dd1358a9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11545',
+ 'x-ms-request-id',
+ 'f5db6a50-028d-40b8-b464-a10fd416a543',
+ 'x-ms-correlation-request-id',
+ 'f5db6a50-028d-40b8-b464-a10fd416a543',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042942Z:f5db6a50-028d-40b8-b464-a10fd416a543',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11544',
+ 'x-ms-request-id',
+ 'c3234a67-7f07-4c0e-a3b3-b4cdae40b9bb',
+ 'x-ms-correlation-request-id',
+ 'c3234a67-7f07-4c0e-a3b3-b4cdae40b9bb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042944Z:c3234a67-7f07-4c0e-a3b3-b4cdae40b9bb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11543',
+ 'x-ms-request-id',
+ '83e7a574-1cae-42d9-a8eb-fd4f968a0214',
+ 'x-ms-correlation-request-id',
+ '83e7a574-1cae-42d9-a8eb-fd4f968a0214',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042946Z:83e7a574-1cae-42d9-a8eb-fd4f968a0214',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11542',
+ 'x-ms-request-id',
+ 'd7276105-c54a-4e79-8cc3-e825dae3a7b1',
+ 'x-ms-correlation-request-id',
+ 'd7276105-c54a-4e79-8cc3-e825dae3a7b1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042949Z:d7276105-c54a-4e79-8cc3-e825dae3a7b1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11541',
+ 'x-ms-request-id',
+ 'ad642694-dfc9-4542-be23-68b84b1ebda9',
+ 'x-ms-correlation-request-id',
+ 'ad642694-dfc9-4542-be23-68b84b1ebda9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042951Z:ad642694-dfc9-4542-be23-68b84b1ebda9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11540',
+ 'x-ms-request-id',
+ '4081e322-bbd3-4c3d-bddd-8e30d1ce2921',
+ 'x-ms-correlation-request-id',
+ '4081e322-bbd3-4c3d-bddd-8e30d1ce2921',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042953Z:4081e322-bbd3-4c3d-bddd-8e30d1ce2921',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11539',
+ 'x-ms-request-id',
+ 'bee1d708-79e2-44a4-a4e9-828a78e81f33',
+ 'x-ms-correlation-request-id',
+ 'bee1d708-79e2-44a4-a4e9-828a78e81f33',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042956Z:bee1d708-79e2-44a4-a4e9-828a78e81f33',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11538',
+ 'x-ms-request-id',
+ '390261b7-ffb5-448a-a897-bb7e2195d245',
+ 'x-ms-correlation-request-id',
+ '390261b7-ffb5-448a-a897-bb7e2195d245',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T042958Z:390261b7-ffb5-448a-a897-bb7e2195d245',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:29:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11537',
+ 'x-ms-request-id',
+ '5eb75ec4-2af6-47b9-9da5-e4da67ab69df',
+ 'x-ms-correlation-request-id',
+ '5eb75ec4-2af6-47b9-9da5-e4da67ab69df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043000Z:5eb75ec4-2af6-47b9-9da5-e4da67ab69df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11536',
+ 'x-ms-request-id',
+ '3ba9ee69-8327-412f-affc-17a02dec7442',
+ 'x-ms-correlation-request-id',
+ '3ba9ee69-8327-412f-affc-17a02dec7442',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043003Z:3ba9ee69-8327-412f-affc-17a02dec7442',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11535',
+ 'x-ms-request-id',
+ '928e0189-ee3f-4a30-9086-2d734f536c96',
+ 'x-ms-correlation-request-id',
+ '928e0189-ee3f-4a30-9086-2d734f536c96',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043005Z:928e0189-ee3f-4a30-9086-2d734f536c96',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11534',
+ 'x-ms-request-id',
+ 'f3a2aec8-20ce-442f-af90-fbddbbc59f1a',
+ 'x-ms-correlation-request-id',
+ 'f3a2aec8-20ce-442f-af90-fbddbbc59f1a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043007Z:f3a2aec8-20ce-442f-af90-fbddbbc59f1a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11533',
+ 'x-ms-request-id',
+ '0d9edda6-fb79-42ac-94b7-f798d03223f3',
+ 'x-ms-correlation-request-id',
+ '0d9edda6-fb79-42ac-94b7-f798d03223f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043009Z:0d9edda6-fb79-42ac-94b7-f798d03223f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11532',
+ 'x-ms-request-id',
+ '524cb826-819c-4f9c-b5ec-d3e5eb9b7db1',
+ 'x-ms-correlation-request-id',
+ '524cb826-819c-4f9c-b5ec-d3e5eb9b7db1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043012Z:524cb826-819c-4f9c-b5ec-d3e5eb9b7db1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11531',
+ 'x-ms-request-id',
+ 'a8731bf6-8ab9-4011-88a6-d170760a2479',
+ 'x-ms-correlation-request-id',
+ 'a8731bf6-8ab9-4011-88a6-d170760a2479',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043014Z:a8731bf6-8ab9-4011-88a6-d170760a2479',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11530',
+ 'x-ms-request-id',
+ 'e6d6fc83-6923-482f-9753-0b736e955d24',
+ 'x-ms-correlation-request-id',
+ 'e6d6fc83-6923-482f-9753-0b736e955d24',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043017Z:e6d6fc83-6923-482f-9753-0b736e955d24',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11529',
+ 'x-ms-request-id',
+ 'b1cd8b36-d03a-41a9-876d-fa2c27dd9dc9',
+ 'x-ms-correlation-request-id',
+ 'b1cd8b36-d03a-41a9-876d-fa2c27dd9dc9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043019Z:b1cd8b36-d03a-41a9-876d-fa2c27dd9dc9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11528',
+ 'x-ms-request-id',
+ '4ae815cb-5d54-4e05-b943-360a0ba1db43',
+ 'x-ms-correlation-request-id',
+ '4ae815cb-5d54-4e05-b943-360a0ba1db43',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043021Z:4ae815cb-5d54-4e05-b943-360a0ba1db43',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11527',
+ 'x-ms-request-id',
+ 'ead109b5-b326-469d-a394-e0d9252fa457',
+ 'x-ms-correlation-request-id',
+ 'ead109b5-b326-469d-a394-e0d9252fa457',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043023Z:ead109b5-b326-469d-a394-e0d9252fa457',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11526',
+ 'x-ms-request-id',
+ 'c3d4903c-d410-4ac9-a5af-56612ebe97aa',
+ 'x-ms-correlation-request-id',
+ 'c3d4903c-d410-4ac9-a5af-56612ebe97aa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043026Z:c3d4903c-d410-4ac9-a5af-56612ebe97aa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11525',
+ 'x-ms-request-id',
+ '2b8b6dd4-da83-4574-bf0e-ebec5c66c6a4',
+ 'x-ms-correlation-request-id',
+ '2b8b6dd4-da83-4574-bf0e-ebec5c66c6a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043028Z:2b8b6dd4-da83-4574-bf0e-ebec5c66c6a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11524',
+ 'x-ms-request-id',
+ '624db249-e122-4be5-af6a-2bd3a5f2cd89',
+ 'x-ms-correlation-request-id',
+ '624db249-e122-4be5-af6a-2bd3a5f2cd89',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043030Z:624db249-e122-4be5-af6a-2bd3a5f2cd89',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11523',
+ 'x-ms-request-id',
+ 'c0841d1b-3274-40ac-a819-cbf865065256',
+ 'x-ms-correlation-request-id',
+ 'c0841d1b-3274-40ac-a819-cbf865065256',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043033Z:c0841d1b-3274-40ac-a819-cbf865065256',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11522',
+ 'x-ms-request-id',
+ 'ff69eb81-6a87-4458-8518-f8f8c5f5b046',
+ 'x-ms-correlation-request-id',
+ 'ff69eb81-6a87-4458-8518-f8f8c5f5b046',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043036Z:ff69eb81-6a87-4458-8518-f8f8c5f5b046',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11521',
+ 'x-ms-request-id',
+ 'e49777ab-57b4-421b-affc-e47efadfc216',
+ 'x-ms-correlation-request-id',
+ 'e49777ab-57b4-421b-affc-e47efadfc216',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043038Z:e49777ab-57b4-421b-affc-e47efadfc216',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11520',
+ 'x-ms-request-id',
+ '8f089a43-ffcb-4c0b-a852-3c6843ffc098',
+ 'x-ms-correlation-request-id',
+ '8f089a43-ffcb-4c0b-a852-3c6843ffc098',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043040Z:8f089a43-ffcb-4c0b-a852-3c6843ffc098',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11519',
+ 'x-ms-request-id',
+ 'd38f606b-39dd-4015-865f-d238df515c91',
+ 'x-ms-correlation-request-id',
+ 'd38f606b-39dd-4015-865f-d238df515c91',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043043Z:d38f606b-39dd-4015-865f-d238df515c91',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11518',
+ 'x-ms-request-id',
+ '3589b9f3-9516-4118-9215-95de9933e693',
+ 'x-ms-correlation-request-id',
+ '3589b9f3-9516-4118-9215-95de9933e693',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043045Z:3589b9f3-9516-4118-9215-95de9933e693',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11517',
+ 'x-ms-request-id',
+ '2e6e5ab5-1e07-4232-aa95-46036206fe57',
+ 'x-ms-correlation-request-id',
+ '2e6e5ab5-1e07-4232-aa95-46036206fe57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043047Z:2e6e5ab5-1e07-4232-aa95-46036206fe57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11516',
+ 'x-ms-request-id',
+ 'b588d56d-e53c-48b7-9bfb-466a1cf24159',
+ 'x-ms-correlation-request-id',
+ 'b588d56d-e53c-48b7-9bfb-466a1cf24159',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043050Z:b588d56d-e53c-48b7-9bfb-466a1cf24159',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11515',
+ 'x-ms-request-id',
+ '028e642f-7080-434d-91cc-162188752015',
+ 'x-ms-correlation-request-id',
+ '028e642f-7080-434d-91cc-162188752015',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043052Z:028e642f-7080-434d-91cc-162188752015',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11514',
+ 'x-ms-request-id',
+ '02559d7c-b2ee-4b75-bd61-65a3b0b5dcf0',
+ 'x-ms-correlation-request-id',
+ '02559d7c-b2ee-4b75-bd61-65a3b0b5dcf0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043054Z:02559d7c-b2ee-4b75-bd61-65a3b0b5dcf0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11513',
+ 'x-ms-request-id',
+ '3c4c3f53-fb45-4c82-9382-3bcaf5818c8b',
+ 'x-ms-correlation-request-id',
+ '3c4c3f53-fb45-4c82-9382-3bcaf5818c8b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043057Z:3c4c3f53-fb45-4c82-9382-3bcaf5818c8b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11512',
+ 'x-ms-request-id',
+ 'f7637fdc-4614-4587-a409-508944275cc1',
+ 'x-ms-correlation-request-id',
+ 'f7637fdc-4614-4587-a409-508944275cc1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043059Z:f7637fdc-4614-4587-a409-508944275cc1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:30:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11511',
+ 'x-ms-request-id',
+ '68b699e5-1822-4457-8667-9e2059adb7bf',
+ 'x-ms-correlation-request-id',
+ '68b699e5-1822-4457-8667-9e2059adb7bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043101Z:68b699e5-1822-4457-8667-9e2059adb7bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11510',
+ 'x-ms-request-id',
+ '5f1820fb-0ba6-49d2-ac55-e2e573e801b0',
+ 'x-ms-correlation-request-id',
+ '5f1820fb-0ba6-49d2-ac55-e2e573e801b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043104Z:5f1820fb-0ba6-49d2-ac55-e2e573e801b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11509',
+ 'x-ms-request-id',
+ '563e9bdb-8695-4cf9-a9f7-f06a515f4f2e',
+ 'x-ms-correlation-request-id',
+ '563e9bdb-8695-4cf9-a9f7-f06a515f4f2e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043106Z:563e9bdb-8695-4cf9-a9f7-f06a515f4f2e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11508',
+ 'x-ms-request-id',
+ 'f7627827-424e-469e-a132-4edce627d272',
+ 'x-ms-correlation-request-id',
+ 'f7627827-424e-469e-a132-4edce627d272',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043108Z:f7627827-424e-469e-a132-4edce627d272',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11507',
+ 'x-ms-request-id',
+ 'b49bff60-1b53-4f42-9956-cb513736e99a',
+ 'x-ms-correlation-request-id',
+ 'b49bff60-1b53-4f42-9956-cb513736e99a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043111Z:b49bff60-1b53-4f42-9956-cb513736e99a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11506',
+ 'x-ms-request-id',
+ 'b94e7499-dcbb-406a-b227-b735df1ebc7b',
+ 'x-ms-correlation-request-id',
+ 'b94e7499-dcbb-406a-b227-b735df1ebc7b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043113Z:b94e7499-dcbb-406a-b227-b735df1ebc7b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11505',
+ 'x-ms-request-id',
+ 'fb0f838f-fcc1-4776-8072-cfb52f305226',
+ 'x-ms-correlation-request-id',
+ 'fb0f838f-fcc1-4776-8072-cfb52f305226',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043115Z:fb0f838f-fcc1-4776-8072-cfb52f305226',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11504',
+ 'x-ms-request-id',
+ '9370d638-12d7-4386-85ad-f077e5e1b85b',
+ 'x-ms-correlation-request-id',
+ '9370d638-12d7-4386-85ad-f077e5e1b85b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043118Z:9370d638-12d7-4386-85ad-f077e5e1b85b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11503',
+ 'x-ms-request-id',
+ 'fb9204b9-b954-46f0-b05d-06b363dcb83e',
+ 'x-ms-correlation-request-id',
+ 'fb9204b9-b954-46f0-b05d-06b363dcb83e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043120Z:fb9204b9-b954-46f0-b05d-06b363dcb83e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11502',
+ 'x-ms-request-id',
+ 'bbbf7b2c-53e9-49b4-9da1-c1016244d517',
+ 'x-ms-correlation-request-id',
+ 'bbbf7b2c-53e9-49b4-9da1-c1016244d517',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043122Z:bbbf7b2c-53e9-49b4-9da1-c1016244d517',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11501',
+ 'x-ms-request-id',
+ 'acade735-d7a2-4963-9c21-59a99eb20862',
+ 'x-ms-correlation-request-id',
+ 'acade735-d7a2-4963-9c21-59a99eb20862',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043125Z:acade735-d7a2-4963-9c21-59a99eb20862',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11500',
+ 'x-ms-request-id',
+ 'e5c1a0f7-6cb5-46bc-836f-5c8acd69d71e',
+ 'x-ms-correlation-request-id',
+ 'e5c1a0f7-6cb5-46bc-836f-5c8acd69d71e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043127Z:e5c1a0f7-6cb5-46bc-836f-5c8acd69d71e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11499',
+ 'x-ms-request-id',
+ 'b6d49780-90d3-44fd-a4a4-9773e7fd5523',
+ 'x-ms-correlation-request-id',
+ 'b6d49780-90d3-44fd-a4a4-9773e7fd5523',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043129Z:b6d49780-90d3-44fd-a4a4-9773e7fd5523',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11498',
+ 'x-ms-request-id',
+ '62d17047-badd-47a7-8c0e-49f29ab48ab5',
+ 'x-ms-correlation-request-id',
+ '62d17047-badd-47a7-8c0e-49f29ab48ab5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043132Z:62d17047-badd-47a7-8c0e-49f29ab48ab5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11497',
+ 'x-ms-request-id',
+ '8f3b7c6f-4480-4879-a504-2b8378e3906d',
+ 'x-ms-correlation-request-id',
+ '8f3b7c6f-4480-4879-a504-2b8378e3906d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043134Z:8f3b7c6f-4480-4879-a504-2b8378e3906d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11496',
+ 'x-ms-request-id',
+ 'eb65f1d2-b2f9-4395-bba8-1e0f1c3d69c4',
+ 'x-ms-correlation-request-id',
+ 'eb65f1d2-b2f9-4395-bba8-1e0f1c3d69c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043137Z:eb65f1d2-b2f9-4395-bba8-1e0f1c3d69c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11495',
+ 'x-ms-request-id',
+ 'ae0dbd41-2074-4fe7-adcb-5a3db7cc8b8e',
+ 'x-ms-correlation-request-id',
+ 'ae0dbd41-2074-4fe7-adcb-5a3db7cc8b8e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043139Z:ae0dbd41-2074-4fe7-adcb-5a3db7cc8b8e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11494',
+ 'x-ms-request-id',
+ 'd9f58b93-930e-47be-a54d-83598510620d',
+ 'x-ms-correlation-request-id',
+ 'd9f58b93-930e-47be-a54d-83598510620d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043141Z:d9f58b93-930e-47be-a54d-83598510620d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11493',
+ 'x-ms-request-id',
+ '05977ce3-3d8a-4880-b598-0dc12514f6e0',
+ 'x-ms-correlation-request-id',
+ '05977ce3-3d8a-4880-b598-0dc12514f6e0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043144Z:05977ce3-3d8a-4880-b598-0dc12514f6e0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11492',
+ 'x-ms-request-id',
+ '26c47b7a-89ea-44d4-a1f8-a455cd7308b6',
+ 'x-ms-correlation-request-id',
+ '26c47b7a-89ea-44d4-a1f8-a455cd7308b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043146Z:26c47b7a-89ea-44d4-a1f8-a455cd7308b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11491',
+ 'x-ms-request-id',
+ 'a8bee176-c545-4a5b-bf45-c2681656a5df',
+ 'x-ms-correlation-request-id',
+ 'a8bee176-c545-4a5b-bf45-c2681656a5df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043148Z:a8bee176-c545-4a5b-bf45-c2681656a5df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11490',
+ 'x-ms-request-id',
+ '177659ee-1fab-47ce-9dea-359601f1607a',
+ 'x-ms-correlation-request-id',
+ '177659ee-1fab-47ce-9dea-359601f1607a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043151Z:177659ee-1fab-47ce-9dea-359601f1607a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11489',
+ 'x-ms-request-id',
+ '00b0d429-d273-4b20-a2ae-524df0095461',
+ 'x-ms-correlation-request-id',
+ '00b0d429-d273-4b20-a2ae-524df0095461',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043153Z:00b0d429-d273-4b20-a2ae-524df0095461',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11488',
+ 'x-ms-request-id',
+ '0b7dec03-8195-4caa-b572-b751a2b6a740',
+ 'x-ms-correlation-request-id',
+ '0b7dec03-8195-4caa-b572-b751a2b6a740',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043155Z:0b7dec03-8195-4caa-b572-b751a2b6a740',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11487',
+ 'x-ms-request-id',
+ '0b3a1ebb-4bb8-4928-a702-21800fc3135f',
+ 'x-ms-correlation-request-id',
+ '0b3a1ebb-4bb8-4928-a702-21800fc3135f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043158Z:0b3a1ebb-4bb8-4928-a702-21800fc3135f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:31:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11486',
+ 'x-ms-request-id',
+ '8e284172-0d72-491e-b9ac-ce6398ba165a',
+ 'x-ms-correlation-request-id',
+ '8e284172-0d72-491e-b9ac-ce6398ba165a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043200Z:8e284172-0d72-491e-b9ac-ce6398ba165a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11485',
+ 'x-ms-request-id',
+ '482612c9-d391-4fdb-a77f-a979b2a4773f',
+ 'x-ms-correlation-request-id',
+ '482612c9-d391-4fdb-a77f-a979b2a4773f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043202Z:482612c9-d391-4fdb-a77f-a979b2a4773f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11484',
+ 'x-ms-request-id',
+ '2ddd22cd-0880-40eb-b7ab-f62e95081b9b',
+ 'x-ms-correlation-request-id',
+ '2ddd22cd-0880-40eb-b7ab-f62e95081b9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043205Z:2ddd22cd-0880-40eb-b7ab-f62e95081b9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11483',
+ 'x-ms-request-id',
+ 'ab107510-b8b6-46d3-b523-c164d0694813',
+ 'x-ms-correlation-request-id',
+ 'ab107510-b8b6-46d3-b523-c164d0694813',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043207Z:ab107510-b8b6-46d3-b523-c164d0694813',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11482',
+ 'x-ms-request-id',
+ '2e2cb831-d397-465a-a0c8-e9d403a2e7a5',
+ 'x-ms-correlation-request-id',
+ '2e2cb831-d397-465a-a0c8-e9d403a2e7a5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043209Z:2e2cb831-d397-465a-a0c8-e9d403a2e7a5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11481',
+ 'x-ms-request-id',
+ '18faa9a2-ba43-4920-9aaf-dfacc770664d',
+ 'x-ms-correlation-request-id',
+ '18faa9a2-ba43-4920-9aaf-dfacc770664d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043212Z:18faa9a2-ba43-4920-9aaf-dfacc770664d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11480',
+ 'x-ms-request-id',
+ '2dfd3729-3bef-49e2-bbd9-91f679d17152',
+ 'x-ms-correlation-request-id',
+ '2dfd3729-3bef-49e2-bbd9-91f679d17152',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043214Z:2dfd3729-3bef-49e2-bbd9-91f679d17152',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11479',
+ 'x-ms-request-id',
+ '31577228-9161-4765-a2c8-0f41ec013807',
+ 'x-ms-correlation-request-id',
+ '31577228-9161-4765-a2c8-0f41ec013807',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043216Z:31577228-9161-4765-a2c8-0f41ec013807',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11478',
+ 'x-ms-request-id',
+ '3968ff95-7af6-4cbe-8c82-16b5da559ccf',
+ 'x-ms-correlation-request-id',
+ '3968ff95-7af6-4cbe-8c82-16b5da559ccf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043219Z:3968ff95-7af6-4cbe-8c82-16b5da559ccf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11477',
+ 'x-ms-request-id',
+ 'bd6d47a2-0e24-48fb-aa83-38ee84ae25d5',
+ 'x-ms-correlation-request-id',
+ 'bd6d47a2-0e24-48fb-aa83-38ee84ae25d5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043221Z:bd6d47a2-0e24-48fb-aa83-38ee84ae25d5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11476',
+ 'x-ms-request-id',
+ '2c0cc1a8-f529-48d2-b016-e42eeedf38d4',
+ 'x-ms-correlation-request-id',
+ '2c0cc1a8-f529-48d2-b016-e42eeedf38d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043223Z:2c0cc1a8-f529-48d2-b016-e42eeedf38d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11475',
+ 'x-ms-request-id',
+ '2a0058ac-c407-481f-8923-a9797e7b4b30',
+ 'x-ms-correlation-request-id',
+ '2a0058ac-c407-481f-8923-a9797e7b4b30',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043226Z:2a0058ac-c407-481f-8923-a9797e7b4b30',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11474',
+ 'x-ms-request-id',
+ '9cea416f-265f-4ffe-a52a-2c54e5b65837',
+ 'x-ms-correlation-request-id',
+ '9cea416f-265f-4ffe-a52a-2c54e5b65837',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043228Z:9cea416f-265f-4ffe-a52a-2c54e5b65837',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11473',
+ 'x-ms-request-id',
+ '07f9a6b4-8abc-4c7a-ab19-dbb9f13d5e57',
+ 'x-ms-correlation-request-id',
+ '07f9a6b4-8abc-4c7a-ab19-dbb9f13d5e57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043231Z:07f9a6b4-8abc-4c7a-ab19-dbb9f13d5e57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11472',
+ 'x-ms-request-id',
+ '0f322b62-af74-4a85-899e-d06c890e4b32',
+ 'x-ms-correlation-request-id',
+ '0f322b62-af74-4a85-899e-d06c890e4b32',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043234Z:0f322b62-af74-4a85-899e-d06c890e4b32',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11471',
+ 'x-ms-request-id',
+ '879e2d84-fffc-4049-b7ae-e47bfd96a7d6',
+ 'x-ms-correlation-request-id',
+ '879e2d84-fffc-4049-b7ae-e47bfd96a7d6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043237Z:879e2d84-fffc-4049-b7ae-e47bfd96a7d6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11470',
+ 'x-ms-request-id',
+ 'a6c2763d-8281-44c2-8e99-9e47b90f7357',
+ 'x-ms-correlation-request-id',
+ 'a6c2763d-8281-44c2-8e99-9e47b90f7357',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043240Z:a6c2763d-8281-44c2-8e99-9e47b90f7357',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11469',
+ 'x-ms-request-id',
+ '2961331a-29ef-4d58-bf03-3899d9fdfca9',
+ 'x-ms-correlation-request-id',
+ '2961331a-29ef-4d58-bf03-3899d9fdfca9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043243Z:2961331a-29ef-4d58-bf03-3899d9fdfca9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11468',
+ 'x-ms-request-id',
+ 'de4c2c6f-362f-4b23-be10-17075863f786',
+ 'x-ms-correlation-request-id',
+ 'de4c2c6f-362f-4b23-be10-17075863f786',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043246Z:de4c2c6f-362f-4b23-be10-17075863f786',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11467',
+ 'x-ms-request-id',
+ '6b1904e9-ce21-4830-91d4-e1fb1507aac0',
+ 'x-ms-correlation-request-id',
+ '6b1904e9-ce21-4830-91d4-e1fb1507aac0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043249Z:6b1904e9-ce21-4830-91d4-e1fb1507aac0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11466',
+ 'x-ms-request-id',
+ '9b87a19e-169d-467f-881a-7a22b5e36d34',
+ 'x-ms-correlation-request-id',
+ '9b87a19e-169d-467f-881a-7a22b5e36d34',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043252Z:9b87a19e-169d-467f-881a-7a22b5e36d34',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11465',
+ 'x-ms-request-id',
+ '619354ff-403e-4896-9363-523dc18c067b',
+ 'x-ms-correlation-request-id',
+ '619354ff-403e-4896-9363-523dc18c067b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043255Z:619354ff-403e-4896-9363-523dc18c067b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11464',
+ 'x-ms-request-id',
+ 'f603a189-812a-444a-8c45-b89786a57a47',
+ 'x-ms-correlation-request-id',
+ 'f603a189-812a-444a-8c45-b89786a57a47',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043258Z:f603a189-812a-444a-8c45-b89786a57a47',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:32:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11463',
+ 'x-ms-request-id',
+ 'e7ad5b15-0a04-48f0-84d9-7088fa699e9b',
+ 'x-ms-correlation-request-id',
+ 'e7ad5b15-0a04-48f0-84d9-7088fa699e9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043301Z:e7ad5b15-0a04-48f0-84d9-7088fa699e9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11462',
+ 'x-ms-request-id',
+ 'ae72bc3f-aad4-4c14-af72-622d3c2ef450',
+ 'x-ms-correlation-request-id',
+ 'ae72bc3f-aad4-4c14-af72-622d3c2ef450',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043304Z:ae72bc3f-aad4-4c14-af72-622d3c2ef450',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11461',
+ 'x-ms-request-id',
+ '7ad475e7-481d-4cf9-a7eb-528584fe7578',
+ 'x-ms-correlation-request-id',
+ '7ad475e7-481d-4cf9-a7eb-528584fe7578',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043307Z:7ad475e7-481d-4cf9-a7eb-528584fe7578',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11460',
+ 'x-ms-request-id',
+ '87781ebc-0466-4d9e-a4ba-fca35661a067',
+ 'x-ms-correlation-request-id',
+ '87781ebc-0466-4d9e-a4ba-fca35661a067',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043310Z:87781ebc-0466-4d9e-a4ba-fca35661a067',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11459',
+ 'x-ms-request-id',
+ '1ec6037e-5162-4b4c-8bdb-fd632d365806',
+ 'x-ms-correlation-request-id',
+ '1ec6037e-5162-4b4c-8bdb-fd632d365806',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043313Z:1ec6037e-5162-4b4c-8bdb-fd632d365806',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11458',
+ 'x-ms-request-id',
+ '9e7da400-5b5e-4286-b393-6ce232312939',
+ 'x-ms-correlation-request-id',
+ '9e7da400-5b5e-4286-b393-6ce232312939',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043315Z:9e7da400-5b5e-4286-b393-6ce232312939',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11457',
+ 'x-ms-request-id',
+ '9495fd42-5961-4210-96ab-7be276a1a6e1',
+ 'x-ms-correlation-request-id',
+ '9495fd42-5961-4210-96ab-7be276a1a6e1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043318Z:9495fd42-5961-4210-96ab-7be276a1a6e1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11456',
+ 'x-ms-request-id',
+ 'cd0d67e2-1c1b-4cae-9a9b-75cc2d6b0a76',
+ 'x-ms-correlation-request-id',
+ 'cd0d67e2-1c1b-4cae-9a9b-75cc2d6b0a76',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043320Z:cd0d67e2-1c1b-4cae-9a9b-75cc2d6b0a76',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11455',
+ 'x-ms-request-id',
+ 'cf7b8d5e-d312-4936-8b27-653bedd06e25',
+ 'x-ms-correlation-request-id',
+ 'cf7b8d5e-d312-4936-8b27-653bedd06e25',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043322Z:cf7b8d5e-d312-4936-8b27-653bedd06e25',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11454',
+ 'x-ms-request-id',
+ '814b0361-2c63-4be0-a3b6-786157a98afc',
+ 'x-ms-correlation-request-id',
+ '814b0361-2c63-4be0-a3b6-786157a98afc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043325Z:814b0361-2c63-4be0-a3b6-786157a98afc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11453',
+ 'x-ms-request-id',
+ '2b325702-1830-4533-936a-abb265eaa9ad',
+ 'x-ms-correlation-request-id',
+ '2b325702-1830-4533-936a-abb265eaa9ad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043327Z:2b325702-1830-4533-936a-abb265eaa9ad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11452',
+ 'x-ms-request-id',
+ '56d2f405-69a3-4b75-9f76-f041b00eff8f',
+ 'x-ms-correlation-request-id',
+ '56d2f405-69a3-4b75-9f76-f041b00eff8f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043329Z:56d2f405-69a3-4b75-9f76-f041b00eff8f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11451',
+ 'x-ms-request-id',
+ '82fbc84f-d47c-459a-9d0e-c913fa22f127',
+ 'x-ms-correlation-request-id',
+ '82fbc84f-d47c-459a-9d0e-c913fa22f127',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043332Z:82fbc84f-d47c-459a-9d0e-c913fa22f127',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11450',
+ 'x-ms-request-id',
+ 'ee8ebfc8-e7f5-462f-b2a1-0e07e69f85cf',
+ 'x-ms-correlation-request-id',
+ 'ee8ebfc8-e7f5-462f-b2a1-0e07e69f85cf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043334Z:ee8ebfc8-e7f5-462f-b2a1-0e07e69f85cf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11449',
+ 'x-ms-request-id',
+ 'baf646d8-1e9c-4f9f-bb98-e51f8e32fa16',
+ 'x-ms-correlation-request-id',
+ 'baf646d8-1e9c-4f9f-bb98-e51f8e32fa16',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043336Z:baf646d8-1e9c-4f9f-bb98-e51f8e32fa16',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11448',
+ 'x-ms-request-id',
+ '8285785f-7c08-4ac4-a05d-a470ad72f610',
+ 'x-ms-correlation-request-id',
+ '8285785f-7c08-4ac4-a05d-a470ad72f610',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043339Z:8285785f-7c08-4ac4-a05d-a470ad72f610',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11447',
+ 'x-ms-request-id',
+ 'c49b8eb3-c83b-4668-85e1-404f597f7c01',
+ 'x-ms-correlation-request-id',
+ 'c49b8eb3-c83b-4668-85e1-404f597f7c01',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043342Z:c49b8eb3-c83b-4668-85e1-404f597f7c01',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11446',
+ 'x-ms-request-id',
+ '42331c38-3aca-4f70-a9f8-4b294ef23b48',
+ 'x-ms-correlation-request-id',
+ '42331c38-3aca-4f70-a9f8-4b294ef23b48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043344Z:42331c38-3aca-4f70-a9f8-4b294ef23b48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11445',
+ 'x-ms-request-id',
+ '0b1b5600-98c2-4a06-a130-b9daae1cb07b',
+ 'x-ms-correlation-request-id',
+ '0b1b5600-98c2-4a06-a130-b9daae1cb07b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043346Z:0b1b5600-98c2-4a06-a130-b9daae1cb07b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11444',
+ 'x-ms-request-id',
+ '9fcee907-99a3-4adf-a393-ebcb5e585d9f',
+ 'x-ms-correlation-request-id',
+ '9fcee907-99a3-4adf-a393-ebcb5e585d9f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043349Z:9fcee907-99a3-4adf-a393-ebcb5e585d9f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11443',
+ 'x-ms-request-id',
+ 'ab2eef07-764a-4235-8164-ad7503d2b931',
+ 'x-ms-correlation-request-id',
+ 'ab2eef07-764a-4235-8164-ad7503d2b931',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043351Z:ab2eef07-764a-4235-8164-ad7503d2b931',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11442',
+ 'x-ms-request-id',
+ '19a14abd-0732-4574-bee5-a8bf92c17cf9',
+ 'x-ms-correlation-request-id',
+ '19a14abd-0732-4574-bee5-a8bf92c17cf9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043353Z:19a14abd-0732-4574-bee5-a8bf92c17cf9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11441',
+ 'x-ms-request-id',
+ '542f7b45-5359-437c-94f7-05d8e80b0ef9',
+ 'x-ms-correlation-request-id',
+ '542f7b45-5359-437c-94f7-05d8e80b0ef9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043356Z:542f7b45-5359-437c-94f7-05d8e80b0ef9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11440',
+ 'x-ms-request-id',
+ 'ec9a7f24-db16-4549-a009-51aab7b327a1',
+ 'x-ms-correlation-request-id',
+ 'ec9a7f24-db16-4549-a009-51aab7b327a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043358Z:ec9a7f24-db16-4549-a009-51aab7b327a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:33:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11439',
+ 'x-ms-request-id',
+ 'e93295c6-c224-4c71-bfe1-e5816272eec7',
+ 'x-ms-correlation-request-id',
+ 'e93295c6-c224-4c71-bfe1-e5816272eec7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043400Z:e93295c6-c224-4c71-bfe1-e5816272eec7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11438',
+ 'x-ms-request-id',
+ '6f98c867-ddd2-4ba5-8202-54f027e7fcef',
+ 'x-ms-correlation-request-id',
+ '6f98c867-ddd2-4ba5-8202-54f027e7fcef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043403Z:6f98c867-ddd2-4ba5-8202-54f027e7fcef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11437',
+ 'x-ms-request-id',
+ 'd6bba337-659f-4f30-89c7-31a29576eb51',
+ 'x-ms-correlation-request-id',
+ 'd6bba337-659f-4f30-89c7-31a29576eb51',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043405Z:d6bba337-659f-4f30-89c7-31a29576eb51',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11436',
+ 'x-ms-request-id',
+ 'bb1e5c40-d8b6-4e09-85c8-c43b68a05b9d',
+ 'x-ms-correlation-request-id',
+ 'bb1e5c40-d8b6-4e09-85c8-c43b68a05b9d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043407Z:bb1e5c40-d8b6-4e09-85c8-c43b68a05b9d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11435',
+ 'x-ms-request-id',
+ 'a9aa8094-198e-48ef-ae8e-fd75eedbe94c',
+ 'x-ms-correlation-request-id',
+ 'a9aa8094-198e-48ef-ae8e-fd75eedbe94c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043410Z:a9aa8094-198e-48ef-ae8e-fd75eedbe94c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11434',
+ 'x-ms-request-id',
+ '4b751a7b-8cf2-4eb4-a739-ca0f237685d5',
+ 'x-ms-correlation-request-id',
+ '4b751a7b-8cf2-4eb4-a739-ca0f237685d5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043412Z:4b751a7b-8cf2-4eb4-a739-ca0f237685d5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11433',
+ 'x-ms-request-id',
+ 'e4a7440d-a0f5-435d-895e-d761a5cf4053',
+ 'x-ms-correlation-request-id',
+ 'e4a7440d-a0f5-435d-895e-d761a5cf4053',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043414Z:e4a7440d-a0f5-435d-895e-d761a5cf4053',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11432',
+ 'x-ms-request-id',
+ 'f5fd132e-4963-406f-8793-9f9dfc4b74b0',
+ 'x-ms-correlation-request-id',
+ 'f5fd132e-4963-406f-8793-9f9dfc4b74b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043416Z:f5fd132e-4963-406f-8793-9f9dfc4b74b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11431',
+ 'x-ms-request-id',
+ '8dd33535-a478-4131-b4a4-4cb6ca6120d2',
+ 'x-ms-correlation-request-id',
+ '8dd33535-a478-4131-b4a4-4cb6ca6120d2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043419Z:8dd33535-a478-4131-b4a4-4cb6ca6120d2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11430',
+ 'x-ms-request-id',
+ '03c44b09-5a05-45ca-b3c7-738bcc6b9ffa',
+ 'x-ms-correlation-request-id',
+ '03c44b09-5a05-45ca-b3c7-738bcc6b9ffa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043421Z:03c44b09-5a05-45ca-b3c7-738bcc6b9ffa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11429',
+ 'x-ms-request-id',
+ '25127191-93c7-420c-a004-8ca789a5d2b6',
+ 'x-ms-correlation-request-id',
+ '25127191-93c7-420c-a004-8ca789a5d2b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043423Z:25127191-93c7-420c-a004-8ca789a5d2b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11428',
+ 'x-ms-request-id',
+ 'a4e97495-e550-409e-add7-221023977db2',
+ 'x-ms-correlation-request-id',
+ 'a4e97495-e550-409e-add7-221023977db2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043426Z:a4e97495-e550-409e-add7-221023977db2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11427',
+ 'x-ms-request-id',
+ '5f3d10e1-89f2-4322-b537-abeeae5880a0',
+ 'x-ms-correlation-request-id',
+ '5f3d10e1-89f2-4322-b537-abeeae5880a0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043428Z:5f3d10e1-89f2-4322-b537-abeeae5880a0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11426',
+ 'x-ms-request-id',
+ 'ff735759-f12f-4d11-baa7-8e31d0cae5e8',
+ 'x-ms-correlation-request-id',
+ 'ff735759-f12f-4d11-baa7-8e31d0cae5e8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043430Z:ff735759-f12f-4d11-baa7-8e31d0cae5e8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5fe06481-c9c3-4c5b-a79d-dd5334587a2b')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11425',
+ 'x-ms-request-id',
+ '1075258d-f5ab-4641-81bc-8ecb373a84bd',
+ 'x-ms-correlation-request-id',
+ '1075258d-f5ab-4641-81bc-8ecb373a84bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043433Z:1075258d-f5ab-4641-81bc-8ecb373a84bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11424',
+ 'x-ms-request-id',
+ 'f513d5bd-f983-4a4d-a212-783d27540758',
+ 'x-ms-correlation-request-id',
+ 'f513d5bd-f983-4a4d-a212-783d27540758',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T043433Z:f513d5bd-f983-4a4d-a212-783d27540758',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:34:33 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js
new file mode 100644
index 000000000000..59dc8943d95e
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_for_mongodbresources_test.js
@@ -0,0 +1,15879 @@
+let nock = require('nock');
+
+module.exports.hash = "a1ec024818feed29194d205c1670cc94";
+
+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',
+ '940be910-32c2-4a49-8c53-c8539da00200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AgfdN18o6hROk-byBTENqQw; expires=Thu, 16-Dec-2021 05:27:37 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_mH8syvo-LtxHEKnElxEneCX2FKpoTvvPm26M7AdEf3AFFGurvtA4y4jKOMRotwmITQ7BHptXsiF_okmX0RtYKuuyHPDlWsJ4j7Rc4KjHPGfo23_0ph5y4AYTa_yGm4b9ms-aD29yFa-mMsRZKFP94Ejz1bZ4KxQHq1KZrfAnjIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:37 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',
+ '749d6ae1-80c5-45a9-bd7d-cc6556a70200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Anw25meB1U9Jp4C6Dh-iqm0; expires=Thu, 16-Dec-2021 05:27:37 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr4emfBguejWECDCLHCUlPu9BE1SyAwkob3DZSsgH_3uIzavNFnLpNSoPoOJICvsH8FMffeW2PeV_TMxCVbesfD5SEZYiHJdOgdDVjPAta2E9ujlXg75Gjybbf8l0A_ZwbHzCOsZW6Z-HXpZZblmWG-6KdxVMVa-z3soDhZ50tGVkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:37 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=d5a86bcc-90f1-470f-9b9f-a3fbcba8ce9f&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',
+ '9fd66a90-f0ee-4971-a0d8-0bb3940c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AvMcjMbizexFtcepmqPfz7MWPr5BAQAAAEo4JdkOAAAA; expires=Thu, 16-Dec-2021 05:27:38 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:37 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/17ab9083-d1f5-405d-b54d-4db337951dc9?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '17ab9083-d1f5-405d-b54d-4db337951dc9',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-deletes',
+ '14997',
+ 'x-ms-correlation-request-id',
+ '34f7f402-7a5c-49b8-b20c-113657719366',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052740Z:34f7f402-7a5c-49b8-b20c-113657719366',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10796',
+ 'x-ms-request-id',
+ 'c03e601d-b0ce-4332-bda3-e972daf9a256',
+ 'x-ms-correlation-request-id',
+ 'c03e601d-b0ce-4332-bda3-e972daf9a256',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052740Z:c03e601d-b0ce-4332-bda3-e972daf9a256',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10795',
+ 'x-ms-request-id',
+ 'd5e1296e-5be8-4778-be10-74fafa7aa433',
+ 'x-ms-correlation-request-id',
+ 'd5e1296e-5be8-4778-be10-74fafa7aa433',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052742Z:d5e1296e-5be8-4778-be10-74fafa7aa433',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10794',
+ 'x-ms-request-id',
+ 'cf1121ff-251f-4778-ae27-38bf5be34749',
+ 'x-ms-correlation-request-id',
+ 'cf1121ff-251f-4778-ae27-38bf5be34749',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052745Z:cf1121ff-251f-4778-ae27-38bf5be34749',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10793',
+ 'x-ms-request-id',
+ '82781683-3052-494e-ad3c-22e009b6c3b6',
+ 'x-ms-correlation-request-id',
+ '82781683-3052-494e-ad3c-22e009b6c3b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052747Z:82781683-3052-494e-ad3c-22e009b6c3b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10792',
+ 'x-ms-request-id',
+ 'fc6b412e-bf44-4cbf-9b33-bc3f65dadbbb',
+ 'x-ms-correlation-request-id',
+ 'fc6b412e-bf44-4cbf-9b33-bc3f65dadbbb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052749Z:fc6b412e-bf44-4cbf-9b33-bc3f65dadbbb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10791',
+ 'x-ms-request-id',
+ 'f22423ac-adcd-433e-ba24-5e9527d1b1e7',
+ 'x-ms-correlation-request-id',
+ 'f22423ac-adcd-433e-ba24-5e9527d1b1e7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052752Z:f22423ac-adcd-433e-ba24-5e9527d1b1e7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10790',
+ 'x-ms-request-id',
+ '3266bceb-9598-4299-bc66-9fca48825d70',
+ 'x-ms-correlation-request-id',
+ '3266bceb-9598-4299-bc66-9fca48825d70',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052754Z:3266bceb-9598-4299-bc66-9fca48825d70',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10789',
+ 'x-ms-request-id',
+ '7d3da7b4-5aec-4fb0-be84-382e2ccffa38',
+ 'x-ms-correlation-request-id',
+ '7d3da7b4-5aec-4fb0-be84-382e2ccffa38',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052756Z:7d3da7b4-5aec-4fb0-be84-382e2ccffa38',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10788',
+ 'x-ms-request-id',
+ 'cd50a3fb-8431-4b62-853f-516917c61e65',
+ 'x-ms-correlation-request-id',
+ 'cd50a3fb-8431-4b62-853f-516917c61e65',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052759Z:cd50a3fb-8431-4b62-853f-516917c61e65',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10787',
+ 'x-ms-request-id',
+ '6316fc80-2612-47a8-8100-9c7aa33a3640',
+ 'x-ms-correlation-request-id',
+ '6316fc80-2612-47a8-8100-9c7aa33a3640',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052801Z:6316fc80-2612-47a8-8100-9c7aa33a3640',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10786',
+ 'x-ms-request-id',
+ 'a94968ea-b76f-4f2a-8b27-5ccbf0ae9241',
+ 'x-ms-correlation-request-id',
+ 'a94968ea-b76f-4f2a-8b27-5ccbf0ae9241',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052803Z:a94968ea-b76f-4f2a-8b27-5ccbf0ae9241',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10785',
+ 'x-ms-request-id',
+ 'b8c49244-afa2-49e3-b2b3-6757a2faa7f6',
+ 'x-ms-correlation-request-id',
+ 'b8c49244-afa2-49e3-b2b3-6757a2faa7f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052806Z:b8c49244-afa2-49e3-b2b3-6757a2faa7f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10784',
+ 'x-ms-request-id',
+ '3105c97a-aabd-49a7-b269-9f0b3508ad37',
+ 'x-ms-correlation-request-id',
+ '3105c97a-aabd-49a7-b269-9f0b3508ad37',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052808Z:3105c97a-aabd-49a7-b269-9f0b3508ad37',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10783',
+ 'x-ms-request-id',
+ 'f89acb7b-97a8-4aa6-a335-30bf2594671f',
+ 'x-ms-correlation-request-id',
+ 'f89acb7b-97a8-4aa6-a335-30bf2594671f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052810Z:f89acb7b-97a8-4aa6-a335-30bf2594671f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10782',
+ 'x-ms-request-id',
+ '710cf927-9f3d-4ac4-a1ed-87e3e9082ae4',
+ 'x-ms-correlation-request-id',
+ '710cf927-9f3d-4ac4-a1ed-87e3e9082ae4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052813Z:710cf927-9f3d-4ac4-a1ed-87e3e9082ae4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10781',
+ 'x-ms-request-id',
+ '389aca3f-6f14-481a-9606-7ca099da1357',
+ 'x-ms-correlation-request-id',
+ '389aca3f-6f14-481a-9606-7ca099da1357',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052815Z:389aca3f-6f14-481a-9606-7ca099da1357',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10780',
+ 'x-ms-request-id',
+ '448e32c5-e465-48a6-8491-9b47e5a9e669',
+ 'x-ms-correlation-request-id',
+ '448e32c5-e465-48a6-8491-9b47e5a9e669',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052817Z:448e32c5-e465-48a6-8491-9b47e5a9e669',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10779',
+ 'x-ms-request-id',
+ '9b1a3a4e-3e25-4de4-b503-22a52e06f14b',
+ 'x-ms-correlation-request-id',
+ '9b1a3a4e-3e25-4de4-b503-22a52e06f14b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052820Z:9b1a3a4e-3e25-4de4-b503-22a52e06f14b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10778',
+ 'x-ms-request-id',
+ 'f0f0b466-f8be-4fbb-ad82-ddd94ec08fd0',
+ 'x-ms-correlation-request-id',
+ 'f0f0b466-f8be-4fbb-ad82-ddd94ec08fd0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052822Z:f0f0b466-f8be-4fbb-ad82-ddd94ec08fd0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10777',
+ 'x-ms-request-id',
+ 'dfbbfe8b-9990-4eb1-8e83-97aba09b9f90',
+ 'x-ms-correlation-request-id',
+ 'dfbbfe8b-9990-4eb1-8e83-97aba09b9f90',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052825Z:dfbbfe8b-9990-4eb1-8e83-97aba09b9f90',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10776',
+ 'x-ms-request-id',
+ 'ef54eccd-1897-4621-86f5-1600d76ac0aa',
+ 'x-ms-correlation-request-id',
+ 'ef54eccd-1897-4621-86f5-1600d76ac0aa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052827Z:ef54eccd-1897-4621-86f5-1600d76ac0aa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10775',
+ 'x-ms-request-id',
+ '129efaa8-b803-41b2-80fc-31897bebd01e',
+ 'x-ms-correlation-request-id',
+ '129efaa8-b803-41b2-80fc-31897bebd01e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052829Z:129efaa8-b803-41b2-80fc-31897bebd01e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10774',
+ 'x-ms-request-id',
+ '9ac7bf3d-c1d8-448d-9289-5a37d6fd18ee',
+ 'x-ms-correlation-request-id',
+ '9ac7bf3d-c1d8-448d-9289-5a37d6fd18ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052832Z:9ac7bf3d-c1d8-448d-9289-5a37d6fd18ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10773',
+ 'x-ms-request-id',
+ '99b2790f-e347-459a-97a3-f00978466585',
+ 'x-ms-correlation-request-id',
+ '99b2790f-e347-459a-97a3-f00978466585',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052834Z:99b2790f-e347-459a-97a3-f00978466585',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10772',
+ 'x-ms-request-id',
+ 'ca6fcabb-1ada-40de-8fa1-11afea83955d',
+ 'x-ms-correlation-request-id',
+ 'ca6fcabb-1ada-40de-8fa1-11afea83955d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052836Z:ca6fcabb-1ada-40de-8fa1-11afea83955d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10771',
+ 'x-ms-request-id',
+ '4b49f5a3-11be-4400-bf91-af561d6a93d3',
+ 'x-ms-correlation-request-id',
+ '4b49f5a3-11be-4400-bf91-af561d6a93d3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052839Z:4b49f5a3-11be-4400-bf91-af561d6a93d3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10770',
+ 'x-ms-request-id',
+ 'e1863c37-24d9-4c41-9d55-ac5ee155755d',
+ 'x-ms-correlation-request-id',
+ 'e1863c37-24d9-4c41-9d55-ac5ee155755d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052841Z:e1863c37-24d9-4c41-9d55-ac5ee155755d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10769',
+ 'x-ms-request-id',
+ '14edd5da-6b0c-40f9-909c-576ae034c32d',
+ 'x-ms-correlation-request-id',
+ '14edd5da-6b0c-40f9-909c-576ae034c32d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052843Z:14edd5da-6b0c-40f9-909c-576ae034c32d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10768',
+ 'x-ms-request-id',
+ '6dd99527-a8a8-448c-9a65-b432230bfa28',
+ 'x-ms-correlation-request-id',
+ '6dd99527-a8a8-448c-9a65-b432230bfa28',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052846Z:6dd99527-a8a8-448c-9a65-b432230bfa28',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10767',
+ 'x-ms-request-id',
+ '7a80efe9-558a-418d-b156-cf7e45dd2cee',
+ 'x-ms-correlation-request-id',
+ '7a80efe9-558a-418d-b156-cf7e45dd2cee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052848Z:7a80efe9-558a-418d-b156-cf7e45dd2cee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10766',
+ 'x-ms-request-id',
+ '1ccc673a-a09e-4e64-b358-4cca46fd0756',
+ 'x-ms-correlation-request-id',
+ '1ccc673a-a09e-4e64-b358-4cca46fd0756',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052850Z:1ccc673a-a09e-4e64-b358-4cca46fd0756',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10765',
+ 'x-ms-request-id',
+ 'd211563c-fa34-4c4c-b445-eddbb9295046',
+ 'x-ms-correlation-request-id',
+ 'd211563c-fa34-4c4c-b445-eddbb9295046',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052853Z:d211563c-fa34-4c4c-b445-eddbb9295046',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10764',
+ 'x-ms-request-id',
+ 'e56d74d0-ac7f-4986-aa15-62ddce828053',
+ 'x-ms-correlation-request-id',
+ 'e56d74d0-ac7f-4986-aa15-62ddce828053',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052855Z:e56d74d0-ac7f-4986-aa15-62ddce828053',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10763',
+ 'x-ms-request-id',
+ '744ca1b5-8aa1-444d-81f9-178b756daa42',
+ 'x-ms-correlation-request-id',
+ '744ca1b5-8aa1-444d-81f9-178b756daa42',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052857Z:744ca1b5-8aa1-444d-81f9-178b756daa42',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10762',
+ 'x-ms-request-id',
+ 'e0af570e-81f8-4a38-ad99-5109e2b0df88',
+ 'x-ms-correlation-request-id',
+ 'e0af570e-81f8-4a38-ad99-5109e2b0df88',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052900Z:e0af570e-81f8-4a38-ad99-5109e2b0df88',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:28:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10761',
+ 'x-ms-request-id',
+ '5582c33c-fadd-4c21-98ce-2d4fd6632c53',
+ 'x-ms-correlation-request-id',
+ '5582c33c-fadd-4c21-98ce-2d4fd6632c53',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052902Z:5582c33c-fadd-4c21-98ce-2d4fd6632c53',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10760',
+ 'x-ms-request-id',
+ '2c9250f0-89a1-46f6-a6b6-83c620ac8f1d',
+ 'x-ms-correlation-request-id',
+ '2c9250f0-89a1-46f6-a6b6-83c620ac8f1d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052904Z:2c9250f0-89a1-46f6-a6b6-83c620ac8f1d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10759',
+ 'x-ms-request-id',
+ 'eaf2b83b-a4fd-427a-aa54-5ec4c7706fa8',
+ 'x-ms-correlation-request-id',
+ 'eaf2b83b-a4fd-427a-aa54-5ec4c7706fa8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052906Z:eaf2b83b-a4fd-427a-aa54-5ec4c7706fa8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10758',
+ 'x-ms-request-id',
+ '8bec3120-7504-45e3-819d-5c543ff4bc2c',
+ 'x-ms-correlation-request-id',
+ '8bec3120-7504-45e3-819d-5c543ff4bc2c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052909Z:8bec3120-7504-45e3-819d-5c543ff4bc2c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10757',
+ 'x-ms-request-id',
+ '3f2db80f-99b0-43bc-a1e2-a44c1fc66dbb',
+ 'x-ms-correlation-request-id',
+ '3f2db80f-99b0-43bc-a1e2-a44c1fc66dbb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052911Z:3f2db80f-99b0-43bc-a1e2-a44c1fc66dbb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10756',
+ 'x-ms-request-id',
+ '4a3a2e68-28ef-4699-9a1a-430038e8b5b5',
+ 'x-ms-correlation-request-id',
+ '4a3a2e68-28ef-4699-9a1a-430038e8b5b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052913Z:4a3a2e68-28ef-4699-9a1a-430038e8b5b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10755',
+ 'x-ms-request-id',
+ 'e83a07c6-20de-472b-b1ee-3f3ff9a05eb5',
+ 'x-ms-correlation-request-id',
+ 'e83a07c6-20de-472b-b1ee-3f3ff9a05eb5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052916Z:e83a07c6-20de-472b-b1ee-3f3ff9a05eb5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10754',
+ 'x-ms-request-id',
+ '6cd8c2ce-93d5-4dab-afb8-ecf9e3bd210f',
+ 'x-ms-correlation-request-id',
+ '6cd8c2ce-93d5-4dab-afb8-ecf9e3bd210f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052918Z:6cd8c2ce-93d5-4dab-afb8-ecf9e3bd210f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10753',
+ 'x-ms-request-id',
+ '7e7678f2-3946-4b31-a9cc-35b723e5409c',
+ 'x-ms-correlation-request-id',
+ '7e7678f2-3946-4b31-a9cc-35b723e5409c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052920Z:7e7678f2-3946-4b31-a9cc-35b723e5409c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10752',
+ 'x-ms-request-id',
+ 'd24e7b11-cc30-43cb-84ce-4927bcae3ccc',
+ 'x-ms-correlation-request-id',
+ 'd24e7b11-cc30-43cb-84ce-4927bcae3ccc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052923Z:d24e7b11-cc30-43cb-84ce-4927bcae3ccc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10751',
+ 'x-ms-request-id',
+ '222e7dbf-d220-48ea-9d4d-aaf49fa8dd71',
+ 'x-ms-correlation-request-id',
+ '222e7dbf-d220-48ea-9d4d-aaf49fa8dd71',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052925Z:222e7dbf-d220-48ea-9d4d-aaf49fa8dd71',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10750',
+ 'x-ms-request-id',
+ 'b6c55c59-6fde-4c73-b79c-a499899b944f',
+ 'x-ms-correlation-request-id',
+ 'b6c55c59-6fde-4c73-b79c-a499899b944f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052927Z:b6c55c59-6fde-4c73-b79c-a499899b944f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10749',
+ 'x-ms-request-id',
+ '9786e0cf-fb44-4452-91ba-304de32ccc1a',
+ 'x-ms-correlation-request-id',
+ '9786e0cf-fb44-4452-91ba-304de32ccc1a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052930Z:9786e0cf-fb44-4452-91ba-304de32ccc1a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10748',
+ 'x-ms-request-id',
+ 'aec6b5c6-0348-4e00-8b31-5ee4f6041eb4',
+ 'x-ms-correlation-request-id',
+ 'aec6b5c6-0348-4e00-8b31-5ee4f6041eb4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052932Z:aec6b5c6-0348-4e00-8b31-5ee4f6041eb4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10747',
+ 'x-ms-request-id',
+ 'fe7fd646-c42d-4a54-8fba-7c14d64b5700',
+ 'x-ms-correlation-request-id',
+ 'fe7fd646-c42d-4a54-8fba-7c14d64b5700',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052934Z:fe7fd646-c42d-4a54-8fba-7c14d64b5700',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10746',
+ 'x-ms-request-id',
+ '75604a28-8e11-4622-adfe-17c9fa3de780',
+ 'x-ms-correlation-request-id',
+ '75604a28-8e11-4622-adfe-17c9fa3de780',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052937Z:75604a28-8e11-4622-adfe-17c9fa3de780',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10745',
+ 'x-ms-request-id',
+ '5988ffe8-e291-4970-bee8-b8e3add26656',
+ 'x-ms-correlation-request-id',
+ '5988ffe8-e291-4970-bee8-b8e3add26656',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052939Z:5988ffe8-e291-4970-bee8-b8e3add26656',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10744',
+ 'x-ms-request-id',
+ 'eeada4bd-d89c-431a-83f1-df5722b6403a',
+ 'x-ms-correlation-request-id',
+ 'eeada4bd-d89c-431a-83f1-df5722b6403a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052941Z:eeada4bd-d89c-431a-83f1-df5722b6403a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10743',
+ 'x-ms-request-id',
+ 'f8e49747-38c9-4658-9de9-f983b1f6c3d7',
+ 'x-ms-correlation-request-id',
+ 'f8e49747-38c9-4658-9de9-f983b1f6c3d7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052944Z:f8e49747-38c9-4658-9de9-f983b1f6c3d7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10742',
+ 'x-ms-request-id',
+ '39b32ff7-f0d2-4ded-98ed-03bcb48c4752',
+ 'x-ms-correlation-request-id',
+ '39b32ff7-f0d2-4ded-98ed-03bcb48c4752',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052946Z:39b32ff7-f0d2-4ded-98ed-03bcb48c4752',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10741',
+ 'x-ms-request-id',
+ 'cc0b8d81-dd43-4e6c-9fdd-b39b48772846',
+ 'x-ms-correlation-request-id',
+ 'cc0b8d81-dd43-4e6c-9fdd-b39b48772846',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052948Z:cc0b8d81-dd43-4e6c-9fdd-b39b48772846',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10740',
+ 'x-ms-request-id',
+ '390e7098-f9b2-48d8-a52c-82c44ac02c03',
+ 'x-ms-correlation-request-id',
+ '390e7098-f9b2-48d8-a52c-82c44ac02c03',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052951Z:390e7098-f9b2-48d8-a52c-82c44ac02c03',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10739',
+ 'x-ms-request-id',
+ 'b777fdb5-35b9-42ac-9ff6-0f44d722eafe',
+ 'x-ms-correlation-request-id',
+ 'b777fdb5-35b9-42ac-9ff6-0f44d722eafe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052953Z:b777fdb5-35b9-42ac-9ff6-0f44d722eafe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10738',
+ 'x-ms-request-id',
+ 'bfb643c4-a4ec-488c-8a2d-046ee6bcffdd',
+ 'x-ms-correlation-request-id',
+ 'bfb643c4-a4ec-488c-8a2d-046ee6bcffdd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052955Z:bfb643c4-a4ec-488c-8a2d-046ee6bcffdd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10737',
+ 'x-ms-request-id',
+ 'dd54728a-bbc1-451b-82a4-e133e366078c',
+ 'x-ms-correlation-request-id',
+ 'dd54728a-bbc1-451b-82a4-e133e366078c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052958Z:dd54728a-bbc1-451b-82a4-e133e366078c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10736',
+ 'x-ms-request-id',
+ '06e06f78-4b24-4763-9fc6-827d4d9e944d',
+ 'x-ms-correlation-request-id',
+ '06e06f78-4b24-4763-9fc6-827d4d9e944d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053000Z:06e06f78-4b24-4763-9fc6-827d4d9e944d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:29:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10735',
+ 'x-ms-request-id',
+ '1caf0e9c-1c27-4346-9f63-daba53227639',
+ 'x-ms-correlation-request-id',
+ '1caf0e9c-1c27-4346-9f63-daba53227639',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053002Z:1caf0e9c-1c27-4346-9f63-daba53227639',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10734',
+ 'x-ms-request-id',
+ '669b7380-1dcb-457c-ae72-2cdedf245c62',
+ 'x-ms-correlation-request-id',
+ '669b7380-1dcb-457c-ae72-2cdedf245c62',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053004Z:669b7380-1dcb-457c-ae72-2cdedf245c62',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10733',
+ 'x-ms-request-id',
+ '9c9105a6-09b9-4d82-81fe-06fa8c8eed2d',
+ 'x-ms-correlation-request-id',
+ '9c9105a6-09b9-4d82-81fe-06fa8c8eed2d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053007Z:9c9105a6-09b9-4d82-81fe-06fa8c8eed2d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10732',
+ 'x-ms-request-id',
+ '2aeaea78-aec6-47e1-9dd3-389f6e424185',
+ 'x-ms-correlation-request-id',
+ '2aeaea78-aec6-47e1-9dd3-389f6e424185',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053009Z:2aeaea78-aec6-47e1-9dd3-389f6e424185',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10731',
+ 'x-ms-request-id',
+ '3b739ad3-69ce-4aae-b99b-34b6e26dfb89',
+ 'x-ms-correlation-request-id',
+ '3b739ad3-69ce-4aae-b99b-34b6e26dfb89',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053011Z:3b739ad3-69ce-4aae-b99b-34b6e26dfb89',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10730',
+ 'x-ms-request-id',
+ '88c30c70-c23f-4f7d-9ba0-88473985be3f',
+ 'x-ms-correlation-request-id',
+ '88c30c70-c23f-4f7d-9ba0-88473985be3f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053014Z:88c30c70-c23f-4f7d-9ba0-88473985be3f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10729',
+ 'x-ms-request-id',
+ 'ea9d8b4f-20d4-476f-a3ba-ab118eef2138',
+ 'x-ms-correlation-request-id',
+ 'ea9d8b4f-20d4-476f-a3ba-ab118eef2138',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053016Z:ea9d8b4f-20d4-476f-a3ba-ab118eef2138',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10728',
+ 'x-ms-request-id',
+ '5b9add2e-b27f-4e37-9119-a3ef831e416c',
+ 'x-ms-correlation-request-id',
+ '5b9add2e-b27f-4e37-9119-a3ef831e416c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053018Z:5b9add2e-b27f-4e37-9119-a3ef831e416c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10727',
+ 'x-ms-request-id',
+ '995301a3-3c63-463e-b893-fae0087fccba',
+ 'x-ms-correlation-request-id',
+ '995301a3-3c63-463e-b893-fae0087fccba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053021Z:995301a3-3c63-463e-b893-fae0087fccba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10726',
+ 'x-ms-request-id',
+ '3f79f25e-22c8-473e-b804-ae9c78813a9c',
+ 'x-ms-correlation-request-id',
+ '3f79f25e-22c8-473e-b804-ae9c78813a9c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053023Z:3f79f25e-22c8-473e-b804-ae9c78813a9c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10725',
+ 'x-ms-request-id',
+ 'b15baaab-899d-4bee-91c9-2b1efc1ff20b',
+ 'x-ms-correlation-request-id',
+ 'b15baaab-899d-4bee-91c9-2b1efc1ff20b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053025Z:b15baaab-899d-4bee-91c9-2b1efc1ff20b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10724',
+ 'x-ms-request-id',
+ 'd5442515-54d1-4fec-ba66-8effc5ce1b28',
+ 'x-ms-correlation-request-id',
+ 'd5442515-54d1-4fec-ba66-8effc5ce1b28',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053028Z:d5442515-54d1-4fec-ba66-8effc5ce1b28',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10723',
+ 'x-ms-request-id',
+ '03561bdd-e468-4830-b5c0-84c18e5a51f7',
+ 'x-ms-correlation-request-id',
+ '03561bdd-e468-4830-b5c0-84c18e5a51f7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053030Z:03561bdd-e468-4830-b5c0-84c18e5a51f7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10722',
+ 'x-ms-request-id',
+ '2183b7cd-eb28-4c87-9dd6-4cc355793d1a',
+ 'x-ms-correlation-request-id',
+ '2183b7cd-eb28-4c87-9dd6-4cc355793d1a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053032Z:2183b7cd-eb28-4c87-9dd6-4cc355793d1a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10721',
+ 'x-ms-request-id',
+ '692e6442-bd1a-4784-8800-0edae2bd4af9',
+ 'x-ms-correlation-request-id',
+ '692e6442-bd1a-4784-8800-0edae2bd4af9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053035Z:692e6442-bd1a-4784-8800-0edae2bd4af9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10720',
+ 'x-ms-request-id',
+ '74170ef2-3020-496e-afe6-091416d5badf',
+ 'x-ms-correlation-request-id',
+ '74170ef2-3020-496e-afe6-091416d5badf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053037Z:74170ef2-3020-496e-afe6-091416d5badf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10719',
+ 'x-ms-request-id',
+ '8dc76170-05ec-43cb-884b-972ea71a4fca',
+ 'x-ms-correlation-request-id',
+ '8dc76170-05ec-43cb-884b-972ea71a4fca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053039Z:8dc76170-05ec-43cb-884b-972ea71a4fca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10718',
+ 'x-ms-request-id',
+ '048662f1-28c4-4c01-bd60-747b988f71d4',
+ 'x-ms-correlation-request-id',
+ '048662f1-28c4-4c01-bd60-747b988f71d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053042Z:048662f1-28c4-4c01-bd60-747b988f71d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10717',
+ 'x-ms-request-id',
+ '3126f686-48fb-454b-955c-68a250b91046',
+ 'x-ms-correlation-request-id',
+ '3126f686-48fb-454b-955c-68a250b91046',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053044Z:3126f686-48fb-454b-955c-68a250b91046',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10716',
+ 'x-ms-request-id',
+ 'f5278748-9e68-48df-86c8-88104988620c',
+ 'x-ms-correlation-request-id',
+ 'f5278748-9e68-48df-86c8-88104988620c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053046Z:f5278748-9e68-48df-86c8-88104988620c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10715',
+ 'x-ms-request-id',
+ '2ba49cf1-d8c2-4d40-bba4-b6647d8a2783',
+ 'x-ms-correlation-request-id',
+ '2ba49cf1-d8c2-4d40-bba4-b6647d8a2783',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053049Z:2ba49cf1-d8c2-4d40-bba4-b6647d8a2783',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10714',
+ 'x-ms-request-id',
+ '94695707-8524-44b4-b56e-67c5ca716304',
+ 'x-ms-correlation-request-id',
+ '94695707-8524-44b4-b56e-67c5ca716304',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053051Z:94695707-8524-44b4-b56e-67c5ca716304',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10713',
+ 'x-ms-request-id',
+ '543bb540-8301-4fb7-8370-88abadb8a715',
+ 'x-ms-correlation-request-id',
+ '543bb540-8301-4fb7-8370-88abadb8a715',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053053Z:543bb540-8301-4fb7-8370-88abadb8a715',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10712',
+ 'x-ms-request-id',
+ 'c6511483-e903-45dd-8436-8bff8dc7757a',
+ 'x-ms-correlation-request-id',
+ 'c6511483-e903-45dd-8436-8bff8dc7757a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053056Z:c6511483-e903-45dd-8436-8bff8dc7757a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10711',
+ 'x-ms-request-id',
+ 'c4bcf288-ce54-49e2-a097-58d19c702501',
+ 'x-ms-correlation-request-id',
+ 'c4bcf288-ce54-49e2-a097-58d19c702501',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053058Z:c4bcf288-ce54-49e2-a097-58d19c702501',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:30:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10710',
+ 'x-ms-request-id',
+ '29e17e3b-86d5-4d05-af76-ec697e5346f9',
+ 'x-ms-correlation-request-id',
+ '29e17e3b-86d5-4d05-af76-ec697e5346f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053100Z:29e17e3b-86d5-4d05-af76-ec697e5346f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10709',
+ 'x-ms-request-id',
+ '0c25a97b-dac4-43f8-a01b-a36a9e0173b9',
+ 'x-ms-correlation-request-id',
+ '0c25a97b-dac4-43f8-a01b-a36a9e0173b9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053103Z:0c25a97b-dac4-43f8-a01b-a36a9e0173b9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10708',
+ 'x-ms-request-id',
+ 'c7663fb8-ea8a-4ffb-a090-fb1cc8cd309c',
+ 'x-ms-correlation-request-id',
+ 'c7663fb8-ea8a-4ffb-a090-fb1cc8cd309c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053105Z:c7663fb8-ea8a-4ffb-a090-fb1cc8cd309c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10707',
+ 'x-ms-request-id',
+ '94806e9c-4c39-4bb3-9c20-5abebe31a958',
+ 'x-ms-correlation-request-id',
+ '94806e9c-4c39-4bb3-9c20-5abebe31a958',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053107Z:94806e9c-4c39-4bb3-9c20-5abebe31a958',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10706',
+ 'x-ms-request-id',
+ '8dcbb2da-3e1e-4111-be53-1fe26a153604',
+ 'x-ms-correlation-request-id',
+ '8dcbb2da-3e1e-4111-be53-1fe26a153604',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053110Z:8dcbb2da-3e1e-4111-be53-1fe26a153604',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10705',
+ 'x-ms-request-id',
+ '1ee73e8e-891e-4b0b-9d03-e1705fd338f5',
+ 'x-ms-correlation-request-id',
+ '1ee73e8e-891e-4b0b-9d03-e1705fd338f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053112Z:1ee73e8e-891e-4b0b-9d03-e1705fd338f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10704',
+ 'x-ms-request-id',
+ 'b80c8bdf-1027-4849-b35a-09e94f897061',
+ 'x-ms-correlation-request-id',
+ 'b80c8bdf-1027-4849-b35a-09e94f897061',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053114Z:b80c8bdf-1027-4849-b35a-09e94f897061',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10703',
+ 'x-ms-request-id',
+ '3a67be6f-0091-477d-8b7c-5b4b05e3ca47',
+ 'x-ms-correlation-request-id',
+ '3a67be6f-0091-477d-8b7c-5b4b05e3ca47',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053117Z:3a67be6f-0091-477d-8b7c-5b4b05e3ca47',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10702',
+ 'x-ms-request-id',
+ '223c9cb3-a926-4944-bf73-082ea340cf9f',
+ 'x-ms-correlation-request-id',
+ '223c9cb3-a926-4944-bf73-082ea340cf9f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053119Z:223c9cb3-a926-4944-bf73-082ea340cf9f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10701',
+ 'x-ms-request-id',
+ '25a2a32b-1fb1-49e4-b6a1-1b3fc31c6a6b',
+ 'x-ms-correlation-request-id',
+ '25a2a32b-1fb1-49e4-b6a1-1b3fc31c6a6b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053121Z:25a2a32b-1fb1-49e4-b6a1-1b3fc31c6a6b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10700',
+ 'x-ms-request-id',
+ 'baabb11c-eb59-479c-85a4-726952cf6d0c',
+ 'x-ms-correlation-request-id',
+ 'baabb11c-eb59-479c-85a4-726952cf6d0c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053124Z:baabb11c-eb59-479c-85a4-726952cf6d0c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10699',
+ 'x-ms-request-id',
+ 'd913ad0c-60c0-44cd-9de4-5ae4fbcd9b2b',
+ 'x-ms-correlation-request-id',
+ 'd913ad0c-60c0-44cd-9de4-5ae4fbcd9b2b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053126Z:d913ad0c-60c0-44cd-9de4-5ae4fbcd9b2b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10698',
+ 'x-ms-request-id',
+ '27e1a0c9-f763-4989-8f25-ef076a2f3460',
+ 'x-ms-correlation-request-id',
+ '27e1a0c9-f763-4989-8f25-ef076a2f3460',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053128Z:27e1a0c9-f763-4989-8f25-ef076a2f3460',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10697',
+ 'x-ms-request-id',
+ '34764ef6-c084-470e-8ef2-f94b0316f85d',
+ 'x-ms-correlation-request-id',
+ '34764ef6-c084-470e-8ef2-f94b0316f85d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053131Z:34764ef6-c084-470e-8ef2-f94b0316f85d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10696',
+ 'x-ms-request-id',
+ 'd05725d6-9001-4cff-83a4-5efbfe106e92',
+ 'x-ms-correlation-request-id',
+ 'd05725d6-9001-4cff-83a4-5efbfe106e92',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053133Z:d05725d6-9001-4cff-83a4-5efbfe106e92',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10695',
+ 'x-ms-request-id',
+ '48a0d609-a96d-4c28-b3a2-bfd918063ae7',
+ 'x-ms-correlation-request-id',
+ '48a0d609-a96d-4c28-b3a2-bfd918063ae7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053135Z:48a0d609-a96d-4c28-b3a2-bfd918063ae7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10694',
+ 'x-ms-request-id',
+ '55521aaf-b8f9-40c1-97a5-db29c2ca1b8e',
+ 'x-ms-correlation-request-id',
+ '55521aaf-b8f9-40c1-97a5-db29c2ca1b8e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053138Z:55521aaf-b8f9-40c1-97a5-db29c2ca1b8e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10693',
+ 'x-ms-request-id',
+ '7b5ccf82-6d48-4244-9240-5e9b0c9c7aa6',
+ 'x-ms-correlation-request-id',
+ '7b5ccf82-6d48-4244-9240-5e9b0c9c7aa6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053140Z:7b5ccf82-6d48-4244-9240-5e9b0c9c7aa6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10692',
+ 'x-ms-request-id',
+ 'caf8b9d3-1ff9-480d-97ad-145b953ac817',
+ 'x-ms-correlation-request-id',
+ 'caf8b9d3-1ff9-480d-97ad-145b953ac817',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053142Z:caf8b9d3-1ff9-480d-97ad-145b953ac817',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10691',
+ 'x-ms-request-id',
+ '2912543c-14bd-468e-a07e-59cbe3a0042c',
+ 'x-ms-correlation-request-id',
+ '2912543c-14bd-468e-a07e-59cbe3a0042c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053145Z:2912543c-14bd-468e-a07e-59cbe3a0042c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10690',
+ 'x-ms-request-id',
+ 'a9ddd846-9754-4984-9c2b-404d364746ce',
+ 'x-ms-correlation-request-id',
+ 'a9ddd846-9754-4984-9c2b-404d364746ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053147Z:a9ddd846-9754-4984-9c2b-404d364746ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10689',
+ 'x-ms-request-id',
+ 'bd28d4a2-84d5-4952-8f6b-cf79da43d140',
+ 'x-ms-correlation-request-id',
+ 'bd28d4a2-84d5-4952-8f6b-cf79da43d140',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053149Z:bd28d4a2-84d5-4952-8f6b-cf79da43d140',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10688',
+ 'x-ms-request-id',
+ '10dcf781-0a93-4a59-91b1-084321c039ee',
+ 'x-ms-correlation-request-id',
+ '10dcf781-0a93-4a59-91b1-084321c039ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053152Z:10dcf781-0a93-4a59-91b1-084321c039ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10687',
+ 'x-ms-request-id',
+ '3296f1df-797f-45b6-8a69-d82256b71e4c',
+ 'x-ms-correlation-request-id',
+ '3296f1df-797f-45b6-8a69-d82256b71e4c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053154Z:3296f1df-797f-45b6-8a69-d82256b71e4c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10686',
+ 'x-ms-request-id',
+ '38313378-2f18-465f-9ff2-086f18c16c87',
+ 'x-ms-correlation-request-id',
+ '38313378-2f18-465f-9ff2-086f18c16c87',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053156Z:38313378-2f18-465f-9ff2-086f18c16c87',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10685',
+ 'x-ms-request-id',
+ 'ace33c8e-fb9f-4797-8787-aaefcbb80748',
+ 'x-ms-correlation-request-id',
+ 'ace33c8e-fb9f-4797-8787-aaefcbb80748',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053159Z:ace33c8e-fb9f-4797-8787-aaefcbb80748',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:31:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10684',
+ 'x-ms-request-id',
+ '3e8499c0-c8d7-47a5-ae1b-8de7cde48054',
+ 'x-ms-correlation-request-id',
+ '3e8499c0-c8d7-47a5-ae1b-8de7cde48054',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053201Z:3e8499c0-c8d7-47a5-ae1b-8de7cde48054',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10683',
+ 'x-ms-request-id',
+ '4ddc5aea-c8f8-4e40-8253-2cd541ab55c6',
+ 'x-ms-correlation-request-id',
+ '4ddc5aea-c8f8-4e40-8253-2cd541ab55c6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053203Z:4ddc5aea-c8f8-4e40-8253-2cd541ab55c6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10682',
+ 'x-ms-request-id',
+ '27d6318f-8ade-4c09-9a32-e890533c5d6c',
+ 'x-ms-correlation-request-id',
+ '27d6318f-8ade-4c09-9a32-e890533c5d6c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053205Z:27d6318f-8ade-4c09-9a32-e890533c5d6c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10681',
+ 'x-ms-request-id',
+ '035143ce-f5fc-4d0e-b4cc-85c779961ac2',
+ 'x-ms-correlation-request-id',
+ '035143ce-f5fc-4d0e-b4cc-85c779961ac2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053208Z:035143ce-f5fc-4d0e-b4cc-85c779961ac2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10680',
+ 'x-ms-request-id',
+ 'ac936c39-eb8a-43a6-80ce-03c86c0231c5',
+ 'x-ms-correlation-request-id',
+ 'ac936c39-eb8a-43a6-80ce-03c86c0231c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053210Z:ac936c39-eb8a-43a6-80ce-03c86c0231c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10679',
+ 'x-ms-request-id',
+ 'a90ee345-b438-4580-a92b-35f580dd121d',
+ 'x-ms-correlation-request-id',
+ 'a90ee345-b438-4580-a92b-35f580dd121d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053212Z:a90ee345-b438-4580-a92b-35f580dd121d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10678',
+ 'x-ms-request-id',
+ 'ebccaec4-da7d-458c-ac49-2c879577ae42',
+ 'x-ms-correlation-request-id',
+ 'ebccaec4-da7d-458c-ac49-2c879577ae42',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053215Z:ebccaec4-da7d-458c-ac49-2c879577ae42',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10677',
+ 'x-ms-request-id',
+ '7ba50e92-26b8-4819-a877-43a6c764360a',
+ 'x-ms-correlation-request-id',
+ '7ba50e92-26b8-4819-a877-43a6c764360a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053217Z:7ba50e92-26b8-4819-a877-43a6c764360a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10676',
+ 'x-ms-request-id',
+ '24930209-2f9d-4f5a-95ec-0ddb3fdfef50',
+ 'x-ms-correlation-request-id',
+ '24930209-2f9d-4f5a-95ec-0ddb3fdfef50',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053219Z:24930209-2f9d-4f5a-95ec-0ddb3fdfef50',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10675',
+ 'x-ms-request-id',
+ '6a6c9f7c-c38b-4092-a02c-0a0bc30bc7ef',
+ 'x-ms-correlation-request-id',
+ '6a6c9f7c-c38b-4092-a02c-0a0bc30bc7ef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053222Z:6a6c9f7c-c38b-4092-a02c-0a0bc30bc7ef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10674',
+ 'x-ms-request-id',
+ '9fb75c4f-8ef6-456d-8567-5b59afd0e8b9',
+ 'x-ms-correlation-request-id',
+ '9fb75c4f-8ef6-456d-8567-5b59afd0e8b9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053224Z:9fb75c4f-8ef6-456d-8567-5b59afd0e8b9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10673',
+ 'x-ms-request-id',
+ '74dff25a-8d67-4aea-89cc-82c60e8bfec1',
+ 'x-ms-correlation-request-id',
+ '74dff25a-8d67-4aea-89cc-82c60e8bfec1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053226Z:74dff25a-8d67-4aea-89cc-82c60e8bfec1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10672',
+ 'x-ms-request-id',
+ '86292895-f7bb-49e8-8767-e45ad24873c3',
+ 'x-ms-correlation-request-id',
+ '86292895-f7bb-49e8-8767-e45ad24873c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053229Z:86292895-f7bb-49e8-8767-e45ad24873c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10671',
+ 'x-ms-request-id',
+ '3543e0d3-7255-45fa-b9dd-376ec49390b4',
+ 'x-ms-correlation-request-id',
+ '3543e0d3-7255-45fa-b9dd-376ec49390b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053231Z:3543e0d3-7255-45fa-b9dd-376ec49390b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10670',
+ 'x-ms-request-id',
+ 'e76f5f7f-abb1-4a6e-b4f2-9dfa2c3d74b4',
+ 'x-ms-correlation-request-id',
+ 'e76f5f7f-abb1-4a6e-b4f2-9dfa2c3d74b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053233Z:e76f5f7f-abb1-4a6e-b4f2-9dfa2c3d74b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10669',
+ 'x-ms-request-id',
+ 'abcc01db-2270-4fcb-b6f0-59d0b029f14d',
+ 'x-ms-correlation-request-id',
+ 'abcc01db-2270-4fcb-b6f0-59d0b029f14d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053236Z:abcc01db-2270-4fcb-b6f0-59d0b029f14d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10668',
+ 'x-ms-request-id',
+ '934bc9e9-21b8-4792-b2a2-56dd477affc1',
+ 'x-ms-correlation-request-id',
+ '934bc9e9-21b8-4792-b2a2-56dd477affc1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053239Z:934bc9e9-21b8-4792-b2a2-56dd477affc1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10667',
+ 'x-ms-request-id',
+ 'a20e97ea-3e46-4d24-97a6-e135e78c47c2',
+ 'x-ms-correlation-request-id',
+ 'a20e97ea-3e46-4d24-97a6-e135e78c47c2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053241Z:a20e97ea-3e46-4d24-97a6-e135e78c47c2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10666',
+ 'x-ms-request-id',
+ '16635bad-a642-4085-a4cc-1de134e910eb',
+ 'x-ms-correlation-request-id',
+ '16635bad-a642-4085-a4cc-1de134e910eb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053243Z:16635bad-a642-4085-a4cc-1de134e910eb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10665',
+ 'x-ms-request-id',
+ 'ef85030f-a6e4-41fb-b718-1a65066c427a',
+ 'x-ms-correlation-request-id',
+ 'ef85030f-a6e4-41fb-b718-1a65066c427a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053246Z:ef85030f-a6e4-41fb-b718-1a65066c427a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10664',
+ 'x-ms-request-id',
+ '9a35528a-d72c-48ed-b9a8-0b25b91157ac',
+ 'x-ms-correlation-request-id',
+ '9a35528a-d72c-48ed-b9a8-0b25b91157ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053248Z:9a35528a-d72c-48ed-b9a8-0b25b91157ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10663',
+ 'x-ms-request-id',
+ '8195a6d8-3a7b-4f85-8762-a5623bccb659',
+ 'x-ms-correlation-request-id',
+ '8195a6d8-3a7b-4f85-8762-a5623bccb659',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053250Z:8195a6d8-3a7b-4f85-8762-a5623bccb659',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10662',
+ 'x-ms-request-id',
+ '3fe9a89e-f9b1-4bf6-af4f-4f2069a98ad9',
+ 'x-ms-correlation-request-id',
+ '3fe9a89e-f9b1-4bf6-af4f-4f2069a98ad9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053253Z:3fe9a89e-f9b1-4bf6-af4f-4f2069a98ad9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10661',
+ 'x-ms-request-id',
+ '4db36d17-eecc-4a84-b38f-4c0a6f1d47bf',
+ 'x-ms-correlation-request-id',
+ '4db36d17-eecc-4a84-b38f-4c0a6f1d47bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053255Z:4db36d17-eecc-4a84-b38f-4c0a6f1d47bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10660',
+ 'x-ms-request-id',
+ '11377f19-8b37-4f15-8684-77be23844f79',
+ 'x-ms-correlation-request-id',
+ '11377f19-8b37-4f15-8684-77be23844f79',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053257Z:11377f19-8b37-4f15-8684-77be23844f79',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10659',
+ 'x-ms-request-id',
+ 'e68e61d8-c9fc-4da5-b90a-11174eae494b',
+ 'x-ms-correlation-request-id',
+ 'e68e61d8-c9fc-4da5-b90a-11174eae494b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053300Z:e68e61d8-c9fc-4da5-b90a-11174eae494b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:32:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10658',
+ 'x-ms-request-id',
+ 'fa749a9c-9fb6-45e2-8e72-d5102d36d451',
+ 'x-ms-correlation-request-id',
+ 'fa749a9c-9fb6-45e2-8e72-d5102d36d451',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053302Z:fa749a9c-9fb6-45e2-8e72-d5102d36d451',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10657',
+ 'x-ms-request-id',
+ '7588d6cf-b932-4ca8-b633-750c9d0a9963',
+ 'x-ms-correlation-request-id',
+ '7588d6cf-b932-4ca8-b633-750c9d0a9963',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053304Z:7588d6cf-b932-4ca8-b633-750c9d0a9963',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10656',
+ 'x-ms-request-id',
+ '864d9246-f2b0-40f9-9707-683a6cb86d2a',
+ 'x-ms-correlation-request-id',
+ '864d9246-f2b0-40f9-9707-683a6cb86d2a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053307Z:864d9246-f2b0-40f9-9707-683a6cb86d2a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10655',
+ 'x-ms-request-id',
+ 'd053c961-46fb-429f-856c-e00f6b26f51d',
+ 'x-ms-correlation-request-id',
+ 'd053c961-46fb-429f-856c-e00f6b26f51d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053309Z:d053c961-46fb-429f-856c-e00f6b26f51d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10654',
+ 'x-ms-request-id',
+ 'c81171f6-0242-41da-8971-b934f89fc407',
+ 'x-ms-correlation-request-id',
+ 'c81171f6-0242-41da-8971-b934f89fc407',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053311Z:c81171f6-0242-41da-8971-b934f89fc407',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10653',
+ 'x-ms-request-id',
+ '2565e282-dc66-4e61-9235-94c17e35678e',
+ 'x-ms-correlation-request-id',
+ '2565e282-dc66-4e61-9235-94c17e35678e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053314Z:2565e282-dc66-4e61-9235-94c17e35678e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10652',
+ 'x-ms-request-id',
+ 'bb4c9f0b-b41b-4e2e-9303-4e6baba89f97',
+ 'x-ms-correlation-request-id',
+ 'bb4c9f0b-b41b-4e2e-9303-4e6baba89f97',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053316Z:bb4c9f0b-b41b-4e2e-9303-4e6baba89f97',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10651',
+ 'x-ms-request-id',
+ '27be37a4-77e3-41b9-9f4f-9cd0111f5ef2',
+ 'x-ms-correlation-request-id',
+ '27be37a4-77e3-41b9-9f4f-9cd0111f5ef2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053318Z:27be37a4-77e3-41b9-9f4f-9cd0111f5ef2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10650',
+ 'x-ms-request-id',
+ '5466a5d3-7bca-47ed-a3bf-8c19b21e9bf7',
+ 'x-ms-correlation-request-id',
+ '5466a5d3-7bca-47ed-a3bf-8c19b21e9bf7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053321Z:5466a5d3-7bca-47ed-a3bf-8c19b21e9bf7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10649',
+ 'x-ms-request-id',
+ 'd24a0b97-ada1-47d1-a7da-33fcccb2f338',
+ 'x-ms-correlation-request-id',
+ 'd24a0b97-ada1-47d1-a7da-33fcccb2f338',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053323Z:d24a0b97-ada1-47d1-a7da-33fcccb2f338',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10648',
+ 'x-ms-request-id',
+ '801599af-9ff5-4864-83f9-fa8821769624',
+ 'x-ms-correlation-request-id',
+ '801599af-9ff5-4864-83f9-fa8821769624',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053325Z:801599af-9ff5-4864-83f9-fa8821769624',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10647',
+ 'x-ms-request-id',
+ '718035a3-31f5-4780-bc3e-958934f9fd77',
+ 'x-ms-correlation-request-id',
+ '718035a3-31f5-4780-bc3e-958934f9fd77',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053328Z:718035a3-31f5-4780-bc3e-958934f9fd77',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10646',
+ 'x-ms-request-id',
+ '157c8482-5e1a-4b3b-a32d-54530a2c1596',
+ 'x-ms-correlation-request-id',
+ '157c8482-5e1a-4b3b-a32d-54530a2c1596',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053330Z:157c8482-5e1a-4b3b-a32d-54530a2c1596',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10645',
+ 'x-ms-request-id',
+ 'c926ad0e-0ef4-4c1d-b5bb-2c091014e610',
+ 'x-ms-correlation-request-id',
+ 'c926ad0e-0ef4-4c1d-b5bb-2c091014e610',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053332Z:c926ad0e-0ef4-4c1d-b5bb-2c091014e610',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10644',
+ 'x-ms-request-id',
+ 'a13a0924-3e1f-47a4-b29e-36bad2586cf8',
+ 'x-ms-correlation-request-id',
+ 'a13a0924-3e1f-47a4-b29e-36bad2586cf8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053334Z:a13a0924-3e1f-47a4-b29e-36bad2586cf8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10643',
+ 'x-ms-request-id',
+ '22b2d016-9d4e-44d1-8f0b-0c9ce81a623f',
+ 'x-ms-correlation-request-id',
+ '22b2d016-9d4e-44d1-8f0b-0c9ce81a623f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053337Z:22b2d016-9d4e-44d1-8f0b-0c9ce81a623f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10642',
+ 'x-ms-request-id',
+ '862ea86d-677f-4af1-81aa-43a89a442402',
+ 'x-ms-correlation-request-id',
+ '862ea86d-677f-4af1-81aa-43a89a442402',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053339Z:862ea86d-677f-4af1-81aa-43a89a442402',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10641',
+ 'x-ms-request-id',
+ '718496dc-c885-43ee-93ca-2ec95d282997',
+ 'x-ms-correlation-request-id',
+ '718496dc-c885-43ee-93ca-2ec95d282997',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053341Z:718496dc-c885-43ee-93ca-2ec95d282997',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10640',
+ 'x-ms-request-id',
+ '272e4dae-669f-45b5-8e0c-02b589c92a56',
+ 'x-ms-correlation-request-id',
+ '272e4dae-669f-45b5-8e0c-02b589c92a56',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053344Z:272e4dae-669f-45b5-8e0c-02b589c92a56',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10639',
+ 'x-ms-request-id',
+ 'cffe1862-868f-41c5-b955-3c4527be8a8c',
+ 'x-ms-correlation-request-id',
+ 'cffe1862-868f-41c5-b955-3c4527be8a8c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053346Z:cffe1862-868f-41c5-b955-3c4527be8a8c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10638',
+ 'x-ms-request-id',
+ 'f9ebe163-552c-4dae-9b56-a28a4e1f1a70',
+ 'x-ms-correlation-request-id',
+ 'f9ebe163-552c-4dae-9b56-a28a4e1f1a70',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053348Z:f9ebe163-552c-4dae-9b56-a28a4e1f1a70',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10637',
+ 'x-ms-request-id',
+ '97c449f4-be8e-4115-bf0f-e6bc5b006a36',
+ 'x-ms-correlation-request-id',
+ '97c449f4-be8e-4115-bf0f-e6bc5b006a36',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053351Z:97c449f4-be8e-4115-bf0f-e6bc5b006a36',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10636',
+ 'x-ms-request-id',
+ '650cff7b-99f8-4755-a312-166193330f6a',
+ 'x-ms-correlation-request-id',
+ '650cff7b-99f8-4755-a312-166193330f6a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053353Z:650cff7b-99f8-4755-a312-166193330f6a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10635',
+ 'x-ms-request-id',
+ '2b40eb90-68b1-4f29-a0d7-e2ce76174972',
+ 'x-ms-correlation-request-id',
+ '2b40eb90-68b1-4f29-a0d7-e2ce76174972',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053355Z:2b40eb90-68b1-4f29-a0d7-e2ce76174972',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10634',
+ 'x-ms-request-id',
+ 'e4bea771-61c2-4c9b-99a8-667c4a16859f',
+ 'x-ms-correlation-request-id',
+ 'e4bea771-61c2-4c9b-99a8-667c4a16859f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053358Z:e4bea771-61c2-4c9b-99a8-667c4a16859f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:33:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10633',
+ 'x-ms-request-id',
+ '34d74687-eb2b-4d7f-90d0-a6520fd8e58e',
+ 'x-ms-correlation-request-id',
+ '34d74687-eb2b-4d7f-90d0-a6520fd8e58e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053402Z:34d74687-eb2b-4d7f-90d0-a6520fd8e58e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10632',
+ 'x-ms-request-id',
+ 'ba0bd1f5-5d5a-40c9-8170-b251216c6d4f',
+ 'x-ms-correlation-request-id',
+ 'ba0bd1f5-5d5a-40c9-8170-b251216c6d4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053404Z:ba0bd1f5-5d5a-40c9-8170-b251216c6d4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10631',
+ 'x-ms-request-id',
+ 'eed458b0-4a1b-4798-9c15-d63e4f3e258e',
+ 'x-ms-correlation-request-id',
+ 'eed458b0-4a1b-4798-9c15-d63e4f3e258e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053407Z:eed458b0-4a1b-4798-9c15-d63e4f3e258e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10630',
+ 'x-ms-request-id',
+ 'e7dc2e69-5477-4d5f-a5ca-a77ad495e5a3',
+ 'x-ms-correlation-request-id',
+ 'e7dc2e69-5477-4d5f-a5ca-a77ad495e5a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053409Z:e7dc2e69-5477-4d5f-a5ca-a77ad495e5a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10629',
+ 'x-ms-request-id',
+ '25f49e48-3bc6-471d-9e5c-9b294c5849f0',
+ 'x-ms-correlation-request-id',
+ '25f49e48-3bc6-471d-9e5c-9b294c5849f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053411Z:25f49e48-3bc6-471d-9e5c-9b294c5849f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10628',
+ 'x-ms-request-id',
+ 'd68250eb-2a2d-4921-9498-6342dbbe5b4f',
+ 'x-ms-correlation-request-id',
+ 'd68250eb-2a2d-4921-9498-6342dbbe5b4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053414Z:d68250eb-2a2d-4921-9498-6342dbbe5b4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10627',
+ 'x-ms-request-id',
+ 'bc298948-7458-4073-babf-9768070e4178',
+ 'x-ms-correlation-request-id',
+ 'bc298948-7458-4073-babf-9768070e4178',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053416Z:bc298948-7458-4073-babf-9768070e4178',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10626',
+ 'x-ms-request-id',
+ 'c5e5b448-6ff6-402b-b0e6-29d491f758bd',
+ 'x-ms-correlation-request-id',
+ 'c5e5b448-6ff6-402b-b0e6-29d491f758bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053418Z:c5e5b448-6ff6-402b-b0e6-29d491f758bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10625',
+ 'x-ms-request-id',
+ '5c3a0d68-37b1-468a-a3f3-013a663a067e',
+ 'x-ms-correlation-request-id',
+ '5c3a0d68-37b1-468a-a3f3-013a663a067e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053421Z:5c3a0d68-37b1-468a-a3f3-013a663a067e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10624',
+ 'x-ms-request-id',
+ '7a6f552e-3dce-484c-a92c-099b4d1e0998',
+ 'x-ms-correlation-request-id',
+ '7a6f552e-3dce-484c-a92c-099b4d1e0998',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053423Z:7a6f552e-3dce-484c-a92c-099b4d1e0998',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10623',
+ 'x-ms-request-id',
+ '3db29b2b-1aaf-4c78-a783-d921fa8eb2ae',
+ 'x-ms-correlation-request-id',
+ '3db29b2b-1aaf-4c78-a783-d921fa8eb2ae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053425Z:3db29b2b-1aaf-4c78-a783-d921fa8eb2ae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10622',
+ 'x-ms-request-id',
+ 'ed600d64-28e7-4977-ac42-a5a04524cad8',
+ 'x-ms-correlation-request-id',
+ 'ed600d64-28e7-4977-ac42-a5a04524cad8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053428Z:ed600d64-28e7-4977-ac42-a5a04524cad8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10621',
+ 'x-ms-request-id',
+ '35f10b82-d12f-48d3-9591-a3272be888f9',
+ 'x-ms-correlation-request-id',
+ '35f10b82-d12f-48d3-9591-a3272be888f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053430Z:35f10b82-d12f-48d3-9591-a3272be888f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10620',
+ 'x-ms-request-id',
+ '26a04f96-f3e7-4a9c-a7be-9248904634a0',
+ 'x-ms-correlation-request-id',
+ '26a04f96-f3e7-4a9c-a7be-9248904634a0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053432Z:26a04f96-f3e7-4a9c-a7be-9248904634a0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10619',
+ 'x-ms-request-id',
+ '9d611040-8a11-42fa-9aba-3ba8617815f6',
+ 'x-ms-correlation-request-id',
+ '9d611040-8a11-42fa-9aba-3ba8617815f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053435Z:9d611040-8a11-42fa-9aba-3ba8617815f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10618',
+ 'x-ms-request-id',
+ '89eb8731-dd8e-494f-8a04-ba249a14598e',
+ 'x-ms-correlation-request-id',
+ '89eb8731-dd8e-494f-8a04-ba249a14598e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053437Z:89eb8731-dd8e-494f-8a04-ba249a14598e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10617',
+ 'x-ms-request-id',
+ '4f6bd0cf-2bf4-45c0-b35f-5b44e304f2a6',
+ 'x-ms-correlation-request-id',
+ '4f6bd0cf-2bf4-45c0-b35f-5b44e304f2a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053439Z:4f6bd0cf-2bf4-45c0-b35f-5b44e304f2a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10616',
+ 'x-ms-request-id',
+ '89442bd4-bb17-46a9-8240-34d217b19591',
+ 'x-ms-correlation-request-id',
+ '89442bd4-bb17-46a9-8240-34d217b19591',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053442Z:89442bd4-bb17-46a9-8240-34d217b19591',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10615',
+ 'x-ms-request-id',
+ '3cf01724-e194-4404-b7fa-0dda0dbdcc50',
+ 'x-ms-correlation-request-id',
+ '3cf01724-e194-4404-b7fa-0dda0dbdcc50',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053444Z:3cf01724-e194-4404-b7fa-0dda0dbdcc50',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10614',
+ 'x-ms-request-id',
+ '01b84e42-cdb0-4e4e-8300-225367e53a2e',
+ 'x-ms-correlation-request-id',
+ '01b84e42-cdb0-4e4e-8300-225367e53a2e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053446Z:01b84e42-cdb0-4e4e-8300-225367e53a2e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10613',
+ 'x-ms-request-id',
+ '8d4b6a45-fbb0-41ce-8b55-7d881d8629c4',
+ 'x-ms-correlation-request-id',
+ '8d4b6a45-fbb0-41ce-8b55-7d881d8629c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053449Z:8d4b6a45-fbb0-41ce-8b55-7d881d8629c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10612',
+ 'x-ms-request-id',
+ 'fa3bf210-641e-44a6-bfcc-cda89b1948d8',
+ 'x-ms-correlation-request-id',
+ 'fa3bf210-641e-44a6-bfcc-cda89b1948d8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053451Z:fa3bf210-641e-44a6-bfcc-cda89b1948d8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10611',
+ 'x-ms-request-id',
+ '81154b48-cae7-4a86-ba4a-9f14dfcfb6a9',
+ 'x-ms-correlation-request-id',
+ '81154b48-cae7-4a86-ba4a-9f14dfcfb6a9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053453Z:81154b48-cae7-4a86-ba4a-9f14dfcfb6a9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10610',
+ 'x-ms-request-id',
+ 'f5d5b038-8525-4e90-ac42-b7073eaa8936',
+ 'x-ms-correlation-request-id',
+ 'f5d5b038-8525-4e90-ac42-b7073eaa8936',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053456Z:f5d5b038-8525-4e90-ac42-b7073eaa8936',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10609',
+ 'x-ms-request-id',
+ 'b7265a92-109a-4b53-a5c0-8a87424c854f',
+ 'x-ms-correlation-request-id',
+ 'b7265a92-109a-4b53-a5c0-8a87424c854f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053458Z:b7265a92-109a-4b53-a5c0-8a87424c854f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:34:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10608',
+ 'x-ms-request-id',
+ '300b5694-abb1-466f-a381-8dd6b023fcc7',
+ 'x-ms-correlation-request-id',
+ '300b5694-abb1-466f-a381-8dd6b023fcc7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053500Z:300b5694-abb1-466f-a381-8dd6b023fcc7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10607',
+ 'x-ms-request-id',
+ '9038a1f2-75b5-4b80-9885-fbf200e1d22c',
+ 'x-ms-correlation-request-id',
+ '9038a1f2-75b5-4b80-9885-fbf200e1d22c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053503Z:9038a1f2-75b5-4b80-9885-fbf200e1d22c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10606',
+ 'x-ms-request-id',
+ '37d496eb-e9e9-4054-965c-4fe5ca764332',
+ 'x-ms-correlation-request-id',
+ '37d496eb-e9e9-4054-965c-4fe5ca764332',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053505Z:37d496eb-e9e9-4054-965c-4fe5ca764332',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10605',
+ 'x-ms-request-id',
+ '9a8fb51e-7734-4204-aea9-ddebe1de4d90',
+ 'x-ms-correlation-request-id',
+ '9a8fb51e-7734-4204-aea9-ddebe1de4d90',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053507Z:9a8fb51e-7734-4204-aea9-ddebe1de4d90',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10604',
+ 'x-ms-request-id',
+ 'e9e09060-0f35-4390-91c6-6fbd46574958',
+ 'x-ms-correlation-request-id',
+ 'e9e09060-0f35-4390-91c6-6fbd46574958',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053510Z:e9e09060-0f35-4390-91c6-6fbd46574958',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10603',
+ 'x-ms-request-id',
+ '46f6f848-8a07-483f-9fe3-5115c235551d',
+ 'x-ms-correlation-request-id',
+ '46f6f848-8a07-483f-9fe3-5115c235551d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053512Z:46f6f848-8a07-483f-9fe3-5115c235551d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10602',
+ 'x-ms-request-id',
+ '9b6b8aac-ea8e-43e1-8788-de03f2b004a8',
+ 'x-ms-correlation-request-id',
+ '9b6b8aac-ea8e-43e1-8788-de03f2b004a8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053514Z:9b6b8aac-ea8e-43e1-8788-de03f2b004a8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10601',
+ 'x-ms-request-id',
+ '97ba5685-ee8f-40a8-b2b2-dccaf88041e0',
+ 'x-ms-correlation-request-id',
+ '97ba5685-ee8f-40a8-b2b2-dccaf88041e0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053517Z:97ba5685-ee8f-40a8-b2b2-dccaf88041e0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10600',
+ 'x-ms-request-id',
+ '4b4e451a-c417-422b-b5f7-a024409a3f4f',
+ 'x-ms-correlation-request-id',
+ '4b4e451a-c417-422b-b5f7-a024409a3f4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053519Z:4b4e451a-c417-422b-b5f7-a024409a3f4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10599',
+ 'x-ms-request-id',
+ '783db10b-1372-4221-8455-9979c1191b4d',
+ 'x-ms-correlation-request-id',
+ '783db10b-1372-4221-8455-9979c1191b4d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053521Z:783db10b-1372-4221-8455-9979c1191b4d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10598',
+ 'x-ms-request-id',
+ '15f8cb8f-0df4-4d17-8337-3860ffd801fa',
+ 'x-ms-correlation-request-id',
+ '15f8cb8f-0df4-4d17-8337-3860ffd801fa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053524Z:15f8cb8f-0df4-4d17-8337-3860ffd801fa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10597',
+ 'x-ms-request-id',
+ 'bda2b07b-d05e-4528-81e7-a8a6e66c63ea',
+ 'x-ms-correlation-request-id',
+ 'bda2b07b-d05e-4528-81e7-a8a6e66c63ea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053526Z:bda2b07b-d05e-4528-81e7-a8a6e66c63ea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10596',
+ 'x-ms-request-id',
+ 'd1aa586a-1b07-48f0-ac5d-2046ed7569e5',
+ 'x-ms-correlation-request-id',
+ 'd1aa586a-1b07-48f0-ac5d-2046ed7569e5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053528Z:d1aa586a-1b07-48f0-ac5d-2046ed7569e5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10595',
+ 'x-ms-request-id',
+ 'bd8ed3d0-47d0-4e0f-889c-4fdfa00f4a76',
+ 'x-ms-correlation-request-id',
+ 'bd8ed3d0-47d0-4e0f-889c-4fdfa00f4a76',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053531Z:bd8ed3d0-47d0-4e0f-889c-4fdfa00f4a76',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10594',
+ 'x-ms-request-id',
+ '4a886024-8252-4aa2-b535-f095b6716d3c',
+ 'x-ms-correlation-request-id',
+ '4a886024-8252-4aa2-b535-f095b6716d3c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053533Z:4a886024-8252-4aa2-b535-f095b6716d3c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10593',
+ 'x-ms-request-id',
+ '93f53eed-c931-4b26-a02d-4106f077c6ce',
+ 'x-ms-correlation-request-id',
+ '93f53eed-c931-4b26-a02d-4106f077c6ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053535Z:93f53eed-c931-4b26-a02d-4106f077c6ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10592',
+ 'x-ms-request-id',
+ 'e51c2ebd-9975-431c-ba45-62a25f7066be',
+ 'x-ms-correlation-request-id',
+ 'e51c2ebd-9975-431c-ba45-62a25f7066be',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053537Z:e51c2ebd-9975-431c-ba45-62a25f7066be',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10591',
+ 'x-ms-request-id',
+ 'ee0007a1-3cc7-4878-83f6-146e39aced57',
+ 'x-ms-correlation-request-id',
+ 'ee0007a1-3cc7-4878-83f6-146e39aced57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053540Z:ee0007a1-3cc7-4878-83f6-146e39aced57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10590',
+ 'x-ms-request-id',
+ '50d3cc5e-b371-4852-b2a2-9e09f701ee4e',
+ 'x-ms-correlation-request-id',
+ '50d3cc5e-b371-4852-b2a2-9e09f701ee4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053542Z:50d3cc5e-b371-4852-b2a2-9e09f701ee4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10589',
+ 'x-ms-request-id',
+ '98adeac6-00a9-4173-8122-e9af4ec9076e',
+ 'x-ms-correlation-request-id',
+ '98adeac6-00a9-4173-8122-e9af4ec9076e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053544Z:98adeac6-00a9-4173-8122-e9af4ec9076e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10588',
+ 'x-ms-request-id',
+ '61d202f4-2084-40b0-9445-d5cfc0826679',
+ 'x-ms-correlation-request-id',
+ '61d202f4-2084-40b0-9445-d5cfc0826679',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053547Z:61d202f4-2084-40b0-9445-d5cfc0826679',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10587',
+ 'x-ms-request-id',
+ '27532e72-5443-4091-933e-a49686df83a8',
+ 'x-ms-correlation-request-id',
+ '27532e72-5443-4091-933e-a49686df83a8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053549Z:27532e72-5443-4091-933e-a49686df83a8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10586',
+ 'x-ms-request-id',
+ 'f05ff319-c9be-4da4-a624-f4d80d4cb520',
+ 'x-ms-correlation-request-id',
+ 'f05ff319-c9be-4da4-a624-f4d80d4cb520',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053551Z:f05ff319-c9be-4da4-a624-f4d80d4cb520',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10585',
+ 'x-ms-request-id',
+ '46471e8b-6908-4a46-9d00-ae15d097ef80',
+ 'x-ms-correlation-request-id',
+ '46471e8b-6908-4a46-9d00-ae15d097ef80',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053554Z:46471e8b-6908-4a46-9d00-ae15d097ef80',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10584',
+ 'x-ms-request-id',
+ 'b80c45be-8d9f-4748-b20c-fa2caab9f1e4',
+ 'x-ms-correlation-request-id',
+ 'b80c45be-8d9f-4748-b20c-fa2caab9f1e4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053556Z:b80c45be-8d9f-4748-b20c-fa2caab9f1e4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10583',
+ 'x-ms-request-id',
+ 'bd5993c1-b70c-4701-9bba-f5e8e04d9a68',
+ 'x-ms-correlation-request-id',
+ 'bd5993c1-b70c-4701-9bba-f5e8e04d9a68',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053558Z:bd5993c1-b70c-4701-9bba-f5e8e04d9a68',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:35:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10582',
+ 'x-ms-request-id',
+ '997d07a3-2de9-4640-b249-784001e834ce',
+ 'x-ms-correlation-request-id',
+ '997d07a3-2de9-4640-b249-784001e834ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053601Z:997d07a3-2de9-4640-b249-784001e834ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10581',
+ 'x-ms-request-id',
+ 'd7027013-bbf5-4c51-a530-42479245eaff',
+ 'x-ms-correlation-request-id',
+ 'd7027013-bbf5-4c51-a530-42479245eaff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053603Z:d7027013-bbf5-4c51-a530-42479245eaff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10580',
+ 'x-ms-request-id',
+ '786aea20-fc8c-446c-9785-67f174a3640b',
+ 'x-ms-correlation-request-id',
+ '786aea20-fc8c-446c-9785-67f174a3640b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053605Z:786aea20-fc8c-446c-9785-67f174a3640b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10579',
+ 'x-ms-request-id',
+ 'cf09bc78-2ae2-43b1-b71f-2ced32269d1d',
+ 'x-ms-correlation-request-id',
+ 'cf09bc78-2ae2-43b1-b71f-2ced32269d1d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053608Z:cf09bc78-2ae2-43b1-b71f-2ced32269d1d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10578',
+ 'x-ms-request-id',
+ '9e730f14-f83c-4f5e-8af4-723974711de1',
+ 'x-ms-correlation-request-id',
+ '9e730f14-f83c-4f5e-8af4-723974711de1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053610Z:9e730f14-f83c-4f5e-8af4-723974711de1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10577',
+ 'x-ms-request-id',
+ 'd032270c-37ef-4fa5-b077-ec0c9aff3d70',
+ 'x-ms-correlation-request-id',
+ 'd032270c-37ef-4fa5-b077-ec0c9aff3d70',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053612Z:d032270c-37ef-4fa5-b077-ec0c9aff3d70',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10576',
+ 'x-ms-request-id',
+ 'be867517-8c75-49fa-ba92-a17bf4938930',
+ 'x-ms-correlation-request-id',
+ 'be867517-8c75-49fa-ba92-a17bf4938930',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053615Z:be867517-8c75-49fa-ba92-a17bf4938930',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10575',
+ 'x-ms-request-id',
+ '097bbd24-df5c-4723-9b1b-a70a14c2a524',
+ 'x-ms-correlation-request-id',
+ '097bbd24-df5c-4723-9b1b-a70a14c2a524',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053617Z:097bbd24-df5c-4723-9b1b-a70a14c2a524',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10574',
+ 'x-ms-request-id',
+ 'f6d46088-e09c-4554-8dae-db305c9054ec',
+ 'x-ms-correlation-request-id',
+ 'f6d46088-e09c-4554-8dae-db305c9054ec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053619Z:f6d46088-e09c-4554-8dae-db305c9054ec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10573',
+ 'x-ms-request-id',
+ '7bdcf26a-0f68-40d0-91e5-ae70b1ea19e6',
+ 'x-ms-correlation-request-id',
+ '7bdcf26a-0f68-40d0-91e5-ae70b1ea19e6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053622Z:7bdcf26a-0f68-40d0-91e5-ae70b1ea19e6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10572',
+ 'x-ms-request-id',
+ '074e9b19-b288-4ef2-8489-d3fd44be07ab',
+ 'x-ms-correlation-request-id',
+ '074e9b19-b288-4ef2-8489-d3fd44be07ab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053624Z:074e9b19-b288-4ef2-8489-d3fd44be07ab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10571',
+ 'x-ms-request-id',
+ 'a356fe0c-212e-41db-9406-1e9c8ad9c4a5',
+ 'x-ms-correlation-request-id',
+ 'a356fe0c-212e-41db-9406-1e9c8ad9c4a5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053626Z:a356fe0c-212e-41db-9406-1e9c8ad9c4a5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10570',
+ 'x-ms-request-id',
+ 'bb419a2d-25f1-4319-b4d3-7fdb2bfb62d4',
+ 'x-ms-correlation-request-id',
+ 'bb419a2d-25f1-4319-b4d3-7fdb2bfb62d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053629Z:bb419a2d-25f1-4319-b4d3-7fdb2bfb62d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10569',
+ 'x-ms-request-id',
+ 'aa0afff4-e59e-4319-9713-57894f059f1d',
+ 'x-ms-correlation-request-id',
+ 'aa0afff4-e59e-4319-9713-57894f059f1d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053631Z:aa0afff4-e59e-4319-9713-57894f059f1d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10568',
+ 'x-ms-request-id',
+ '564591c5-69f5-43db-8bf1-e13ff1a1af19',
+ 'x-ms-correlation-request-id',
+ '564591c5-69f5-43db-8bf1-e13ff1a1af19',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053633Z:564591c5-69f5-43db-8bf1-e13ff1a1af19',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10567',
+ 'x-ms-request-id',
+ '7fdbc77c-fdf4-471b-b5d0-b5aa3ffa7898',
+ 'x-ms-correlation-request-id',
+ '7fdbc77c-fdf4-471b-b5d0-b5aa3ffa7898',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053635Z:7fdbc77c-fdf4-471b-b5d0-b5aa3ffa7898',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10566',
+ 'x-ms-request-id',
+ 'ad928a85-e228-4b94-a9af-b0385d04e645',
+ 'x-ms-correlation-request-id',
+ 'ad928a85-e228-4b94-a9af-b0385d04e645',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053638Z:ad928a85-e228-4b94-a9af-b0385d04e645',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10565',
+ 'x-ms-request-id',
+ '3640d179-65ab-4e27-99aa-f5b2510ae019',
+ 'x-ms-correlation-request-id',
+ '3640d179-65ab-4e27-99aa-f5b2510ae019',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053640Z:3640d179-65ab-4e27-99aa-f5b2510ae019',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10564',
+ 'x-ms-request-id',
+ 'ece42d0e-6d06-49fa-84a1-e7074f5e110c',
+ 'x-ms-correlation-request-id',
+ 'ece42d0e-6d06-49fa-84a1-e7074f5e110c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053642Z:ece42d0e-6d06-49fa-84a1-e7074f5e110c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10563',
+ 'x-ms-request-id',
+ '7f330541-0169-4999-8601-9b29ae732a50',
+ 'x-ms-correlation-request-id',
+ '7f330541-0169-4999-8601-9b29ae732a50',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053645Z:7f330541-0169-4999-8601-9b29ae732a50',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10562',
+ 'x-ms-request-id',
+ 'fe3adae4-04df-47e1-9d42-1ce4d1e8a8c5',
+ 'x-ms-correlation-request-id',
+ 'fe3adae4-04df-47e1-9d42-1ce4d1e8a8c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053647Z:fe3adae4-04df-47e1-9d42-1ce4d1e8a8c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10561',
+ 'x-ms-request-id',
+ '120c8b88-7a88-4855-a1d4-a881748ccf73',
+ 'x-ms-correlation-request-id',
+ '120c8b88-7a88-4855-a1d4-a881748ccf73',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053649Z:120c8b88-7a88-4855-a1d4-a881748ccf73',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10560',
+ 'x-ms-request-id',
+ '6e8e647d-dcc8-4732-9b3f-8979c67d9ff0',
+ 'x-ms-correlation-request-id',
+ '6e8e647d-dcc8-4732-9b3f-8979c67d9ff0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053652Z:6e8e647d-dcc8-4732-9b3f-8979c67d9ff0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10559',
+ 'x-ms-request-id',
+ '97097e4a-076d-46cd-8544-37cb5d081926',
+ 'x-ms-correlation-request-id',
+ '97097e4a-076d-46cd-8544-37cb5d081926',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053655Z:97097e4a-076d-46cd-8544-37cb5d081926',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10558',
+ 'x-ms-request-id',
+ '17f8a975-53a9-4b31-b9c4-89902afc6d4f',
+ 'x-ms-correlation-request-id',
+ '17f8a975-53a9-4b31-b9c4-89902afc6d4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053657Z:17f8a975-53a9-4b31-b9c4-89902afc6d4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10557',
+ 'x-ms-request-id',
+ '8b4c1989-75f1-477c-8387-3c0d5af0a165',
+ 'x-ms-correlation-request-id',
+ '8b4c1989-75f1-477c-8387-3c0d5af0a165',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053659Z:8b4c1989-75f1-477c-8387-3c0d5af0a165',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:36:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10556',
+ 'x-ms-request-id',
+ 'f1236ae2-7fcc-46f8-aac1-fc64716bb80b',
+ 'x-ms-correlation-request-id',
+ 'f1236ae2-7fcc-46f8-aac1-fc64716bb80b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053702Z:f1236ae2-7fcc-46f8-aac1-fc64716bb80b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10555',
+ 'x-ms-request-id',
+ '9248a369-9bfe-4e06-9527-71dcc4135e59',
+ 'x-ms-correlation-request-id',
+ '9248a369-9bfe-4e06-9527-71dcc4135e59',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053704Z:9248a369-9bfe-4e06-9527-71dcc4135e59',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10554',
+ 'x-ms-request-id',
+ '18090ed8-6b54-4e4f-827c-2154a224c2d5',
+ 'x-ms-correlation-request-id',
+ '18090ed8-6b54-4e4f-827c-2154a224c2d5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053706Z:18090ed8-6b54-4e4f-827c-2154a224c2d5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10553',
+ 'x-ms-request-id',
+ 'f66c7d83-2e87-47ce-a8e7-30aa1aeb09aa',
+ 'x-ms-correlation-request-id',
+ 'f66c7d83-2e87-47ce-a8e7-30aa1aeb09aa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053709Z:f66c7d83-2e87-47ce-a8e7-30aa1aeb09aa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10552',
+ 'x-ms-request-id',
+ 'ed422824-686b-4fd4-a54e-bec9b66341c6',
+ 'x-ms-correlation-request-id',
+ 'ed422824-686b-4fd4-a54e-bec9b66341c6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053711Z:ed422824-686b-4fd4-a54e-bec9b66341c6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10551',
+ 'x-ms-request-id',
+ '3532842e-ebe5-4532-a714-58e861699a3b',
+ 'x-ms-correlation-request-id',
+ '3532842e-ebe5-4532-a714-58e861699a3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053713Z:3532842e-ebe5-4532-a714-58e861699a3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10550',
+ 'x-ms-request-id',
+ '5aab8ab7-4fe8-44c0-bea4-745af880838c',
+ 'x-ms-correlation-request-id',
+ '5aab8ab7-4fe8-44c0-bea4-745af880838c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053716Z:5aab8ab7-4fe8-44c0-bea4-745af880838c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10549',
+ 'x-ms-request-id',
+ '45fb007a-5e4c-4d42-9389-080cd6e90b3c',
+ 'x-ms-correlation-request-id',
+ '45fb007a-5e4c-4d42-9389-080cd6e90b3c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053718Z:45fb007a-5e4c-4d42-9389-080cd6e90b3c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10548',
+ 'x-ms-request-id',
+ '6d0e8903-fd09-4a58-8640-9063122988a4',
+ 'x-ms-correlation-request-id',
+ '6d0e8903-fd09-4a58-8640-9063122988a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053720Z:6d0e8903-fd09-4a58-8640-9063122988a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10547',
+ 'x-ms-request-id',
+ '6bb462bd-73a9-4cbe-9e80-f87fabaccd6c',
+ 'x-ms-correlation-request-id',
+ '6bb462bd-73a9-4cbe-9e80-f87fabaccd6c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053723Z:6bb462bd-73a9-4cbe-9e80-f87fabaccd6c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10546',
+ 'x-ms-request-id',
+ '6bccc5e0-a0cb-4521-905b-75227fbc429c',
+ 'x-ms-correlation-request-id',
+ '6bccc5e0-a0cb-4521-905b-75227fbc429c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053725Z:6bccc5e0-a0cb-4521-905b-75227fbc429c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10545',
+ 'x-ms-request-id',
+ '467244c8-32ad-41e1-bdbd-02dac29c711d',
+ 'x-ms-correlation-request-id',
+ '467244c8-32ad-41e1-bdbd-02dac29c711d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053727Z:467244c8-32ad-41e1-bdbd-02dac29c711d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10544',
+ 'x-ms-request-id',
+ 'f691bb4a-14b4-42e6-9124-01336ac3a098',
+ 'x-ms-correlation-request-id',
+ 'f691bb4a-14b4-42e6-9124-01336ac3a098',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053729Z:f691bb4a-14b4-42e6-9124-01336ac3a098',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10543',
+ 'x-ms-request-id',
+ '25f970e5-5a9d-4f99-82c1-40527baff61a',
+ 'x-ms-correlation-request-id',
+ '25f970e5-5a9d-4f99-82c1-40527baff61a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053732Z:25f970e5-5a9d-4f99-82c1-40527baff61a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10542',
+ 'x-ms-request-id',
+ '89f6193c-0dd5-456b-8471-db0f450a15ce',
+ 'x-ms-correlation-request-id',
+ '89f6193c-0dd5-456b-8471-db0f450a15ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053734Z:89f6193c-0dd5-456b-8471-db0f450a15ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10541',
+ 'x-ms-request-id',
+ '8698776a-3273-4676-bc43-1149b7e64c03',
+ 'x-ms-correlation-request-id',
+ '8698776a-3273-4676-bc43-1149b7e64c03',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053736Z:8698776a-3273-4676-bc43-1149b7e64c03',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10540',
+ 'x-ms-request-id',
+ 'a712342c-427f-4305-a4c7-10da7615cb6e',
+ 'x-ms-correlation-request-id',
+ 'a712342c-427f-4305-a4c7-10da7615cb6e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053739Z:a712342c-427f-4305-a4c7-10da7615cb6e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10539',
+ 'x-ms-request-id',
+ '95128dbc-0ebc-4c90-8329-aac2e6477491',
+ 'x-ms-correlation-request-id',
+ '95128dbc-0ebc-4c90-8329-aac2e6477491',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053741Z:95128dbc-0ebc-4c90-8329-aac2e6477491',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10538',
+ 'x-ms-request-id',
+ '0d116ff6-fc9a-4088-a458-cdd02b6f27c9',
+ 'x-ms-correlation-request-id',
+ '0d116ff6-fc9a-4088-a458-cdd02b6f27c9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053743Z:0d116ff6-fc9a-4088-a458-cdd02b6f27c9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10537',
+ 'x-ms-request-id',
+ 'ec9b0f3a-ea8e-4294-afc3-5f41e895b18b',
+ 'x-ms-correlation-request-id',
+ 'ec9b0f3a-ea8e-4294-afc3-5f41e895b18b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053746Z:ec9b0f3a-ea8e-4294-afc3-5f41e895b18b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10536',
+ 'x-ms-request-id',
+ '88d611c1-f7e5-42e5-ad82-1d3f1983ff1c',
+ 'x-ms-correlation-request-id',
+ '88d611c1-f7e5-42e5-ad82-1d3f1983ff1c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053748Z:88d611c1-f7e5-42e5-ad82-1d3f1983ff1c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10535',
+ 'x-ms-request-id',
+ '6428bb51-75a6-4611-b6ae-ed62d8f13488',
+ 'x-ms-correlation-request-id',
+ '6428bb51-75a6-4611-b6ae-ed62d8f13488',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053750Z:6428bb51-75a6-4611-b6ae-ed62d8f13488',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10534',
+ 'x-ms-request-id',
+ '9d92c2e3-9c50-46d3-86fd-99fc004b6a39',
+ 'x-ms-correlation-request-id',
+ '9d92c2e3-9c50-46d3-86fd-99fc004b6a39',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053753Z:9d92c2e3-9c50-46d3-86fd-99fc004b6a39',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10533',
+ 'x-ms-request-id',
+ '305222d8-4289-490e-881e-012cf08bd028',
+ 'x-ms-correlation-request-id',
+ '305222d8-4289-490e-881e-012cf08bd028',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053755Z:305222d8-4289-490e-881e-012cf08bd028',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10532',
+ 'x-ms-request-id',
+ 'c4c6aa05-2035-4d12-a356-b0445065a8a7',
+ 'x-ms-correlation-request-id',
+ 'c4c6aa05-2035-4d12-a356-b0445065a8a7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053757Z:c4c6aa05-2035-4d12-a356-b0445065a8a7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10531',
+ 'x-ms-request-id',
+ 'e14c7416-557a-4849-a1b8-1905731605f5',
+ 'x-ms-correlation-request-id',
+ 'e14c7416-557a-4849-a1b8-1905731605f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053800Z:e14c7416-557a-4849-a1b8-1905731605f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:37:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10530',
+ 'x-ms-request-id',
+ '17a613af-66e2-45ca-b6a1-f08c0429b753',
+ 'x-ms-correlation-request-id',
+ '17a613af-66e2-45ca-b6a1-f08c0429b753',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053802Z:17a613af-66e2-45ca-b6a1-f08c0429b753',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10529',
+ 'x-ms-request-id',
+ 'e0bf9952-9a24-47f5-87f3-3c48dd21f85e',
+ 'x-ms-correlation-request-id',
+ 'e0bf9952-9a24-47f5-87f3-3c48dd21f85e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053805Z:e0bf9952-9a24-47f5-87f3-3c48dd21f85e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10528',
+ 'x-ms-request-id',
+ '41401fe9-d860-4a16-96e3-e008316c3c88',
+ 'x-ms-correlation-request-id',
+ '41401fe9-d860-4a16-96e3-e008316c3c88',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053807Z:41401fe9-d860-4a16-96e3-e008316c3c88',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10527',
+ 'x-ms-request-id',
+ '763bd2c2-a5b1-4429-90df-95defa9b055c',
+ 'x-ms-correlation-request-id',
+ '763bd2c2-a5b1-4429-90df-95defa9b055c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053809Z:763bd2c2-a5b1-4429-90df-95defa9b055c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10526',
+ 'x-ms-request-id',
+ 'ba80c3d3-c803-477d-b3db-f2ee428806fd',
+ 'x-ms-correlation-request-id',
+ 'ba80c3d3-c803-477d-b3db-f2ee428806fd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053812Z:ba80c3d3-c803-477d-b3db-f2ee428806fd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10525',
+ 'x-ms-request-id',
+ 'ee2193ee-67b3-49a2-b246-edfb9e0355ff',
+ 'x-ms-correlation-request-id',
+ 'ee2193ee-67b3-49a2-b246-edfb9e0355ff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053814Z:ee2193ee-67b3-49a2-b246-edfb9e0355ff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10524',
+ 'x-ms-request-id',
+ '01988110-b7a3-4d46-ab6e-f6bafd891efa',
+ 'x-ms-correlation-request-id',
+ '01988110-b7a3-4d46-ab6e-f6bafd891efa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053816Z:01988110-b7a3-4d46-ab6e-f6bafd891efa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10523',
+ 'x-ms-request-id',
+ 'eb74e626-4d25-4a2b-9e2a-de9300d5afc0',
+ 'x-ms-correlation-request-id',
+ 'eb74e626-4d25-4a2b-9e2a-de9300d5afc0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053819Z:eb74e626-4d25-4a2b-9e2a-de9300d5afc0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10522',
+ 'x-ms-request-id',
+ 'bfb2c0d9-ee1f-4fed-86e1-4870fc3d8193',
+ 'x-ms-correlation-request-id',
+ 'bfb2c0d9-ee1f-4fed-86e1-4870fc3d8193',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053821Z:bfb2c0d9-ee1f-4fed-86e1-4870fc3d8193',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10521',
+ 'x-ms-request-id',
+ '21380686-8e05-4dfc-a15c-8d1fd16b5453',
+ 'x-ms-correlation-request-id',
+ '21380686-8e05-4dfc-a15c-8d1fd16b5453',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053823Z:21380686-8e05-4dfc-a15c-8d1fd16b5453',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10520',
+ 'x-ms-request-id',
+ '5e67ca8c-79a1-4744-8d17-3ea3477c4e1b',
+ 'x-ms-correlation-request-id',
+ '5e67ca8c-79a1-4744-8d17-3ea3477c4e1b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053826Z:5e67ca8c-79a1-4744-8d17-3ea3477c4e1b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10519',
+ 'x-ms-request-id',
+ '52710556-0a3d-4c7b-a3da-d96aa6cc6e40',
+ 'x-ms-correlation-request-id',
+ '52710556-0a3d-4c7b-a3da-d96aa6cc6e40',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053828Z:52710556-0a3d-4c7b-a3da-d96aa6cc6e40',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10518',
+ 'x-ms-request-id',
+ '8c795d27-4bff-48a3-9d3e-d295124f58c2',
+ 'x-ms-correlation-request-id',
+ '8c795d27-4bff-48a3-9d3e-d295124f58c2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053830Z:8c795d27-4bff-48a3-9d3e-d295124f58c2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10517',
+ 'x-ms-request-id',
+ '893a004c-f9d2-4fac-b20b-85381dcee56c',
+ 'x-ms-correlation-request-id',
+ '893a004c-f9d2-4fac-b20b-85381dcee56c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053833Z:893a004c-f9d2-4fac-b20b-85381dcee56c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10516',
+ 'x-ms-request-id',
+ 'c89d2cee-b2a5-41d5-bf04-25894ef0eb43',
+ 'x-ms-correlation-request-id',
+ 'c89d2cee-b2a5-41d5-bf04-25894ef0eb43',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053835Z:c89d2cee-b2a5-41d5-bf04-25894ef0eb43',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10515',
+ 'x-ms-request-id',
+ 'a6252cae-f7df-4262-adce-27fdab5c910d',
+ 'x-ms-correlation-request-id',
+ 'a6252cae-f7df-4262-adce-27fdab5c910d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053837Z:a6252cae-f7df-4262-adce-27fdab5c910d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10514',
+ 'x-ms-request-id',
+ '325b2118-3ae3-4627-8f4d-e7f3c4ff87ac',
+ 'x-ms-correlation-request-id',
+ '325b2118-3ae3-4627-8f4d-e7f3c4ff87ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053840Z:325b2118-3ae3-4627-8f4d-e7f3c4ff87ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10513',
+ 'x-ms-request-id',
+ '8aa0e09e-3723-458b-9bfe-91a16693e50a',
+ 'x-ms-correlation-request-id',
+ '8aa0e09e-3723-458b-9bfe-91a16693e50a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053842Z:8aa0e09e-3723-458b-9bfe-91a16693e50a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10512',
+ 'x-ms-request-id',
+ '234dda89-46ce-4d71-a93c-e8a6343dd4b7',
+ 'x-ms-correlation-request-id',
+ '234dda89-46ce-4d71-a93c-e8a6343dd4b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053844Z:234dda89-46ce-4d71-a93c-e8a6343dd4b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10511',
+ 'x-ms-request-id',
+ '5487bd6c-4605-42bd-8e8a-7d7de283a641',
+ 'x-ms-correlation-request-id',
+ '5487bd6c-4605-42bd-8e8a-7d7de283a641',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053847Z:5487bd6c-4605-42bd-8e8a-7d7de283a641',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10510',
+ 'x-ms-request-id',
+ 'ee79b8a2-775d-475d-94cf-2c2af09c6679',
+ 'x-ms-correlation-request-id',
+ 'ee79b8a2-775d-475d-94cf-2c2af09c6679',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053849Z:ee79b8a2-775d-475d-94cf-2c2af09c6679',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10509',
+ 'x-ms-request-id',
+ 'af03f682-b880-4485-8a1a-84e3e04966ff',
+ 'x-ms-correlation-request-id',
+ 'af03f682-b880-4485-8a1a-84e3e04966ff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053851Z:af03f682-b880-4485-8a1a-84e3e04966ff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10508',
+ 'x-ms-request-id',
+ '47a3f6b2-6977-4e76-8499-f253ad17cf88',
+ 'x-ms-correlation-request-id',
+ '47a3f6b2-6977-4e76-8499-f253ad17cf88',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053854Z:47a3f6b2-6977-4e76-8499-f253ad17cf88',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10507',
+ 'x-ms-request-id',
+ '898f1a8e-d1f7-4819-bcd4-3387ccafc2df',
+ 'x-ms-correlation-request-id',
+ '898f1a8e-d1f7-4819-bcd4-3387ccafc2df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053856Z:898f1a8e-d1f7-4819-bcd4-3387ccafc2df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10506',
+ 'x-ms-request-id',
+ '9cb2a19d-cd8c-451d-8b99-a3f4efb6e914',
+ 'x-ms-correlation-request-id',
+ '9cb2a19d-cd8c-451d-8b99-a3f4efb6e914',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053858Z:9cb2a19d-cd8c-451d-8b99-a3f4efb6e914',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:38:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10505',
+ 'x-ms-request-id',
+ '232fea22-9d9a-4eb0-b1cd-e9ca0ec9618d',
+ 'x-ms-correlation-request-id',
+ '232fea22-9d9a-4eb0-b1cd-e9ca0ec9618d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053901Z:232fea22-9d9a-4eb0-b1cd-e9ca0ec9618d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10504',
+ 'x-ms-request-id',
+ '031426ae-12cb-44df-9624-bb8cf953d318',
+ 'x-ms-correlation-request-id',
+ '031426ae-12cb-44df-9624-bb8cf953d318',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053903Z:031426ae-12cb-44df-9624-bb8cf953d318',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10503',
+ 'x-ms-request-id',
+ '4134d68b-e25e-4982-a3b1-57bfce40c16c',
+ 'x-ms-correlation-request-id',
+ '4134d68b-e25e-4982-a3b1-57bfce40c16c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053905Z:4134d68b-e25e-4982-a3b1-57bfce40c16c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10502',
+ 'x-ms-request-id',
+ '20c70fab-a01a-4809-89fd-ae91e7a4eb8b',
+ 'x-ms-correlation-request-id',
+ '20c70fab-a01a-4809-89fd-ae91e7a4eb8b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053907Z:20c70fab-a01a-4809-89fd-ae91e7a4eb8b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10501',
+ 'x-ms-request-id',
+ 'fc39fdb5-bdc8-4db4-a3c0-cbe25b87a3d3',
+ 'x-ms-correlation-request-id',
+ 'fc39fdb5-bdc8-4db4-a3c0-cbe25b87a3d3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053910Z:fc39fdb5-bdc8-4db4-a3c0-cbe25b87a3d3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10500',
+ 'x-ms-request-id',
+ '1957c97e-bed5-4dc1-befd-129008be1a4e',
+ 'x-ms-correlation-request-id',
+ '1957c97e-bed5-4dc1-befd-129008be1a4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053912Z:1957c97e-bed5-4dc1-befd-129008be1a4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10499',
+ 'x-ms-request-id',
+ 'b1f31e9e-26ed-46ab-8eaf-7bc9c1fb9631',
+ 'x-ms-correlation-request-id',
+ 'b1f31e9e-26ed-46ab-8eaf-7bc9c1fb9631',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053914Z:b1f31e9e-26ed-46ab-8eaf-7bc9c1fb9631',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10498',
+ 'x-ms-request-id',
+ 'a2c320b4-39f1-4cc7-882c-91d2e4d5c583',
+ 'x-ms-correlation-request-id',
+ 'a2c320b4-39f1-4cc7-882c-91d2e4d5c583',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053917Z:a2c320b4-39f1-4cc7-882c-91d2e4d5c583',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10497',
+ 'x-ms-request-id',
+ '5a9fe085-9d86-4d05-9d3d-ece907e6e96b',
+ 'x-ms-correlation-request-id',
+ '5a9fe085-9d86-4d05-9d3d-ece907e6e96b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053919Z:5a9fe085-9d86-4d05-9d3d-ece907e6e96b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10496',
+ 'x-ms-request-id',
+ 'b0969478-3f97-486a-916d-66557b56d8f1',
+ 'x-ms-correlation-request-id',
+ 'b0969478-3f97-486a-916d-66557b56d8f1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053921Z:b0969478-3f97-486a-916d-66557b56d8f1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10495',
+ 'x-ms-request-id',
+ '09507c54-b355-4863-96d3-39bfb5c80663',
+ 'x-ms-correlation-request-id',
+ '09507c54-b355-4863-96d3-39bfb5c80663',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053924Z:09507c54-b355-4863-96d3-39bfb5c80663',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10494',
+ 'x-ms-request-id',
+ 'a29d7311-efeb-42a2-976b-88ed96c879f1',
+ 'x-ms-correlation-request-id',
+ 'a29d7311-efeb-42a2-976b-88ed96c879f1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053926Z:a29d7311-efeb-42a2-976b-88ed96c879f1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10493',
+ 'x-ms-request-id',
+ '848ccc52-b14f-40eb-999a-d372b4d45be0',
+ 'x-ms-correlation-request-id',
+ '848ccc52-b14f-40eb-999a-d372b4d45be0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053928Z:848ccc52-b14f-40eb-999a-d372b4d45be0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10492',
+ 'x-ms-request-id',
+ 'e42059aa-cce5-43a8-8cf7-cddada1cbfd7',
+ 'x-ms-correlation-request-id',
+ 'e42059aa-cce5-43a8-8cf7-cddada1cbfd7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053931Z:e42059aa-cce5-43a8-8cf7-cddada1cbfd7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10491',
+ 'x-ms-request-id',
+ '9dea9bbc-68fc-48d5-aef4-a91272b2f1bb',
+ 'x-ms-correlation-request-id',
+ '9dea9bbc-68fc-48d5-aef4-a91272b2f1bb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053933Z:9dea9bbc-68fc-48d5-aef4-a91272b2f1bb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10490',
+ 'x-ms-request-id',
+ 'bbd10cde-ad0e-48aa-95e8-3c5daf1043af',
+ 'x-ms-correlation-request-id',
+ 'bbd10cde-ad0e-48aa-95e8-3c5daf1043af',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053935Z:bbd10cde-ad0e-48aa-95e8-3c5daf1043af',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10489',
+ 'x-ms-request-id',
+ 'f437cf26-7f52-4f35-b6f8-356935adb840',
+ 'x-ms-correlation-request-id',
+ 'f437cf26-7f52-4f35-b6f8-356935adb840',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053938Z:f437cf26-7f52-4f35-b6f8-356935adb840',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10488',
+ 'x-ms-request-id',
+ 'd5f41bdf-3d42-4d90-8af6-f6e778bb31a7',
+ 'x-ms-correlation-request-id',
+ 'd5f41bdf-3d42-4d90-8af6-f6e778bb31a7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053940Z:d5f41bdf-3d42-4d90-8af6-f6e778bb31a7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10487',
+ 'x-ms-request-id',
+ '04b419e7-ec8f-4e00-8fb7-8a46af2779ee',
+ 'x-ms-correlation-request-id',
+ '04b419e7-ec8f-4e00-8fb7-8a46af2779ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053942Z:04b419e7-ec8f-4e00-8fb7-8a46af2779ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10486',
+ 'x-ms-request-id',
+ '92e91133-e870-4e2d-b267-faa42afd91be',
+ 'x-ms-correlation-request-id',
+ '92e91133-e870-4e2d-b267-faa42afd91be',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053945Z:92e91133-e870-4e2d-b267-faa42afd91be',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10485',
+ 'x-ms-request-id',
+ 'a23937b4-572f-431c-b0b9-2bc92d0a9c4c',
+ 'x-ms-correlation-request-id',
+ 'a23937b4-572f-431c-b0b9-2bc92d0a9c4c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053947Z:a23937b4-572f-431c-b0b9-2bc92d0a9c4c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10484',
+ 'x-ms-request-id',
+ '03feb5c3-d7d3-48c2-a6e9-f710a81b8afe',
+ 'x-ms-correlation-request-id',
+ '03feb5c3-d7d3-48c2-a6e9-f710a81b8afe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053949Z:03feb5c3-d7d3-48c2-a6e9-f710a81b8afe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10483',
+ 'x-ms-request-id',
+ '8ebd08e6-a0e3-4c24-bf6c-c6dec6362ec6',
+ 'x-ms-correlation-request-id',
+ '8ebd08e6-a0e3-4c24-bf6c-c6dec6362ec6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053951Z:8ebd08e6-a0e3-4c24-bf6c-c6dec6362ec6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10482',
+ 'x-ms-request-id',
+ '4c3fed2f-090c-4ca1-86f4-35c2fb77326a',
+ 'x-ms-correlation-request-id',
+ '4c3fed2f-090c-4ca1-86f4-35c2fb77326a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053954Z:4c3fed2f-090c-4ca1-86f4-35c2fb77326a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10481',
+ 'x-ms-request-id',
+ 'c59aa004-1082-4e23-a89b-ad1d901a5765',
+ 'x-ms-correlation-request-id',
+ 'c59aa004-1082-4e23-a89b-ad1d901a5765',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053956Z:c59aa004-1082-4e23-a89b-ad1d901a5765',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10480',
+ 'x-ms-request-id',
+ '973cd635-b12f-4ec6-a584-766d13b3dbe1',
+ 'x-ms-correlation-request-id',
+ '973cd635-b12f-4ec6-a584-766d13b3dbe1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T053958Z:973cd635-b12f-4ec6-a584-766d13b3dbe1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:39:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10479',
+ 'x-ms-request-id',
+ '47e53c65-f268-4930-82f3-0a9beba9a08c',
+ 'x-ms-correlation-request-id',
+ '47e53c65-f268-4930-82f3-0a9beba9a08c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054001Z:47e53c65-f268-4930-82f3-0a9beba9a08c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10478',
+ 'x-ms-request-id',
+ '41f8a99b-b96b-4faa-b829-32f31351a0b8',
+ 'x-ms-correlation-request-id',
+ '41f8a99b-b96b-4faa-b829-32f31351a0b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054003Z:41f8a99b-b96b-4faa-b829-32f31351a0b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10477',
+ 'x-ms-request-id',
+ 'ade2696e-7120-4d4a-b0a2-6c422bac305a',
+ 'x-ms-correlation-request-id',
+ 'ade2696e-7120-4d4a-b0a2-6c422bac305a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054005Z:ade2696e-7120-4d4a-b0a2-6c422bac305a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10476',
+ 'x-ms-request-id',
+ '15ffb05f-1099-446c-832e-d8e3c1c69970',
+ 'x-ms-correlation-request-id',
+ '15ffb05f-1099-446c-832e-d8e3c1c69970',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054008Z:15ffb05f-1099-446c-832e-d8e3c1c69970',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10475',
+ 'x-ms-request-id',
+ 'cba1420e-c08b-462b-b7bd-2c1250ff5d91',
+ 'x-ms-correlation-request-id',
+ 'cba1420e-c08b-462b-b7bd-2c1250ff5d91',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054010Z:cba1420e-c08b-462b-b7bd-2c1250ff5d91',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10474',
+ 'x-ms-request-id',
+ '5d8053fd-c7c1-4ff0-ac29-5bd17820d34a',
+ 'x-ms-correlation-request-id',
+ '5d8053fd-c7c1-4ff0-ac29-5bd17820d34a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054012Z:5d8053fd-c7c1-4ff0-ac29-5bd17820d34a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10473',
+ 'x-ms-request-id',
+ '4c649c78-1141-4b05-8980-5e884fc18016',
+ 'x-ms-correlation-request-id',
+ '4c649c78-1141-4b05-8980-5e884fc18016',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054015Z:4c649c78-1141-4b05-8980-5e884fc18016',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10472',
+ 'x-ms-request-id',
+ '6262376a-9d1d-4d9b-8e20-32cdf026514d',
+ 'x-ms-correlation-request-id',
+ '6262376a-9d1d-4d9b-8e20-32cdf026514d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054017Z:6262376a-9d1d-4d9b-8e20-32cdf026514d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10471',
+ 'x-ms-request-id',
+ '36a3c9c9-8a0f-4cbb-ba68-dfa3130cc5c2',
+ 'x-ms-correlation-request-id',
+ '36a3c9c9-8a0f-4cbb-ba68-dfa3130cc5c2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054019Z:36a3c9c9-8a0f-4cbb-ba68-dfa3130cc5c2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10470',
+ 'x-ms-request-id',
+ 'add23be0-2386-454a-9572-41a39a6cc7e1',
+ 'x-ms-correlation-request-id',
+ 'add23be0-2386-454a-9572-41a39a6cc7e1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054022Z:add23be0-2386-454a-9572-41a39a6cc7e1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10469',
+ 'x-ms-request-id',
+ '6304e12e-0bed-4aff-a2ae-d4814c1b0a3a',
+ 'x-ms-correlation-request-id',
+ '6304e12e-0bed-4aff-a2ae-d4814c1b0a3a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054024Z:6304e12e-0bed-4aff-a2ae-d4814c1b0a3a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10468',
+ 'x-ms-request-id',
+ '28a566bb-9fa7-4228-a42f-7703fd22bdd5',
+ 'x-ms-correlation-request-id',
+ '28a566bb-9fa7-4228-a42f-7703fd22bdd5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054026Z:28a566bb-9fa7-4228-a42f-7703fd22bdd5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10467',
+ 'x-ms-request-id',
+ '106531e1-b67b-42b2-97f0-da16acec40b3',
+ 'x-ms-correlation-request-id',
+ '106531e1-b67b-42b2-97f0-da16acec40b3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054029Z:106531e1-b67b-42b2-97f0-da16acec40b3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10466',
+ 'x-ms-request-id',
+ 'b4ac7549-4df7-450e-a676-993c0ef4b6b0',
+ 'x-ms-correlation-request-id',
+ 'b4ac7549-4df7-450e-a676-993c0ef4b6b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054031Z:b4ac7549-4df7-450e-a676-993c0ef4b6b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10465',
+ 'x-ms-request-id',
+ 'e4de0328-53f0-42e1-ab0b-5de18da50f48',
+ 'x-ms-correlation-request-id',
+ 'e4de0328-53f0-42e1-ab0b-5de18da50f48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054033Z:e4de0328-53f0-42e1-ab0b-5de18da50f48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10464',
+ 'x-ms-request-id',
+ '0c89f1fb-b081-4b51-8800-f18021a531f2',
+ 'x-ms-correlation-request-id',
+ '0c89f1fb-b081-4b51-8800-f18021a531f2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054036Z:0c89f1fb-b081-4b51-8800-f18021a531f2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10463',
+ 'x-ms-request-id',
+ '03d90814-3baf-4577-b5fa-0f45d25b4c6d',
+ 'x-ms-correlation-request-id',
+ '03d90814-3baf-4577-b5fa-0f45d25b4c6d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054038Z:03d90814-3baf-4577-b5fa-0f45d25b4c6d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10462',
+ 'x-ms-request-id',
+ 'ac4eda58-b5fe-4094-a507-4e5eda2c96d9',
+ 'x-ms-correlation-request-id',
+ 'ac4eda58-b5fe-4094-a507-4e5eda2c96d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054040Z:ac4eda58-b5fe-4094-a507-4e5eda2c96d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10461',
+ 'x-ms-request-id',
+ 'f6031547-abe7-41d1-b72e-f9608e8e3394',
+ 'x-ms-correlation-request-id',
+ 'f6031547-abe7-41d1-b72e-f9608e8e3394',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054043Z:f6031547-abe7-41d1-b72e-f9608e8e3394',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10460',
+ 'x-ms-request-id',
+ '0ae234aa-6f4d-46bd-943d-73a5fd784b61',
+ 'x-ms-correlation-request-id',
+ '0ae234aa-6f4d-46bd-943d-73a5fd784b61',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054045Z:0ae234aa-6f4d-46bd-943d-73a5fd784b61',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10459',
+ 'x-ms-request-id',
+ 'b4083adb-0c45-4da2-a6cb-76a2a13bd7ee',
+ 'x-ms-correlation-request-id',
+ 'b4083adb-0c45-4da2-a6cb-76a2a13bd7ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054047Z:b4083adb-0c45-4da2-a6cb-76a2a13bd7ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10458',
+ 'x-ms-request-id',
+ '56493d66-5513-41d9-be3e-2112471fa065',
+ 'x-ms-correlation-request-id',
+ '56493d66-5513-41d9-be3e-2112471fa065',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054050Z:56493d66-5513-41d9-be3e-2112471fa065',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10457',
+ 'x-ms-request-id',
+ '080bf9f0-e53f-4f36-b8c2-0bbd2501a148',
+ 'x-ms-correlation-request-id',
+ '080bf9f0-e53f-4f36-b8c2-0bbd2501a148',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054052Z:080bf9f0-e53f-4f36-b8c2-0bbd2501a148',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10456',
+ 'x-ms-request-id',
+ 'e50229d6-1e34-4bc9-86b0-665a41ce58a2',
+ 'x-ms-correlation-request-id',
+ 'e50229d6-1e34-4bc9-86b0-665a41ce58a2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054054Z:e50229d6-1e34-4bc9-86b0-665a41ce58a2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10455',
+ 'x-ms-request-id',
+ 'a197dbe1-b2b3-458d-878d-4252e244b0ac',
+ 'x-ms-correlation-request-id',
+ 'a197dbe1-b2b3-458d-878d-4252e244b0ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054056Z:a197dbe1-b2b3-458d-878d-4252e244b0ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10454',
+ 'x-ms-request-id',
+ 'c30a8015-5902-4ca4-8644-098922c8e0cd',
+ 'x-ms-correlation-request-id',
+ 'c30a8015-5902-4ca4-8644-098922c8e0cd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054059Z:c30a8015-5902-4ca4-8644-098922c8e0cd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:40:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10453',
+ 'x-ms-request-id',
+ 'eddaa7fd-6a13-4671-b1b5-8104b6cfbb72',
+ 'x-ms-correlation-request-id',
+ 'eddaa7fd-6a13-4671-b1b5-8104b6cfbb72',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054101Z:eddaa7fd-6a13-4671-b1b5-8104b6cfbb72',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10452',
+ 'x-ms-request-id',
+ '2f0bf5d4-fbbf-4772-9b6d-0a1e57ea4300',
+ 'x-ms-correlation-request-id',
+ '2f0bf5d4-fbbf-4772-9b6d-0a1e57ea4300',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054103Z:2f0bf5d4-fbbf-4772-9b6d-0a1e57ea4300',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10451',
+ 'x-ms-request-id',
+ '3a47c136-1233-43bc-9e53-e8bb8c92bc11',
+ 'x-ms-correlation-request-id',
+ '3a47c136-1233-43bc-9e53-e8bb8c92bc11',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054106Z:3a47c136-1233-43bc-9e53-e8bb8c92bc11',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10450',
+ 'x-ms-request-id',
+ '54e123ad-0f24-4ba1-bfad-803692051e0e',
+ 'x-ms-correlation-request-id',
+ '54e123ad-0f24-4ba1-bfad-803692051e0e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054108Z:54e123ad-0f24-4ba1-bfad-803692051e0e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10449',
+ 'x-ms-request-id',
+ '3d551f0f-e179-47e8-9ee2-3a54dc1d2e07',
+ 'x-ms-correlation-request-id',
+ '3d551f0f-e179-47e8-9ee2-3a54dc1d2e07',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054110Z:3d551f0f-e179-47e8-9ee2-3a54dc1d2e07',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10448',
+ 'x-ms-request-id',
+ '6354ad4f-853f-4521-a263-9c8408b1856f',
+ 'x-ms-correlation-request-id',
+ '6354ad4f-853f-4521-a263-9c8408b1856f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054113Z:6354ad4f-853f-4521-a263-9c8408b1856f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10447',
+ 'x-ms-request-id',
+ 'c8e6fcc3-4f2c-45a9-963a-ab95a3d418e2',
+ 'x-ms-correlation-request-id',
+ 'c8e6fcc3-4f2c-45a9-963a-ab95a3d418e2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054115Z:c8e6fcc3-4f2c-45a9-963a-ab95a3d418e2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10446',
+ 'x-ms-request-id',
+ '118be6a9-6a5c-4d0d-863f-71ce24b36c3e',
+ 'x-ms-correlation-request-id',
+ '118be6a9-6a5c-4d0d-863f-71ce24b36c3e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054117Z:118be6a9-6a5c-4d0d-863f-71ce24b36c3e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10445',
+ 'x-ms-request-id',
+ 'b39ebcf3-94a6-49a4-8c4e-434fc18fcde3',
+ 'x-ms-correlation-request-id',
+ 'b39ebcf3-94a6-49a4-8c4e-434fc18fcde3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054120Z:b39ebcf3-94a6-49a4-8c4e-434fc18fcde3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10444',
+ 'x-ms-request-id',
+ 'b80f8c54-0eac-4f67-8679-a9f4bae4cd65',
+ 'x-ms-correlation-request-id',
+ 'b80f8c54-0eac-4f67-8679-a9f4bae4cd65',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054122Z:b80f8c54-0eac-4f67-8679-a9f4bae4cd65',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10443',
+ 'x-ms-request-id',
+ '48bea9ec-6db2-41f9-b579-cc6da8e98586',
+ 'x-ms-correlation-request-id',
+ '48bea9ec-6db2-41f9-b579-cc6da8e98586',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054124Z:48bea9ec-6db2-41f9-b579-cc6da8e98586',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10442',
+ 'x-ms-request-id',
+ 'e7833f5f-4366-44c4-b5b9-320577c59f92',
+ 'x-ms-correlation-request-id',
+ 'e7833f5f-4366-44c4-b5b9-320577c59f92',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054127Z:e7833f5f-4366-44c4-b5b9-320577c59f92',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10441',
+ 'x-ms-request-id',
+ '75876bde-3471-401e-8f8a-106ead9abd25',
+ 'x-ms-correlation-request-id',
+ '75876bde-3471-401e-8f8a-106ead9abd25',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054130Z:75876bde-3471-401e-8f8a-106ead9abd25',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10440',
+ 'x-ms-request-id',
+ '150d5785-9055-409d-bb4f-f7f733319c26',
+ 'x-ms-correlation-request-id',
+ '150d5785-9055-409d-bb4f-f7f733319c26',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054132Z:150d5785-9055-409d-bb4f-f7f733319c26',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10439',
+ 'x-ms-request-id',
+ 'b737897e-6d12-4447-9fbb-a72c88e85da5',
+ 'x-ms-correlation-request-id',
+ 'b737897e-6d12-4447-9fbb-a72c88e85da5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054134Z:b737897e-6d12-4447-9fbb-a72c88e85da5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10438',
+ 'x-ms-request-id',
+ '808dd821-05f4-4d35-9fc7-1ebb9c463548',
+ 'x-ms-correlation-request-id',
+ '808dd821-05f4-4d35-9fc7-1ebb9c463548',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054137Z:808dd821-05f4-4d35-9fc7-1ebb9c463548',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10437',
+ 'x-ms-request-id',
+ 'cafc38d2-bced-4ef4-bc93-bb4907a2e4dd',
+ 'x-ms-correlation-request-id',
+ 'cafc38d2-bced-4ef4-bc93-bb4907a2e4dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054139Z:cafc38d2-bced-4ef4-bc93-bb4907a2e4dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10436',
+ 'x-ms-request-id',
+ 'f77e977e-2512-4544-861b-b61bf5cb4d22',
+ 'x-ms-correlation-request-id',
+ 'f77e977e-2512-4544-861b-b61bf5cb4d22',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054141Z:f77e977e-2512-4544-861b-b61bf5cb4d22',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10435',
+ 'x-ms-request-id',
+ '40c586a6-fa2c-4f7d-a2a6-6c80114ba081',
+ 'x-ms-correlation-request-id',
+ '40c586a6-fa2c-4f7d-a2a6-6c80114ba081',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054144Z:40c586a6-fa2c-4f7d-a2a6-6c80114ba081',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10434',
+ 'x-ms-request-id',
+ '8c89a4c7-3c64-47db-a11b-e7af9739577f',
+ 'x-ms-correlation-request-id',
+ '8c89a4c7-3c64-47db-a11b-e7af9739577f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054146Z:8c89a4c7-3c64-47db-a11b-e7af9739577f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10433',
+ 'x-ms-request-id',
+ '97a83626-a36c-42be-8e13-b028e109ad14',
+ 'x-ms-correlation-request-id',
+ '97a83626-a36c-42be-8e13-b028e109ad14',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054148Z:97a83626-a36c-42be-8e13-b028e109ad14',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10432',
+ 'x-ms-request-id',
+ '4300971a-176d-4727-84a6-bf8f4ce906ba',
+ 'x-ms-correlation-request-id',
+ '4300971a-176d-4727-84a6-bf8f4ce906ba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054151Z:4300971a-176d-4727-84a6-bf8f4ce906ba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10431',
+ 'x-ms-request-id',
+ '29eddabc-4ee5-4b24-bb24-03814a092589',
+ 'x-ms-correlation-request-id',
+ '29eddabc-4ee5-4b24-bb24-03814a092589',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054153Z:29eddabc-4ee5-4b24-bb24-03814a092589',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10430',
+ 'x-ms-request-id',
+ 'c882a4c1-9c00-4dcf-bcc6-01aa13894c48',
+ 'x-ms-correlation-request-id',
+ 'c882a4c1-9c00-4dcf-bcc6-01aa13894c48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054155Z:c882a4c1-9c00-4dcf-bcc6-01aa13894c48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10429',
+ 'x-ms-request-id',
+ '17bf71ca-1b52-411d-8203-21fddbb7867b',
+ 'x-ms-correlation-request-id',
+ '17bf71ca-1b52-411d-8203-21fddbb7867b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054158Z:17bf71ca-1b52-411d-8203-21fddbb7867b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10428',
+ 'x-ms-request-id',
+ 'd8ee6e9b-399c-4e75-8f85-4f2cab974a9f',
+ 'x-ms-correlation-request-id',
+ 'd8ee6e9b-399c-4e75-8f85-4f2cab974a9f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054200Z:d8ee6e9b-399c-4e75-8f85-4f2cab974a9f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:41:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10427',
+ 'x-ms-request-id',
+ '22928c67-5b93-4fbe-bb57-d3bebbacfdff',
+ 'x-ms-correlation-request-id',
+ '22928c67-5b93-4fbe-bb57-d3bebbacfdff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054202Z:22928c67-5b93-4fbe-bb57-d3bebbacfdff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10426',
+ 'x-ms-request-id',
+ '10c6bf46-c354-4197-940d-a7478151e124',
+ 'x-ms-correlation-request-id',
+ '10c6bf46-c354-4197-940d-a7478151e124',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054205Z:10c6bf46-c354-4197-940d-a7478151e124',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10425',
+ 'x-ms-request-id',
+ '14d0b3c9-0bf6-4d22-aeb8-77f1f5dedf12',
+ 'x-ms-correlation-request-id',
+ '14d0b3c9-0bf6-4d22-aeb8-77f1f5dedf12',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054207Z:14d0b3c9-0bf6-4d22-aeb8-77f1f5dedf12',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10424',
+ 'x-ms-request-id',
+ 'dda5709d-5abc-4eed-8ae3-a3b18b256e8a',
+ 'x-ms-correlation-request-id',
+ 'dda5709d-5abc-4eed-8ae3-a3b18b256e8a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054209Z:dda5709d-5abc-4eed-8ae3-a3b18b256e8a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10423',
+ 'x-ms-request-id',
+ 'f9acb03b-939a-4244-a723-7578abee2594',
+ 'x-ms-correlation-request-id',
+ 'f9acb03b-939a-4244-a723-7578abee2594',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054212Z:f9acb03b-939a-4244-a723-7578abee2594',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10422',
+ 'x-ms-request-id',
+ 'd1f9a2a6-dd62-4441-82b3-05795d8870f8',
+ 'x-ms-correlation-request-id',
+ 'd1f9a2a6-dd62-4441-82b3-05795d8870f8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054214Z:d1f9a2a6-dd62-4441-82b3-05795d8870f8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10421',
+ 'x-ms-request-id',
+ '805ed7dc-38f2-43d8-9709-3ff53dc5f736',
+ 'x-ms-correlation-request-id',
+ '805ed7dc-38f2-43d8-9709-3ff53dc5f736',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054216Z:805ed7dc-38f2-43d8-9709-3ff53dc5f736',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10420',
+ 'x-ms-request-id',
+ '8cbb809b-65d7-454e-bc59-8fd0ca0d578a',
+ 'x-ms-correlation-request-id',
+ '8cbb809b-65d7-454e-bc59-8fd0ca0d578a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054219Z:8cbb809b-65d7-454e-bc59-8fd0ca0d578a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10419',
+ 'x-ms-request-id',
+ 'e43c250a-ad6a-41d3-8b49-15b670be5927',
+ 'x-ms-correlation-request-id',
+ 'e43c250a-ad6a-41d3-8b49-15b670be5927',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054221Z:e43c250a-ad6a-41d3-8b49-15b670be5927',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10418',
+ 'x-ms-request-id',
+ '7800a1b0-b43f-4198-b50a-0720e0991659',
+ 'x-ms-correlation-request-id',
+ '7800a1b0-b43f-4198-b50a-0720e0991659',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054223Z:7800a1b0-b43f-4198-b50a-0720e0991659',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10417',
+ 'x-ms-request-id',
+ 'f8469ff5-2350-427f-8806-e1d480d53ae1',
+ 'x-ms-correlation-request-id',
+ 'f8469ff5-2350-427f-8806-e1d480d53ae1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054226Z:f8469ff5-2350-427f-8806-e1d480d53ae1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10416',
+ 'x-ms-request-id',
+ '0b8f367e-cc72-48b1-8f6b-a357875c3568',
+ 'x-ms-correlation-request-id',
+ '0b8f367e-cc72-48b1-8f6b-a357875c3568',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054228Z:0b8f367e-cc72-48b1-8f6b-a357875c3568',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10415',
+ 'x-ms-request-id',
+ '7bd65587-e2c1-4350-8db3-7c48ca50ae18',
+ 'x-ms-correlation-request-id',
+ '7bd65587-e2c1-4350-8db3-7c48ca50ae18',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054230Z:7bd65587-e2c1-4350-8db3-7c48ca50ae18',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10414',
+ 'x-ms-request-id',
+ 'f19643b9-f706-4c61-82df-dfbdb133d8e8',
+ 'x-ms-correlation-request-id',
+ 'f19643b9-f706-4c61-82df-dfbdb133d8e8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054232Z:f19643b9-f706-4c61-82df-dfbdb133d8e8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10413',
+ 'x-ms-request-id',
+ '7507841e-1c2f-4101-b87a-c1bd9092110b',
+ 'x-ms-correlation-request-id',
+ '7507841e-1c2f-4101-b87a-c1bd9092110b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054235Z:7507841e-1c2f-4101-b87a-c1bd9092110b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10412',
+ 'x-ms-request-id',
+ '362bcd15-ed6c-4d77-8199-45e938dccd23',
+ 'x-ms-correlation-request-id',
+ '362bcd15-ed6c-4d77-8199-45e938dccd23',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054237Z:362bcd15-ed6c-4d77-8199-45e938dccd23',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10411',
+ 'x-ms-request-id',
+ 'f65015e1-38b9-4036-a475-1c454c534b42',
+ 'x-ms-correlation-request-id',
+ 'f65015e1-38b9-4036-a475-1c454c534b42',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054239Z:f65015e1-38b9-4036-a475-1c454c534b42',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10410',
+ 'x-ms-request-id',
+ '1548b617-82ca-4677-9f23-ae26bf3d7c5b',
+ 'x-ms-correlation-request-id',
+ '1548b617-82ca-4677-9f23-ae26bf3d7c5b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054242Z:1548b617-82ca-4677-9f23-ae26bf3d7c5b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10409',
+ 'x-ms-request-id',
+ '9622eebb-eabf-42b9-8259-385ed914b823',
+ 'x-ms-correlation-request-id',
+ '9622eebb-eabf-42b9-8259-385ed914b823',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054244Z:9622eebb-eabf-42b9-8259-385ed914b823',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10408',
+ 'x-ms-request-id',
+ '9cd23841-e103-4d55-bf24-6a9c1eff8155',
+ 'x-ms-correlation-request-id',
+ '9cd23841-e103-4d55-bf24-6a9c1eff8155',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054246Z:9cd23841-e103-4d55-bf24-6a9c1eff8155',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10407',
+ 'x-ms-request-id',
+ 'e15c6e76-756b-4eed-a97f-1fb57f6cc2e7',
+ 'x-ms-correlation-request-id',
+ 'e15c6e76-756b-4eed-a97f-1fb57f6cc2e7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054249Z:e15c6e76-756b-4eed-a97f-1fb57f6cc2e7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10406',
+ 'x-ms-request-id',
+ 'cf94a236-db87-4d55-8cab-d9d0e99fd52d',
+ 'x-ms-correlation-request-id',
+ 'cf94a236-db87-4d55-8cab-d9d0e99fd52d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054251Z:cf94a236-db87-4d55-8cab-d9d0e99fd52d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10405',
+ 'x-ms-request-id',
+ '9b28c873-346c-4b0c-bc2a-f21277b666f3',
+ 'x-ms-correlation-request-id',
+ '9b28c873-346c-4b0c-bc2a-f21277b666f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054253Z:9b28c873-346c-4b0c-bc2a-f21277b666f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10404',
+ 'x-ms-request-id',
+ '7757682f-c571-43be-8f39-5f82b19fe61e',
+ 'x-ms-correlation-request-id',
+ '7757682f-c571-43be-8f39-5f82b19fe61e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054256Z:7757682f-c571-43be-8f39-5f82b19fe61e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10403',
+ 'x-ms-request-id',
+ '30e7c01e-bcc5-4db8-ab73-6fe7b6c09201',
+ 'x-ms-correlation-request-id',
+ '30e7c01e-bcc5-4db8-ab73-6fe7b6c09201',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054258Z:30e7c01e-bcc5-4db8-ab73-6fe7b6c09201',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:42:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10402',
+ 'x-ms-request-id',
+ '6181e325-9c34-4cd8-9315-18643e1e2e2c',
+ 'x-ms-correlation-request-id',
+ '6181e325-9c34-4cd8-9315-18643e1e2e2c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054300Z:6181e325-9c34-4cd8-9315-18643e1e2e2c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10401',
+ 'x-ms-request-id',
+ '1d9830d3-cc6f-4b41-9fac-59a9098c4c56',
+ 'x-ms-correlation-request-id',
+ '1d9830d3-cc6f-4b41-9fac-59a9098c4c56',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054303Z:1d9830d3-cc6f-4b41-9fac-59a9098c4c56',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10400',
+ 'x-ms-request-id',
+ 'f045d702-a242-4e3a-9bbe-a38e365340ce',
+ 'x-ms-correlation-request-id',
+ 'f045d702-a242-4e3a-9bbe-a38e365340ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054305Z:f045d702-a242-4e3a-9bbe-a38e365340ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10399',
+ 'x-ms-request-id',
+ '12552765-cab0-406b-bb85-bfcb8cee6260',
+ 'x-ms-correlation-request-id',
+ '12552765-cab0-406b-bb85-bfcb8cee6260',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054307Z:12552765-cab0-406b-bb85-bfcb8cee6260',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10398',
+ 'x-ms-request-id',
+ '36da680b-f37e-45df-989f-b80884a8aa6e',
+ 'x-ms-correlation-request-id',
+ '36da680b-f37e-45df-989f-b80884a8aa6e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054310Z:36da680b-f37e-45df-989f-b80884a8aa6e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10397',
+ 'x-ms-request-id',
+ '44bd091a-a9a7-46e2-acb1-801a5776fe57',
+ 'x-ms-correlation-request-id',
+ '44bd091a-a9a7-46e2-acb1-801a5776fe57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054312Z:44bd091a-a9a7-46e2-acb1-801a5776fe57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10396',
+ 'x-ms-request-id',
+ '68feebdc-e4b0-476c-9a36-f621b971c915',
+ 'x-ms-correlation-request-id',
+ '68feebdc-e4b0-476c-9a36-f621b971c915',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054314Z:68feebdc-e4b0-476c-9a36-f621b971c915',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10395',
+ 'x-ms-request-id',
+ '6e4aa14d-b5a3-4f25-9cc1-a236445a7b16',
+ 'x-ms-correlation-request-id',
+ '6e4aa14d-b5a3-4f25-9cc1-a236445a7b16',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054317Z:6e4aa14d-b5a3-4f25-9cc1-a236445a7b16',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10394',
+ 'x-ms-request-id',
+ '204b4de1-7902-4116-9955-6628f120c943',
+ 'x-ms-correlation-request-id',
+ '204b4de1-7902-4116-9955-6628f120c943',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054319Z:204b4de1-7902-4116-9955-6628f120c943',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10393',
+ 'x-ms-request-id',
+ '7afc35c8-58f9-4e7b-86a3-1fee6f00929b',
+ 'x-ms-correlation-request-id',
+ '7afc35c8-58f9-4e7b-86a3-1fee6f00929b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054321Z:7afc35c8-58f9-4e7b-86a3-1fee6f00929b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10392',
+ 'x-ms-request-id',
+ 'd2cc705f-0a9d-494e-ac24-9e65cd91c2bf',
+ 'x-ms-correlation-request-id',
+ 'd2cc705f-0a9d-494e-ac24-9e65cd91c2bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054324Z:d2cc705f-0a9d-494e-ac24-9e65cd91c2bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10391',
+ 'x-ms-request-id',
+ '4b185c4a-a28e-4679-a7cf-bfeb84415297',
+ 'x-ms-correlation-request-id',
+ '4b185c4a-a28e-4679-a7cf-bfeb84415297',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054326Z:4b185c4a-a28e-4679-a7cf-bfeb84415297',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10390',
+ 'x-ms-request-id',
+ '5ca28845-a4d3-444f-8e8d-dae886199b19',
+ 'x-ms-correlation-request-id',
+ '5ca28845-a4d3-444f-8e8d-dae886199b19',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054328Z:5ca28845-a4d3-444f-8e8d-dae886199b19',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10389',
+ 'x-ms-request-id',
+ 'c15fcf47-fd36-43c0-bede-1238e30649b4',
+ 'x-ms-correlation-request-id',
+ 'c15fcf47-fd36-43c0-bede-1238e30649b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054331Z:c15fcf47-fd36-43c0-bede-1238e30649b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10388',
+ 'x-ms-request-id',
+ '4400fb90-8050-4bf2-b255-ed6d6fa339f4',
+ 'x-ms-correlation-request-id',
+ '4400fb90-8050-4bf2-b255-ed6d6fa339f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054333Z:4400fb90-8050-4bf2-b255-ed6d6fa339f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10387',
+ 'x-ms-request-id',
+ '2d853551-08fe-45c3-be16-4324568575c2',
+ 'x-ms-correlation-request-id',
+ '2d853551-08fe-45c3-be16-4324568575c2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054335Z:2d853551-08fe-45c3-be16-4324568575c2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10386',
+ 'x-ms-request-id',
+ '7e1edf6b-19cb-4ab1-bdd1-3518c5a92068',
+ 'x-ms-correlation-request-id',
+ '7e1edf6b-19cb-4ab1-bdd1-3518c5a92068',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054338Z:7e1edf6b-19cb-4ab1-bdd1-3518c5a92068',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10385',
+ 'x-ms-request-id',
+ '2395ee29-e9f5-404f-b4e1-e5dde3ec79ee',
+ 'x-ms-correlation-request-id',
+ '2395ee29-e9f5-404f-b4e1-e5dde3ec79ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054340Z:2395ee29-e9f5-404f-b4e1-e5dde3ec79ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10384',
+ 'x-ms-request-id',
+ '3b55c906-9e3a-4d8d-bf11-bac4674cc173',
+ 'x-ms-correlation-request-id',
+ '3b55c906-9e3a-4d8d-bf11-bac4674cc173',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054342Z:3b55c906-9e3a-4d8d-bf11-bac4674cc173',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10383',
+ 'x-ms-request-id',
+ 'ddb496a2-9ca5-48b2-8f16-fd32fa76307e',
+ 'x-ms-correlation-request-id',
+ 'ddb496a2-9ca5-48b2-8f16-fd32fa76307e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054344Z:ddb496a2-9ca5-48b2-8f16-fd32fa76307e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10382',
+ 'x-ms-request-id',
+ '17960a09-bcda-485e-bd6c-6713e35ca83c',
+ 'x-ms-correlation-request-id',
+ '17960a09-bcda-485e-bd6c-6713e35ca83c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054347Z:17960a09-bcda-485e-bd6c-6713e35ca83c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10381',
+ 'x-ms-request-id',
+ 'e8b8d045-7040-4ad0-9c06-505769c9fc73',
+ 'x-ms-correlation-request-id',
+ 'e8b8d045-7040-4ad0-9c06-505769c9fc73',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054349Z:e8b8d045-7040-4ad0-9c06-505769c9fc73',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10380',
+ 'x-ms-request-id',
+ '5e0c34c1-05e2-450a-9750-44d18419c8e5',
+ 'x-ms-correlation-request-id',
+ '5e0c34c1-05e2-450a-9750-44d18419c8e5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054351Z:5e0c34c1-05e2-450a-9750-44d18419c8e5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10379',
+ 'x-ms-request-id',
+ '5632b8bd-f326-4ce3-a3b3-d8d44c443062',
+ 'x-ms-correlation-request-id',
+ '5632b8bd-f326-4ce3-a3b3-d8d44c443062',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054354Z:5632b8bd-f326-4ce3-a3b3-d8d44c443062',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10378',
+ 'x-ms-request-id',
+ 'cf552bd0-7e18-433c-9efe-c98abe48a733',
+ 'x-ms-correlation-request-id',
+ 'cf552bd0-7e18-433c-9efe-c98abe48a733',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054356Z:cf552bd0-7e18-433c-9efe-c98abe48a733',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10377',
+ 'x-ms-request-id',
+ 'dc6d8ae6-5a31-489e-a72e-8ac02929f291',
+ 'x-ms-correlation-request-id',
+ 'dc6d8ae6-5a31-489e-a72e-8ac02929f291',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054358Z:dc6d8ae6-5a31-489e-a72e-8ac02929f291',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:43:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10376',
+ 'x-ms-request-id',
+ 'ecb99e75-bf3b-4773-ba8b-79810c3231a1',
+ 'x-ms-correlation-request-id',
+ 'ecb99e75-bf3b-4773-ba8b-79810c3231a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054401Z:ecb99e75-bf3b-4773-ba8b-79810c3231a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10375',
+ 'x-ms-request-id',
+ '4e868270-5909-44fb-aa3d-414511ff7d64',
+ 'x-ms-correlation-request-id',
+ '4e868270-5909-44fb-aa3d-414511ff7d64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054403Z:4e868270-5909-44fb-aa3d-414511ff7d64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10374',
+ 'x-ms-request-id',
+ 'bf1b933f-ef58-47c4-9727-e6a45798f070',
+ 'x-ms-correlation-request-id',
+ 'bf1b933f-ef58-47c4-9727-e6a45798f070',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054405Z:bf1b933f-ef58-47c4-9727-e6a45798f070',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10373',
+ 'x-ms-request-id',
+ 'c448e4fa-2bca-4f1d-8d4f-c6ea560b5d5e',
+ 'x-ms-correlation-request-id',
+ 'c448e4fa-2bca-4f1d-8d4f-c6ea560b5d5e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054408Z:c448e4fa-2bca-4f1d-8d4f-c6ea560b5d5e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10372',
+ 'x-ms-request-id',
+ '30346952-a760-4bf2-8827-337f13178b85',
+ 'x-ms-correlation-request-id',
+ '30346952-a760-4bf2-8827-337f13178b85',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054410Z:30346952-a760-4bf2-8827-337f13178b85',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10371',
+ 'x-ms-request-id',
+ 'b3cf88b5-68d4-4ccc-84a6-cb7e77ac4d4c',
+ 'x-ms-correlation-request-id',
+ 'b3cf88b5-68d4-4ccc-84a6-cb7e77ac4d4c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054412Z:b3cf88b5-68d4-4ccc-84a6-cb7e77ac4d4c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10370',
+ 'x-ms-request-id',
+ 'ea9f0e6a-0427-429d-bead-cf87a86e11f0',
+ 'x-ms-correlation-request-id',
+ 'ea9f0e6a-0427-429d-bead-cf87a86e11f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054415Z:ea9f0e6a-0427-429d-bead-cf87a86e11f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10369',
+ 'x-ms-request-id',
+ 'e4d36fd4-2c91-4f02-ad66-a74db758eee9',
+ 'x-ms-correlation-request-id',
+ 'e4d36fd4-2c91-4f02-ad66-a74db758eee9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054417Z:e4d36fd4-2c91-4f02-ad66-a74db758eee9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10368',
+ 'x-ms-request-id',
+ '2c28906c-a4e4-4c96-b114-249feb447df9',
+ 'x-ms-correlation-request-id',
+ '2c28906c-a4e4-4c96-b114-249feb447df9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054419Z:2c28906c-a4e4-4c96-b114-249feb447df9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10367',
+ 'x-ms-request-id',
+ '1de3cce6-fbd8-45de-926f-6a9280333b76',
+ 'x-ms-correlation-request-id',
+ '1de3cce6-fbd8-45de-926f-6a9280333b76',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054422Z:1de3cce6-fbd8-45de-926f-6a9280333b76',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10366',
+ 'x-ms-request-id',
+ '414d9bee-cb7b-4be6-a5a8-0a6e35b7b5a6',
+ 'x-ms-correlation-request-id',
+ '414d9bee-cb7b-4be6-a5a8-0a6e35b7b5a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054424Z:414d9bee-cb7b-4be6-a5a8-0a6e35b7b5a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10365',
+ 'x-ms-request-id',
+ 'c4ee31c0-dc61-4733-b52a-590ebabf7b3b',
+ 'x-ms-correlation-request-id',
+ 'c4ee31c0-dc61-4733-b52a-590ebabf7b3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054426Z:c4ee31c0-dc61-4733-b52a-590ebabf7b3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10364',
+ 'x-ms-request-id',
+ 'f41056c8-6965-47a9-b67d-93a90e986833',
+ 'x-ms-correlation-request-id',
+ 'f41056c8-6965-47a9-b67d-93a90e986833',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054429Z:f41056c8-6965-47a9-b67d-93a90e986833',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10363',
+ 'x-ms-request-id',
+ 'fd073825-1a35-4647-9727-9a199d82d6bf',
+ 'x-ms-correlation-request-id',
+ 'fd073825-1a35-4647-9727-9a199d82d6bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054432Z:fd073825-1a35-4647-9727-9a199d82d6bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10362',
+ 'x-ms-request-id',
+ '82cccf5a-f2f5-423d-9dee-e4d5c54ceb2d',
+ 'x-ms-correlation-request-id',
+ '82cccf5a-f2f5-423d-9dee-e4d5c54ceb2d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054434Z:82cccf5a-f2f5-423d-9dee-e4d5c54ceb2d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/17ab9083-d1f5-405d-b54d-4db337951dc9')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10361',
+ 'x-ms-request-id',
+ 'efc495a9-87d4-4ebc-85d4-40cc23a2d6b5',
+ 'x-ms-correlation-request-id',
+ 'efc495a9-87d4-4ebc-85d4-40cc23a2d6b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054436Z:efc495a9-87d4-4ebc-85d4-40cc23a2d6b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10360',
+ 'x-ms-request-id',
+ '30d63306-2574-450c-b115-7856376c79c5',
+ 'x-ms-correlation-request-id',
+ '30d63306-2574-450c-b115-7856376c79c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T054437Z:30d63306-2574-450c-b115-7856376c79c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:44:36 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_test.js
new file mode 100644
index 000000000000..f426dbb9e755
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_delete_test.js
@@ -0,0 +1,39783 @@
+let nock = require('nock');
+
+module.exports.hash = "415549d98be58521e8ad53286b8b093c";
+
+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',
+ '4babd1e2-3f69-4056-80cc-eab664e70100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AlzMBE2xqMdDnelwVp8b24A; expires=Thu, 16-Dec-2021 04:40:28 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrsSh8VlQ1pFJZJ_etptgHfkYJI6ZVRbgVA3y1bK3K0DElnF3FpOiNvTOkN-MXySIvzklfWWOWaRVTTrHUCG03OrFKLDBzRCSr0XKVfJdZP1erwQls33NV0obEmzdk5pWInpM0WrkKYjVTvNyP7OVmusjb-yHjLdxpolAiWiiYaJ8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:27 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',
+ 'bb38216c-2516-4c2f-a747-b84420bc0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AmXFJ3SivRZFrzv5ljkn_9Q; expires=Thu, 16-Dec-2021 04:40:28 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrZN4U6l6gVGYCRQfGLsSHhc5GHv9H5Mxlj_OT00vviRX5IHBAbdeJfoFHUZhSrO3kKdv-Te2trNHljlZtAPd41aadIgybmtS632_A7vtUN2q-Oo-EurR67BYzDCrwGBghBuUttjWTwMXl8P7Loivc0Dm5q346YS7ipCDVPsTMCskgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:27 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=e61c623f-dedc-4006-92e5-12596f8e56f6&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',
+ '4babd1e2-3f69-4056-80cc-eab667e70100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AqZdlSqBTAhDl-OPUJdVDigWPr5BAQAAADstJdkOAAAA; expires=Thu, 16-Dec-2021 04:40:28 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:27 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationResults/c8470edf-55c7-4959-bc08-6050ad931687?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687?api-version=2021-10-15',
+ 'x-ms-request-id',
+ 'c8470edf-55c7-4959-bc08-6050ad931687',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-deletes',
+ '14999',
+ 'x-ms-correlation-request-id',
+ 'ea503d44-858d-4d0f-817d-5a229669850c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044033Z:ea503d44-858d-4d0f-817d-5a229669850c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11999',
+ 'x-ms-request-id',
+ 'fc02eae0-738f-4453-b255-c8cb4a700eab',
+ 'x-ms-correlation-request-id',
+ 'fc02eae0-738f-4453-b255-c8cb4a700eab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044033Z:fc02eae0-738f-4453-b255-c8cb4a700eab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11998',
+ 'x-ms-request-id',
+ 'bfa84449-3e37-4155-bcbe-b793994fcce3',
+ 'x-ms-correlation-request-id',
+ 'bfa84449-3e37-4155-bcbe-b793994fcce3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044035Z:bfa84449-3e37-4155-bcbe-b793994fcce3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11997',
+ 'x-ms-request-id',
+ '64e226dc-1730-4053-b705-d25365e987c6',
+ 'x-ms-correlation-request-id',
+ '64e226dc-1730-4053-b705-d25365e987c6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044038Z:64e226dc-1730-4053-b705-d25365e987c6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11996',
+ 'x-ms-request-id',
+ '46e00cea-49ca-4e1e-b93b-483389fb4eb2',
+ 'x-ms-correlation-request-id',
+ '46e00cea-49ca-4e1e-b93b-483389fb4eb2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044040Z:46e00cea-49ca-4e1e-b93b-483389fb4eb2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11995',
+ 'x-ms-request-id',
+ '8d8e39a8-027e-493a-8b1a-c5a28f0d7455',
+ 'x-ms-correlation-request-id',
+ '8d8e39a8-027e-493a-8b1a-c5a28f0d7455',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044042Z:8d8e39a8-027e-493a-8b1a-c5a28f0d7455',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11994',
+ 'x-ms-request-id',
+ 'bec4dc03-c241-4deb-842c-259287fdfd03',
+ 'x-ms-correlation-request-id',
+ 'bec4dc03-c241-4deb-842c-259287fdfd03',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044045Z:bec4dc03-c241-4deb-842c-259287fdfd03',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11993',
+ 'x-ms-request-id',
+ '26e9b4f3-4a15-4cd5-b696-50c152b91f7f',
+ 'x-ms-correlation-request-id',
+ '26e9b4f3-4a15-4cd5-b696-50c152b91f7f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044047Z:26e9b4f3-4a15-4cd5-b696-50c152b91f7f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11992',
+ 'x-ms-request-id',
+ '4ed280de-54b2-40d5-8dcb-dfc4745bdfaf',
+ 'x-ms-correlation-request-id',
+ '4ed280de-54b2-40d5-8dcb-dfc4745bdfaf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044050Z:4ed280de-54b2-40d5-8dcb-dfc4745bdfaf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11991',
+ 'x-ms-request-id',
+ '67dc183a-0c39-4c58-881d-97183286f889',
+ 'x-ms-correlation-request-id',
+ '67dc183a-0c39-4c58-881d-97183286f889',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044052Z:67dc183a-0c39-4c58-881d-97183286f889',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11990',
+ 'x-ms-request-id',
+ '5aeed388-01b5-43a8-ab0a-4932fc7cd2a3',
+ 'x-ms-correlation-request-id',
+ '5aeed388-01b5-43a8-ab0a-4932fc7cd2a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044055Z:5aeed388-01b5-43a8-ab0a-4932fc7cd2a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11989',
+ 'x-ms-request-id',
+ '581e39bd-8439-49eb-83bc-0799c3cb0789',
+ 'x-ms-correlation-request-id',
+ '581e39bd-8439-49eb-83bc-0799c3cb0789',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044057Z:581e39bd-8439-49eb-83bc-0799c3cb0789',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11988',
+ 'x-ms-request-id',
+ '0321f834-7ab5-4eff-82de-5ebc457f3262',
+ 'x-ms-correlation-request-id',
+ '0321f834-7ab5-4eff-82de-5ebc457f3262',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044059Z:0321f834-7ab5-4eff-82de-5ebc457f3262',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11987',
+ 'x-ms-request-id',
+ '47cd59b3-1ec1-4444-adfd-b0369c4d012b',
+ 'x-ms-correlation-request-id',
+ '47cd59b3-1ec1-4444-adfd-b0369c4d012b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044102Z:47cd59b3-1ec1-4444-adfd-b0369c4d012b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11986',
+ 'x-ms-request-id',
+ '48200303-18d7-4a2c-8c64-2b97d537eb50',
+ 'x-ms-correlation-request-id',
+ '48200303-18d7-4a2c-8c64-2b97d537eb50',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044104Z:48200303-18d7-4a2c-8c64-2b97d537eb50',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11985',
+ 'x-ms-request-id',
+ 'fb4fc19b-d0d2-49ba-8571-16910f7f526e',
+ 'x-ms-correlation-request-id',
+ 'fb4fc19b-d0d2-49ba-8571-16910f7f526e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044106Z:fb4fc19b-d0d2-49ba-8571-16910f7f526e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11984',
+ 'x-ms-request-id',
+ 'e536cb32-a17f-46cb-a21f-637b8b45164a',
+ 'x-ms-correlation-request-id',
+ 'e536cb32-a17f-46cb-a21f-637b8b45164a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044109Z:e536cb32-a17f-46cb-a21f-637b8b45164a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11983',
+ 'x-ms-request-id',
+ '0c6bf135-1be8-4650-81d9-45ffbaf2189c',
+ 'x-ms-correlation-request-id',
+ '0c6bf135-1be8-4650-81d9-45ffbaf2189c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044111Z:0c6bf135-1be8-4650-81d9-45ffbaf2189c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11982',
+ 'x-ms-request-id',
+ 'cfbd4000-813e-4946-a230-e06d235fd152',
+ 'x-ms-correlation-request-id',
+ 'cfbd4000-813e-4946-a230-e06d235fd152',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044113Z:cfbd4000-813e-4946-a230-e06d235fd152',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11981',
+ 'x-ms-request-id',
+ '29cd3894-9a1d-4bc7-a847-c8a58ea39a48',
+ 'x-ms-correlation-request-id',
+ '29cd3894-9a1d-4bc7-a847-c8a58ea39a48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044115Z:29cd3894-9a1d-4bc7-a847-c8a58ea39a48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11980',
+ 'x-ms-request-id',
+ '84982589-1c75-454a-9c67-05097f98463e',
+ 'x-ms-correlation-request-id',
+ '84982589-1c75-454a-9c67-05097f98463e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044118Z:84982589-1c75-454a-9c67-05097f98463e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11979',
+ 'x-ms-request-id',
+ '2f14c09e-20e1-416a-a89e-acea65915489',
+ 'x-ms-correlation-request-id',
+ '2f14c09e-20e1-416a-a89e-acea65915489',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044120Z:2f14c09e-20e1-416a-a89e-acea65915489',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11978',
+ 'x-ms-request-id',
+ '76244e57-af39-4823-a0c4-c15e1ad10076',
+ 'x-ms-correlation-request-id',
+ '76244e57-af39-4823-a0c4-c15e1ad10076',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044122Z:76244e57-af39-4823-a0c4-c15e1ad10076',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11977',
+ 'x-ms-request-id',
+ 'c67e7c8e-e617-4238-955f-53d24c3bda25',
+ 'x-ms-correlation-request-id',
+ 'c67e7c8e-e617-4238-955f-53d24c3bda25',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044125Z:c67e7c8e-e617-4238-955f-53d24c3bda25',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11976',
+ 'x-ms-request-id',
+ '7172db45-f399-404a-b2a5-0949b26f1e49',
+ 'x-ms-correlation-request-id',
+ '7172db45-f399-404a-b2a5-0949b26f1e49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044127Z:7172db45-f399-404a-b2a5-0949b26f1e49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11975',
+ 'x-ms-request-id',
+ 'a4e33ef0-76c4-4991-9229-db52a78c8323',
+ 'x-ms-correlation-request-id',
+ 'a4e33ef0-76c4-4991-9229-db52a78c8323',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044129Z:a4e33ef0-76c4-4991-9229-db52a78c8323',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11974',
+ 'x-ms-request-id',
+ '8de8a880-d748-48b7-a003-228345c8ed2f',
+ 'x-ms-correlation-request-id',
+ '8de8a880-d748-48b7-a003-228345c8ed2f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044132Z:8de8a880-d748-48b7-a003-228345c8ed2f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11973',
+ 'x-ms-request-id',
+ '24f4c49d-62a6-4308-b40f-2a4f842f4d51',
+ 'x-ms-correlation-request-id',
+ '24f4c49d-62a6-4308-b40f-2a4f842f4d51',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044134Z:24f4c49d-62a6-4308-b40f-2a4f842f4d51',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11972',
+ 'x-ms-request-id',
+ '1d6b1054-43fa-4abf-9340-a1ffe59c42f4',
+ 'x-ms-correlation-request-id',
+ '1d6b1054-43fa-4abf-9340-a1ffe59c42f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044136Z:1d6b1054-43fa-4abf-9340-a1ffe59c42f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11971',
+ 'x-ms-request-id',
+ 'c4a6965a-6a58-411d-b9e8-2bb0be19ab9a',
+ 'x-ms-correlation-request-id',
+ 'c4a6965a-6a58-411d-b9e8-2bb0be19ab9a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044139Z:c4a6965a-6a58-411d-b9e8-2bb0be19ab9a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11970',
+ 'x-ms-request-id',
+ '4a4af632-9299-4e14-afcb-7e855c0c2546',
+ 'x-ms-correlation-request-id',
+ '4a4af632-9299-4e14-afcb-7e855c0c2546',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044141Z:4a4af632-9299-4e14-afcb-7e855c0c2546',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11969',
+ 'x-ms-request-id',
+ '2ae36400-ef9c-404b-9858-48e648d65f15',
+ 'x-ms-correlation-request-id',
+ '2ae36400-ef9c-404b-9858-48e648d65f15',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044143Z:2ae36400-ef9c-404b-9858-48e648d65f15',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11968',
+ 'x-ms-request-id',
+ '9cb4bd46-eda6-4798-87bc-8eb2c1dd3c1b',
+ 'x-ms-correlation-request-id',
+ '9cb4bd46-eda6-4798-87bc-8eb2c1dd3c1b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044146Z:9cb4bd46-eda6-4798-87bc-8eb2c1dd3c1b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11967',
+ 'x-ms-request-id',
+ '3d0a88aa-bdee-4217-a1ba-2dc15294262c',
+ 'x-ms-correlation-request-id',
+ '3d0a88aa-bdee-4217-a1ba-2dc15294262c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044148Z:3d0a88aa-bdee-4217-a1ba-2dc15294262c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11966',
+ 'x-ms-request-id',
+ '5884a4e8-3d8e-45c5-afbd-7a1527f21d8c',
+ 'x-ms-correlation-request-id',
+ '5884a4e8-3d8e-45c5-afbd-7a1527f21d8c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044151Z:5884a4e8-3d8e-45c5-afbd-7a1527f21d8c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11965',
+ 'x-ms-request-id',
+ '810a6376-1811-4f7d-b77a-7aefbf1cde5a',
+ 'x-ms-correlation-request-id',
+ '810a6376-1811-4f7d-b77a-7aefbf1cde5a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044153Z:810a6376-1811-4f7d-b77a-7aefbf1cde5a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11964',
+ 'x-ms-request-id',
+ 'd60a9048-039f-4747-840c-d1508f7baaff',
+ 'x-ms-correlation-request-id',
+ 'd60a9048-039f-4747-840c-d1508f7baaff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044156Z:d60a9048-039f-4747-840c-d1508f7baaff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11963',
+ 'x-ms-request-id',
+ '8ef68b1f-4f46-4978-8a20-7057d1dff465',
+ 'x-ms-correlation-request-id',
+ '8ef68b1f-4f46-4978-8a20-7057d1dff465',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044158Z:8ef68b1f-4f46-4978-8a20-7057d1dff465',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:41:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11962',
+ 'x-ms-request-id',
+ '435ee88f-7ee0-47fe-822f-8a63ee44a09b',
+ 'x-ms-correlation-request-id',
+ '435ee88f-7ee0-47fe-822f-8a63ee44a09b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044200Z:435ee88f-7ee0-47fe-822f-8a63ee44a09b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11961',
+ 'x-ms-request-id',
+ '8a4a4a95-a10d-4f6c-b69d-3614a4861c1c',
+ 'x-ms-correlation-request-id',
+ '8a4a4a95-a10d-4f6c-b69d-3614a4861c1c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044203Z:8a4a4a95-a10d-4f6c-b69d-3614a4861c1c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11960',
+ 'x-ms-request-id',
+ '8ba40cca-c8ec-49d7-83a4-f9933bf7aab9',
+ 'x-ms-correlation-request-id',
+ '8ba40cca-c8ec-49d7-83a4-f9933bf7aab9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044205Z:8ba40cca-c8ec-49d7-83a4-f9933bf7aab9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11959',
+ 'x-ms-request-id',
+ 'e417b113-4abd-4a0c-a12f-feb1a62dda78',
+ 'x-ms-correlation-request-id',
+ 'e417b113-4abd-4a0c-a12f-feb1a62dda78',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044207Z:e417b113-4abd-4a0c-a12f-feb1a62dda78',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11958',
+ 'x-ms-request-id',
+ '8861514e-49bd-48e3-b048-94a54cc08670',
+ 'x-ms-correlation-request-id',
+ '8861514e-49bd-48e3-b048-94a54cc08670',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044210Z:8861514e-49bd-48e3-b048-94a54cc08670',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11957',
+ 'x-ms-request-id',
+ '62e4c32a-d0e2-4364-bc74-1de8a032e5db',
+ 'x-ms-correlation-request-id',
+ '62e4c32a-d0e2-4364-bc74-1de8a032e5db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044212Z:62e4c32a-d0e2-4364-bc74-1de8a032e5db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11956',
+ 'x-ms-request-id',
+ 'ffdde15e-e583-4e19-8672-ac35c0eea36a',
+ 'x-ms-correlation-request-id',
+ 'ffdde15e-e583-4e19-8672-ac35c0eea36a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044214Z:ffdde15e-e583-4e19-8672-ac35c0eea36a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11955',
+ 'x-ms-request-id',
+ '49f2c9b4-1f21-44b5-85ef-50198a71b8b4',
+ 'x-ms-correlation-request-id',
+ '49f2c9b4-1f21-44b5-85ef-50198a71b8b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044217Z:49f2c9b4-1f21-44b5-85ef-50198a71b8b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11954',
+ 'x-ms-request-id',
+ 'd1a2b768-178c-4b45-bdb0-a389465976c3',
+ 'x-ms-correlation-request-id',
+ 'd1a2b768-178c-4b45-bdb0-a389465976c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044219Z:d1a2b768-178c-4b45-bdb0-a389465976c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11953',
+ 'x-ms-request-id',
+ '183af09b-38da-4cbc-b619-3d52f0dbcfae',
+ 'x-ms-correlation-request-id',
+ '183af09b-38da-4cbc-b619-3d52f0dbcfae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044221Z:183af09b-38da-4cbc-b619-3d52f0dbcfae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11952',
+ 'x-ms-request-id',
+ '8a259e20-ae81-433a-9ba4-106f96fc91f5',
+ 'x-ms-correlation-request-id',
+ '8a259e20-ae81-433a-9ba4-106f96fc91f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044223Z:8a259e20-ae81-433a-9ba4-106f96fc91f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11951',
+ 'x-ms-request-id',
+ '8aedea5e-a7f6-4038-b4b2-0ea412448827',
+ 'x-ms-correlation-request-id',
+ '8aedea5e-a7f6-4038-b4b2-0ea412448827',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044226Z:8aedea5e-a7f6-4038-b4b2-0ea412448827',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11950',
+ 'x-ms-request-id',
+ '2b8820d4-475b-4502-b7aa-18a9607784f6',
+ 'x-ms-correlation-request-id',
+ '2b8820d4-475b-4502-b7aa-18a9607784f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044228Z:2b8820d4-475b-4502-b7aa-18a9607784f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11949',
+ 'x-ms-request-id',
+ 'e446524d-8f46-41fe-bb6d-10ac555da108',
+ 'x-ms-correlation-request-id',
+ 'e446524d-8f46-41fe-bb6d-10ac555da108',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044230Z:e446524d-8f46-41fe-bb6d-10ac555da108',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11948',
+ 'x-ms-request-id',
+ '62ce3620-b2a9-47d5-a0c6-dded60f32bf9',
+ 'x-ms-correlation-request-id',
+ '62ce3620-b2a9-47d5-a0c6-dded60f32bf9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044233Z:62ce3620-b2a9-47d5-a0c6-dded60f32bf9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11947',
+ 'x-ms-request-id',
+ '31a5c914-513b-415c-9705-14a02f07032e',
+ 'x-ms-correlation-request-id',
+ '31a5c914-513b-415c-9705-14a02f07032e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044235Z:31a5c914-513b-415c-9705-14a02f07032e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11946',
+ 'x-ms-request-id',
+ '3ed7c4f0-7d3e-4437-9a44-3d23f96fcfe6',
+ 'x-ms-correlation-request-id',
+ '3ed7c4f0-7d3e-4437-9a44-3d23f96fcfe6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044237Z:3ed7c4f0-7d3e-4437-9a44-3d23f96fcfe6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11945',
+ 'x-ms-request-id',
+ 'a38ed90f-3f96-441a-9808-8322d5aec97a',
+ 'x-ms-correlation-request-id',
+ 'a38ed90f-3f96-441a-9808-8322d5aec97a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044240Z:a38ed90f-3f96-441a-9808-8322d5aec97a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11944',
+ 'x-ms-request-id',
+ 'a709f71f-3d22-498d-b06a-4995514c0e56',
+ 'x-ms-correlation-request-id',
+ 'a709f71f-3d22-498d-b06a-4995514c0e56',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044242Z:a709f71f-3d22-498d-b06a-4995514c0e56',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11943',
+ 'x-ms-request-id',
+ 'b5b3f706-6572-4b8b-a145-f6abe942225c',
+ 'x-ms-correlation-request-id',
+ 'b5b3f706-6572-4b8b-a145-f6abe942225c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044245Z:b5b3f706-6572-4b8b-a145-f6abe942225c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11942',
+ 'x-ms-request-id',
+ '53b50a86-9d62-46e0-a635-83fb118d6727',
+ 'x-ms-correlation-request-id',
+ '53b50a86-9d62-46e0-a635-83fb118d6727',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044247Z:53b50a86-9d62-46e0-a635-83fb118d6727',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11941',
+ 'x-ms-request-id',
+ '16248c55-5396-4d3e-b085-55247bd04121',
+ 'x-ms-correlation-request-id',
+ '16248c55-5396-4d3e-b085-55247bd04121',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044249Z:16248c55-5396-4d3e-b085-55247bd04121',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11940',
+ 'x-ms-request-id',
+ '03a087c2-3532-4a5f-a90e-2748feb6a591',
+ 'x-ms-correlation-request-id',
+ '03a087c2-3532-4a5f-a90e-2748feb6a591',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044252Z:03a087c2-3532-4a5f-a90e-2748feb6a591',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11939',
+ 'x-ms-request-id',
+ '664c6fb5-8fb5-47fc-b09f-cce7782c0d1f',
+ 'x-ms-correlation-request-id',
+ '664c6fb5-8fb5-47fc-b09f-cce7782c0d1f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044254Z:664c6fb5-8fb5-47fc-b09f-cce7782c0d1f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11938',
+ 'x-ms-request-id',
+ '60f6294b-14fa-4550-9e84-183f59a0579f',
+ 'x-ms-correlation-request-id',
+ '60f6294b-14fa-4550-9e84-183f59a0579f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044257Z:60f6294b-14fa-4550-9e84-183f59a0579f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11937',
+ 'x-ms-request-id',
+ '4a2691f5-3526-4158-9d2d-de41170e6934',
+ 'x-ms-correlation-request-id',
+ '4a2691f5-3526-4158-9d2d-de41170e6934',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044259Z:4a2691f5-3526-4158-9d2d-de41170e6934',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:42:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11936',
+ 'x-ms-request-id',
+ '45ac2fd6-bb55-4b2a-944b-3e7bf488cb00',
+ 'x-ms-correlation-request-id',
+ '45ac2fd6-bb55-4b2a-944b-3e7bf488cb00',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044301Z:45ac2fd6-bb55-4b2a-944b-3e7bf488cb00',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11935',
+ 'x-ms-request-id',
+ 'd44b73c9-e4ce-4f54-a1da-2d16d3418dc3',
+ 'x-ms-correlation-request-id',
+ 'd44b73c9-e4ce-4f54-a1da-2d16d3418dc3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044304Z:d44b73c9-e4ce-4f54-a1da-2d16d3418dc3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11934',
+ 'x-ms-request-id',
+ 'd55705b6-5be4-4583-af0c-2e67338a3fe0',
+ 'x-ms-correlation-request-id',
+ 'd55705b6-5be4-4583-af0c-2e67338a3fe0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044306Z:d55705b6-5be4-4583-af0c-2e67338a3fe0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11933',
+ 'x-ms-request-id',
+ '3d50063c-cbca-4ff0-910f-5bfc86bb7196',
+ 'x-ms-correlation-request-id',
+ '3d50063c-cbca-4ff0-910f-5bfc86bb7196',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044308Z:3d50063c-cbca-4ff0-910f-5bfc86bb7196',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11932',
+ 'x-ms-request-id',
+ '9e30b292-db38-4dce-994d-a8b80c6e8e0a',
+ 'x-ms-correlation-request-id',
+ '9e30b292-db38-4dce-994d-a8b80c6e8e0a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044311Z:9e30b292-db38-4dce-994d-a8b80c6e8e0a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11931',
+ 'x-ms-request-id',
+ '656321ef-0bc7-4d82-af21-1dd932ef8a2f',
+ 'x-ms-correlation-request-id',
+ '656321ef-0bc7-4d82-af21-1dd932ef8a2f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044313Z:656321ef-0bc7-4d82-af21-1dd932ef8a2f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11930',
+ 'x-ms-request-id',
+ '23e49da7-2256-40ae-924b-771377bb95d0',
+ 'x-ms-correlation-request-id',
+ '23e49da7-2256-40ae-924b-771377bb95d0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044315Z:23e49da7-2256-40ae-924b-771377bb95d0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11929',
+ 'x-ms-request-id',
+ '84a2c9e6-0f5d-42d9-9dbd-87436594e211',
+ 'x-ms-correlation-request-id',
+ '84a2c9e6-0f5d-42d9-9dbd-87436594e211',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044318Z:84a2c9e6-0f5d-42d9-9dbd-87436594e211',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11928',
+ 'x-ms-request-id',
+ '4bfd5f6d-3d49-45f8-ae70-f47faf093d40',
+ 'x-ms-correlation-request-id',
+ '4bfd5f6d-3d49-45f8-ae70-f47faf093d40',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044320Z:4bfd5f6d-3d49-45f8-ae70-f47faf093d40',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11927',
+ 'x-ms-request-id',
+ '81651fc6-5d6d-4026-b6e4-59f045ff80fe',
+ 'x-ms-correlation-request-id',
+ '81651fc6-5d6d-4026-b6e4-59f045ff80fe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044322Z:81651fc6-5d6d-4026-b6e4-59f045ff80fe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11926',
+ 'x-ms-request-id',
+ '2f7d2b7d-4c61-4976-907b-53b528d82410',
+ 'x-ms-correlation-request-id',
+ '2f7d2b7d-4c61-4976-907b-53b528d82410',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044325Z:2f7d2b7d-4c61-4976-907b-53b528d82410',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11925',
+ 'x-ms-request-id',
+ 'b73415e4-9e6d-45ca-ae37-f40c7430cc99',
+ 'x-ms-correlation-request-id',
+ 'b73415e4-9e6d-45ca-ae37-f40c7430cc99',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044327Z:b73415e4-9e6d-45ca-ae37-f40c7430cc99',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11924',
+ 'x-ms-request-id',
+ '93cd5f24-af5f-4ae7-813f-9f1ff1ae6060',
+ 'x-ms-correlation-request-id',
+ '93cd5f24-af5f-4ae7-813f-9f1ff1ae6060',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044329Z:93cd5f24-af5f-4ae7-813f-9f1ff1ae6060',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11923',
+ 'x-ms-request-id',
+ 'd1ebf391-5e92-4995-ad0d-73d728865687',
+ 'x-ms-correlation-request-id',
+ 'd1ebf391-5e92-4995-ad0d-73d728865687',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044332Z:d1ebf391-5e92-4995-ad0d-73d728865687',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11922',
+ 'x-ms-request-id',
+ '21209594-f790-402f-8606-f40348e155c8',
+ 'x-ms-correlation-request-id',
+ '21209594-f790-402f-8606-f40348e155c8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044334Z:21209594-f790-402f-8606-f40348e155c8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11921',
+ 'x-ms-request-id',
+ 'aea2b26a-3422-4f56-b2d3-b8b44fee63b5',
+ 'x-ms-correlation-request-id',
+ 'aea2b26a-3422-4f56-b2d3-b8b44fee63b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044336Z:aea2b26a-3422-4f56-b2d3-b8b44fee63b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11920',
+ 'x-ms-request-id',
+ '5415844e-1c41-4361-a65b-7c7062c96e9e',
+ 'x-ms-correlation-request-id',
+ '5415844e-1c41-4361-a65b-7c7062c96e9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044339Z:5415844e-1c41-4361-a65b-7c7062c96e9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11919',
+ 'x-ms-request-id',
+ '9c56d948-7b99-4231-8a01-d97421bbbbb8',
+ 'x-ms-correlation-request-id',
+ '9c56d948-7b99-4231-8a01-d97421bbbbb8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044341Z:9c56d948-7b99-4231-8a01-d97421bbbbb8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11918',
+ 'x-ms-request-id',
+ '5a879628-c51d-4691-a6f7-40a15d40f328',
+ 'x-ms-correlation-request-id',
+ '5a879628-c51d-4691-a6f7-40a15d40f328',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044343Z:5a879628-c51d-4691-a6f7-40a15d40f328',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11917',
+ 'x-ms-request-id',
+ 'f68fcff6-d917-42c1-aa99-ac29a46557eb',
+ 'x-ms-correlation-request-id',
+ 'f68fcff6-d917-42c1-aa99-ac29a46557eb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044346Z:f68fcff6-d917-42c1-aa99-ac29a46557eb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11916',
+ 'x-ms-request-id',
+ 'd1c91a13-486b-4674-a39e-cccbed7dcd69',
+ 'x-ms-correlation-request-id',
+ 'd1c91a13-486b-4674-a39e-cccbed7dcd69',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044348Z:d1c91a13-486b-4674-a39e-cccbed7dcd69',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11915',
+ 'x-ms-request-id',
+ '08ae004b-5c9d-4356-8379-161b9cce640d',
+ 'x-ms-correlation-request-id',
+ '08ae004b-5c9d-4356-8379-161b9cce640d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044350Z:08ae004b-5c9d-4356-8379-161b9cce640d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11914',
+ 'x-ms-request-id',
+ 'da08b627-9b23-4847-8258-ea0709736fdb',
+ 'x-ms-correlation-request-id',
+ 'da08b627-9b23-4847-8258-ea0709736fdb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044353Z:da08b627-9b23-4847-8258-ea0709736fdb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11913',
+ 'x-ms-request-id',
+ '316ad197-fc2c-44a6-b90c-c9deef849e7c',
+ 'x-ms-correlation-request-id',
+ '316ad197-fc2c-44a6-b90c-c9deef849e7c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044355Z:316ad197-fc2c-44a6-b90c-c9deef849e7c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11912',
+ 'x-ms-request-id',
+ '3fb97eac-6e2c-49f8-acaf-fd08ec7fb0ea',
+ 'x-ms-correlation-request-id',
+ '3fb97eac-6e2c-49f8-acaf-fd08ec7fb0ea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044357Z:3fb97eac-6e2c-49f8-acaf-fd08ec7fb0ea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11911',
+ 'x-ms-request-id',
+ '0eb1d443-5406-4b1b-99b4-c144e8c3dacc',
+ 'x-ms-correlation-request-id',
+ '0eb1d443-5406-4b1b-99b4-c144e8c3dacc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044359Z:0eb1d443-5406-4b1b-99b4-c144e8c3dacc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:43:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11910',
+ 'x-ms-request-id',
+ '42bff13a-2013-4ef5-b496-07684d9bac8c',
+ 'x-ms-correlation-request-id',
+ '42bff13a-2013-4ef5-b496-07684d9bac8c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044402Z:42bff13a-2013-4ef5-b496-07684d9bac8c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11909',
+ 'x-ms-request-id',
+ '5344b3ad-a723-45e6-95ec-9fef71ccb660',
+ 'x-ms-correlation-request-id',
+ '5344b3ad-a723-45e6-95ec-9fef71ccb660',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044404Z:5344b3ad-a723-45e6-95ec-9fef71ccb660',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11908',
+ 'x-ms-request-id',
+ 'c435de15-a709-454a-9504-81dbdbf27d1c',
+ 'x-ms-correlation-request-id',
+ 'c435de15-a709-454a-9504-81dbdbf27d1c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044406Z:c435de15-a709-454a-9504-81dbdbf27d1c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11907',
+ 'x-ms-request-id',
+ '26542e4c-8ba3-415f-8d8a-c6c5e865305d',
+ 'x-ms-correlation-request-id',
+ '26542e4c-8ba3-415f-8d8a-c6c5e865305d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044409Z:26542e4c-8ba3-415f-8d8a-c6c5e865305d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11906',
+ 'x-ms-request-id',
+ '41327e5b-ba94-43f1-8041-7d9bc90892b1',
+ 'x-ms-correlation-request-id',
+ '41327e5b-ba94-43f1-8041-7d9bc90892b1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044411Z:41327e5b-ba94-43f1-8041-7d9bc90892b1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11905',
+ 'x-ms-request-id',
+ '7a4f1855-ac3f-4349-9eb2-4cb2e1969dde',
+ 'x-ms-correlation-request-id',
+ '7a4f1855-ac3f-4349-9eb2-4cb2e1969dde',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044413Z:7a4f1855-ac3f-4349-9eb2-4cb2e1969dde',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11904',
+ 'x-ms-request-id',
+ '7d3c70ec-24f2-420c-99e9-be41526bd06f',
+ 'x-ms-correlation-request-id',
+ '7d3c70ec-24f2-420c-99e9-be41526bd06f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044416Z:7d3c70ec-24f2-420c-99e9-be41526bd06f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11903',
+ 'x-ms-request-id',
+ 'be4f866a-46ce-4b9e-abea-d78f58593ca6',
+ 'x-ms-correlation-request-id',
+ 'be4f866a-46ce-4b9e-abea-d78f58593ca6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044418Z:be4f866a-46ce-4b9e-abea-d78f58593ca6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11902',
+ 'x-ms-request-id',
+ 'f0625daf-2f0c-47a9-b747-40725b1c9211',
+ 'x-ms-correlation-request-id',
+ 'f0625daf-2f0c-47a9-b747-40725b1c9211',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044420Z:f0625daf-2f0c-47a9-b747-40725b1c9211',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11901',
+ 'x-ms-request-id',
+ '0e2ab06f-7d97-4ad9-aa13-b9aeb9af0082',
+ 'x-ms-correlation-request-id',
+ '0e2ab06f-7d97-4ad9-aa13-b9aeb9af0082',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044423Z:0e2ab06f-7d97-4ad9-aa13-b9aeb9af0082',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11900',
+ 'x-ms-request-id',
+ '2ef0d53d-fa8f-4f90-bdec-12ea7e8634e7',
+ 'x-ms-correlation-request-id',
+ '2ef0d53d-fa8f-4f90-bdec-12ea7e8634e7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044425Z:2ef0d53d-fa8f-4f90-bdec-12ea7e8634e7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11899',
+ 'x-ms-request-id',
+ '7a7882ee-e9e1-4dbb-aa72-243b27dbb985',
+ 'x-ms-correlation-request-id',
+ '7a7882ee-e9e1-4dbb-aa72-243b27dbb985',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044427Z:7a7882ee-e9e1-4dbb-aa72-243b27dbb985',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11898',
+ 'x-ms-request-id',
+ 'd5001e6b-eeb2-4906-9f0b-d822d183d465',
+ 'x-ms-correlation-request-id',
+ 'd5001e6b-eeb2-4906-9f0b-d822d183d465',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044430Z:d5001e6b-eeb2-4906-9f0b-d822d183d465',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11897',
+ 'x-ms-request-id',
+ '084dcb7c-1327-4047-90e3-a5a55ccfe6a8',
+ 'x-ms-correlation-request-id',
+ '084dcb7c-1327-4047-90e3-a5a55ccfe6a8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044432Z:084dcb7c-1327-4047-90e3-a5a55ccfe6a8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11896',
+ 'x-ms-request-id',
+ '909910fd-ec0e-4914-ab75-99d974f45cd1',
+ 'x-ms-correlation-request-id',
+ '909910fd-ec0e-4914-ab75-99d974f45cd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044434Z:909910fd-ec0e-4914-ab75-99d974f45cd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11895',
+ 'x-ms-request-id',
+ '11e1164d-feec-4403-8f89-d5938b337dae',
+ 'x-ms-correlation-request-id',
+ '11e1164d-feec-4403-8f89-d5938b337dae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044437Z:11e1164d-feec-4403-8f89-d5938b337dae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11894',
+ 'x-ms-request-id',
+ '4dd61d68-c6ac-473b-9ae5-bf557dbaf86f',
+ 'x-ms-correlation-request-id',
+ '4dd61d68-c6ac-473b-9ae5-bf557dbaf86f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044439Z:4dd61d68-c6ac-473b-9ae5-bf557dbaf86f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11893',
+ 'x-ms-request-id',
+ '01d5b1d6-abce-4529-83d0-4f19b1f5e5ba',
+ 'x-ms-correlation-request-id',
+ '01d5b1d6-abce-4529-83d0-4f19b1f5e5ba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044441Z:01d5b1d6-abce-4529-83d0-4f19b1f5e5ba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11892',
+ 'x-ms-request-id',
+ 'baf18087-c1e6-4e21-becb-354fd178b5e9',
+ 'x-ms-correlation-request-id',
+ 'baf18087-c1e6-4e21-becb-354fd178b5e9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044444Z:baf18087-c1e6-4e21-becb-354fd178b5e9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11891',
+ 'x-ms-request-id',
+ '4d044a91-4fee-427e-a1fc-5fa568c29218',
+ 'x-ms-correlation-request-id',
+ '4d044a91-4fee-427e-a1fc-5fa568c29218',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044446Z:4d044a91-4fee-427e-a1fc-5fa568c29218',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11890',
+ 'x-ms-request-id',
+ '5327448c-8397-4db4-ac70-a7a6d786da3b',
+ 'x-ms-correlation-request-id',
+ '5327448c-8397-4db4-ac70-a7a6d786da3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044448Z:5327448c-8397-4db4-ac70-a7a6d786da3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11889',
+ 'x-ms-request-id',
+ '799f821d-770e-4529-b4c0-dd8e82eb257a',
+ 'x-ms-correlation-request-id',
+ '799f821d-770e-4529-b4c0-dd8e82eb257a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044451Z:799f821d-770e-4529-b4c0-dd8e82eb257a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11888',
+ 'x-ms-request-id',
+ '0b66b893-d64f-41a4-afba-bfd029148cd8',
+ 'x-ms-correlation-request-id',
+ '0b66b893-d64f-41a4-afba-bfd029148cd8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044454Z:0b66b893-d64f-41a4-afba-bfd029148cd8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11887',
+ 'x-ms-request-id',
+ '5ba70588-bc27-4b20-ab1d-d95d58c7164b',
+ 'x-ms-correlation-request-id',
+ '5ba70588-bc27-4b20-ab1d-d95d58c7164b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044456Z:5ba70588-bc27-4b20-ab1d-d95d58c7164b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11886',
+ 'x-ms-request-id',
+ '1d699b4f-2889-4246-832c-74550a995068',
+ 'x-ms-correlation-request-id',
+ '1d699b4f-2889-4246-832c-74550a995068',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044458Z:1d699b4f-2889-4246-832c-74550a995068',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:44:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11885',
+ 'x-ms-request-id',
+ '4c204c2c-738c-4883-908d-1f4ebaf614a2',
+ 'x-ms-correlation-request-id',
+ '4c204c2c-738c-4883-908d-1f4ebaf614a2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044500Z:4c204c2c-738c-4883-908d-1f4ebaf614a2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11884',
+ 'x-ms-request-id',
+ '851f1db2-8cad-4935-87c4-911d8f4cc449',
+ 'x-ms-correlation-request-id',
+ '851f1db2-8cad-4935-87c4-911d8f4cc449',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044503Z:851f1db2-8cad-4935-87c4-911d8f4cc449',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11883',
+ 'x-ms-request-id',
+ 'c5f27023-1b3f-4c1b-a9f4-b8cd2808ff77',
+ 'x-ms-correlation-request-id',
+ 'c5f27023-1b3f-4c1b-a9f4-b8cd2808ff77',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044505Z:c5f27023-1b3f-4c1b-a9f4-b8cd2808ff77',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11882',
+ 'x-ms-request-id',
+ 'b51d65ad-b5a8-43e1-aa16-963cc6dd9cd3',
+ 'x-ms-correlation-request-id',
+ 'b51d65ad-b5a8-43e1-aa16-963cc6dd9cd3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044508Z:b51d65ad-b5a8-43e1-aa16-963cc6dd9cd3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11881',
+ 'x-ms-request-id',
+ 'f621f4a3-25f4-4297-ad52-1de9da84e32f',
+ 'x-ms-correlation-request-id',
+ 'f621f4a3-25f4-4297-ad52-1de9da84e32f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044510Z:f621f4a3-25f4-4297-ad52-1de9da84e32f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11880',
+ 'x-ms-request-id',
+ '7f937a92-12dd-4a31-bd83-284ef886c659',
+ 'x-ms-correlation-request-id',
+ '7f937a92-12dd-4a31-bd83-284ef886c659',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044512Z:7f937a92-12dd-4a31-bd83-284ef886c659',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11879',
+ 'x-ms-request-id',
+ '22a9c1ce-ddf6-4ece-9bb8-90378c92baf4',
+ 'x-ms-correlation-request-id',
+ '22a9c1ce-ddf6-4ece-9bb8-90378c92baf4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044515Z:22a9c1ce-ddf6-4ece-9bb8-90378c92baf4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11878',
+ 'x-ms-request-id',
+ '06a4897c-ed3f-45f6-beab-bf24d9bf2dfa',
+ 'x-ms-correlation-request-id',
+ '06a4897c-ed3f-45f6-beab-bf24d9bf2dfa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044517Z:06a4897c-ed3f-45f6-beab-bf24d9bf2dfa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11877',
+ 'x-ms-request-id',
+ 'd3e926bc-8986-4188-b467-beebfae93ce3',
+ 'x-ms-correlation-request-id',
+ 'd3e926bc-8986-4188-b467-beebfae93ce3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044519Z:d3e926bc-8986-4188-b467-beebfae93ce3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11876',
+ 'x-ms-request-id',
+ '1fe48f22-be79-4284-ab13-a9322401526d',
+ 'x-ms-correlation-request-id',
+ '1fe48f22-be79-4284-ab13-a9322401526d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044522Z:1fe48f22-be79-4284-ab13-a9322401526d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11875',
+ 'x-ms-request-id',
+ '997826ac-06ef-4467-a185-4d7a75453b87',
+ 'x-ms-correlation-request-id',
+ '997826ac-06ef-4467-a185-4d7a75453b87',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044524Z:997826ac-06ef-4467-a185-4d7a75453b87',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11874',
+ 'x-ms-request-id',
+ 'ca7f6385-6dd6-4bc2-b150-d619e8f41782',
+ 'x-ms-correlation-request-id',
+ 'ca7f6385-6dd6-4bc2-b150-d619e8f41782',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044526Z:ca7f6385-6dd6-4bc2-b150-d619e8f41782',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11873',
+ 'x-ms-request-id',
+ '3fb789ad-dadd-40a2-a64b-b2a9c80aa6bc',
+ 'x-ms-correlation-request-id',
+ '3fb789ad-dadd-40a2-a64b-b2a9c80aa6bc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044528Z:3fb789ad-dadd-40a2-a64b-b2a9c80aa6bc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11872',
+ 'x-ms-request-id',
+ '580dc1a9-1c32-47fa-8bcc-3790c7399880',
+ 'x-ms-correlation-request-id',
+ '580dc1a9-1c32-47fa-8bcc-3790c7399880',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044531Z:580dc1a9-1c32-47fa-8bcc-3790c7399880',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11871',
+ 'x-ms-request-id',
+ 'a17c6d78-c6ca-4f77-b4a5-b53d4627fa3e',
+ 'x-ms-correlation-request-id',
+ 'a17c6d78-c6ca-4f77-b4a5-b53d4627fa3e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044533Z:a17c6d78-c6ca-4f77-b4a5-b53d4627fa3e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11870',
+ 'x-ms-request-id',
+ '9f488867-16da-4a59-8914-6c1df70fb1f6',
+ 'x-ms-correlation-request-id',
+ '9f488867-16da-4a59-8914-6c1df70fb1f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044535Z:9f488867-16da-4a59-8914-6c1df70fb1f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11869',
+ 'x-ms-request-id',
+ '12c830df-5077-4856-9513-4494a60e8132',
+ 'x-ms-correlation-request-id',
+ '12c830df-5077-4856-9513-4494a60e8132',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044538Z:12c830df-5077-4856-9513-4494a60e8132',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11868',
+ 'x-ms-request-id',
+ 'abd00d7f-3db4-4997-af2f-281abede28f6',
+ 'x-ms-correlation-request-id',
+ 'abd00d7f-3db4-4997-af2f-281abede28f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044540Z:abd00d7f-3db4-4997-af2f-281abede28f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11867',
+ 'x-ms-request-id',
+ '3e76daf5-13d8-42a1-ac87-91c7e3117fb6',
+ 'x-ms-correlation-request-id',
+ '3e76daf5-13d8-42a1-ac87-91c7e3117fb6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044542Z:3e76daf5-13d8-42a1-ac87-91c7e3117fb6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11866',
+ 'x-ms-request-id',
+ '188700a6-358f-4527-a55e-99da4060019b',
+ 'x-ms-correlation-request-id',
+ '188700a6-358f-4527-a55e-99da4060019b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044545Z:188700a6-358f-4527-a55e-99da4060019b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11865',
+ 'x-ms-request-id',
+ '00d710ed-7608-494c-a7d4-798124ce2ca6',
+ 'x-ms-correlation-request-id',
+ '00d710ed-7608-494c-a7d4-798124ce2ca6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044547Z:00d710ed-7608-494c-a7d4-798124ce2ca6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11864',
+ 'x-ms-request-id',
+ '36c75823-a514-4bda-925d-c782c24e47dd',
+ 'x-ms-correlation-request-id',
+ '36c75823-a514-4bda-925d-c782c24e47dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044549Z:36c75823-a514-4bda-925d-c782c24e47dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11863',
+ 'x-ms-request-id',
+ 'c2dd90fb-bb74-498f-87be-57bd7d5bf2a9',
+ 'x-ms-correlation-request-id',
+ 'c2dd90fb-bb74-498f-87be-57bd7d5bf2a9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044552Z:c2dd90fb-bb74-498f-87be-57bd7d5bf2a9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11862',
+ 'x-ms-request-id',
+ '72f1fe75-6c4e-48a0-bc73-a6b55178f4a4',
+ 'x-ms-correlation-request-id',
+ '72f1fe75-6c4e-48a0-bc73-a6b55178f4a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044554Z:72f1fe75-6c4e-48a0-bc73-a6b55178f4a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11861',
+ 'x-ms-request-id',
+ 'ef868036-7d54-4c1c-9f6d-292e7e6fe69b',
+ 'x-ms-correlation-request-id',
+ 'ef868036-7d54-4c1c-9f6d-292e7e6fe69b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044556Z:ef868036-7d54-4c1c-9f6d-292e7e6fe69b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11860',
+ 'x-ms-request-id',
+ '6805d2ed-0983-4b04-844e-d463bdd78269',
+ 'x-ms-correlation-request-id',
+ '6805d2ed-0983-4b04-844e-d463bdd78269',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044559Z:6805d2ed-0983-4b04-844e-d463bdd78269',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:45:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11859',
+ 'x-ms-request-id',
+ 'e2e77d95-bf7d-43db-a27e-8a4e8fc484f1',
+ 'x-ms-correlation-request-id',
+ 'e2e77d95-bf7d-43db-a27e-8a4e8fc484f1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044601Z:e2e77d95-bf7d-43db-a27e-8a4e8fc484f1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11858',
+ 'x-ms-request-id',
+ '873d2007-1c26-4815-ba03-c3839fb0eb66',
+ 'x-ms-correlation-request-id',
+ '873d2007-1c26-4815-ba03-c3839fb0eb66',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044603Z:873d2007-1c26-4815-ba03-c3839fb0eb66',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11857',
+ 'x-ms-request-id',
+ '130112a7-1487-413b-aa51-ef731d49edcb',
+ 'x-ms-correlation-request-id',
+ '130112a7-1487-413b-aa51-ef731d49edcb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044606Z:130112a7-1487-413b-aa51-ef731d49edcb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11856',
+ 'x-ms-request-id',
+ '08c59026-4fe1-44b3-9c5b-472e6350f16f',
+ 'x-ms-correlation-request-id',
+ '08c59026-4fe1-44b3-9c5b-472e6350f16f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044608Z:08c59026-4fe1-44b3-9c5b-472e6350f16f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11855',
+ 'x-ms-request-id',
+ 'f338c46b-57ff-483d-b475-f83fe7bd80fc',
+ 'x-ms-correlation-request-id',
+ 'f338c46b-57ff-483d-b475-f83fe7bd80fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044610Z:f338c46b-57ff-483d-b475-f83fe7bd80fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11854',
+ 'x-ms-request-id',
+ '28f31a0f-e5fc-4a0c-8975-f5642ef18c29',
+ 'x-ms-correlation-request-id',
+ '28f31a0f-e5fc-4a0c-8975-f5642ef18c29',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044613Z:28f31a0f-e5fc-4a0c-8975-f5642ef18c29',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11853',
+ 'x-ms-request-id',
+ '5e962db1-9272-4a9f-b479-b92391ec92c2',
+ 'x-ms-correlation-request-id',
+ '5e962db1-9272-4a9f-b479-b92391ec92c2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044615Z:5e962db1-9272-4a9f-b479-b92391ec92c2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11852',
+ 'x-ms-request-id',
+ '12fad21f-2f5f-4364-a421-99bf75b2f8de',
+ 'x-ms-correlation-request-id',
+ '12fad21f-2f5f-4364-a421-99bf75b2f8de',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044617Z:12fad21f-2f5f-4364-a421-99bf75b2f8de',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11851',
+ 'x-ms-request-id',
+ '05ab39a5-4bde-4291-a3ab-0314cfab9618',
+ 'x-ms-correlation-request-id',
+ '05ab39a5-4bde-4291-a3ab-0314cfab9618',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044619Z:05ab39a5-4bde-4291-a3ab-0314cfab9618',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11850',
+ 'x-ms-request-id',
+ '0e3f48ae-b1d9-4161-8a2f-5f0bb0c9151c',
+ 'x-ms-correlation-request-id',
+ '0e3f48ae-b1d9-4161-8a2f-5f0bb0c9151c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044622Z:0e3f48ae-b1d9-4161-8a2f-5f0bb0c9151c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11849',
+ 'x-ms-request-id',
+ 'b4abfbb3-7715-4022-b921-8e05491f9c5d',
+ 'x-ms-correlation-request-id',
+ 'b4abfbb3-7715-4022-b921-8e05491f9c5d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044624Z:b4abfbb3-7715-4022-b921-8e05491f9c5d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11848',
+ 'x-ms-request-id',
+ 'df6fa19c-d4f9-43a6-b401-29c10c5544b2',
+ 'x-ms-correlation-request-id',
+ 'df6fa19c-d4f9-43a6-b401-29c10c5544b2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044626Z:df6fa19c-d4f9-43a6-b401-29c10c5544b2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11847',
+ 'x-ms-request-id',
+ 'a29c7a02-1efe-4264-8477-d9cc88a62ae2',
+ 'x-ms-correlation-request-id',
+ 'a29c7a02-1efe-4264-8477-d9cc88a62ae2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044629Z:a29c7a02-1efe-4264-8477-d9cc88a62ae2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11846',
+ 'x-ms-request-id',
+ '8cec67df-3128-49f0-b3a8-4c84884be35d',
+ 'x-ms-correlation-request-id',
+ '8cec67df-3128-49f0-b3a8-4c84884be35d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044631Z:8cec67df-3128-49f0-b3a8-4c84884be35d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11845',
+ 'x-ms-request-id',
+ 'ffe35f2a-a614-4532-8eb9-7a9974c14f0e',
+ 'x-ms-correlation-request-id',
+ 'ffe35f2a-a614-4532-8eb9-7a9974c14f0e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044633Z:ffe35f2a-a614-4532-8eb9-7a9974c14f0e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11844',
+ 'x-ms-request-id',
+ '369c2753-74f9-4fab-bd64-95016750ad5d',
+ 'x-ms-correlation-request-id',
+ '369c2753-74f9-4fab-bd64-95016750ad5d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044636Z:369c2753-74f9-4fab-bd64-95016750ad5d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11843',
+ 'x-ms-request-id',
+ '7bd0b743-0bae-44ba-8d16-ae3f7bccd603',
+ 'x-ms-correlation-request-id',
+ '7bd0b743-0bae-44ba-8d16-ae3f7bccd603',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044638Z:7bd0b743-0bae-44ba-8d16-ae3f7bccd603',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11842',
+ 'x-ms-request-id',
+ '435eb773-d118-418f-aa04-d5db54ba5a6a',
+ 'x-ms-correlation-request-id',
+ '435eb773-d118-418f-aa04-d5db54ba5a6a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044640Z:435eb773-d118-418f-aa04-d5db54ba5a6a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11841',
+ 'x-ms-request-id',
+ '20726b4c-56fb-4374-8770-3f5c2a5edb81',
+ 'x-ms-correlation-request-id',
+ '20726b4c-56fb-4374-8770-3f5c2a5edb81',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044643Z:20726b4c-56fb-4374-8770-3f5c2a5edb81',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11840',
+ 'x-ms-request-id',
+ 'e5021410-9b20-43f5-a3e1-0d3d3c952987',
+ 'x-ms-correlation-request-id',
+ 'e5021410-9b20-43f5-a3e1-0d3d3c952987',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044645Z:e5021410-9b20-43f5-a3e1-0d3d3c952987',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11839',
+ 'x-ms-request-id',
+ '6ed04a41-b05f-441e-bbc5-2bc876b09e99',
+ 'x-ms-correlation-request-id',
+ '6ed04a41-b05f-441e-bbc5-2bc876b09e99',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044647Z:6ed04a41-b05f-441e-bbc5-2bc876b09e99',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11838',
+ 'x-ms-request-id',
+ '5b5cdf01-ec46-4da3-9ee1-c2cd1803b004',
+ 'x-ms-correlation-request-id',
+ '5b5cdf01-ec46-4da3-9ee1-c2cd1803b004',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044650Z:5b5cdf01-ec46-4da3-9ee1-c2cd1803b004',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11837',
+ 'x-ms-request-id',
+ 'edcbc182-f92f-44f7-b48a-2b8e6bc578c4',
+ 'x-ms-correlation-request-id',
+ 'edcbc182-f92f-44f7-b48a-2b8e6bc578c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044652Z:edcbc182-f92f-44f7-b48a-2b8e6bc578c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11836',
+ 'x-ms-request-id',
+ '96459fda-ced9-4676-b48f-abd91b4528af',
+ 'x-ms-correlation-request-id',
+ '96459fda-ced9-4676-b48f-abd91b4528af',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044655Z:96459fda-ced9-4676-b48f-abd91b4528af',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11835',
+ 'x-ms-request-id',
+ '36181647-8c6e-4cbc-a016-153cc6d6d487',
+ 'x-ms-correlation-request-id',
+ '36181647-8c6e-4cbc-a016-153cc6d6d487',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044657Z:36181647-8c6e-4cbc-a016-153cc6d6d487',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11834',
+ 'x-ms-request-id',
+ '026a76a9-3b71-44aa-93c9-3f5d170909bd',
+ 'x-ms-correlation-request-id',
+ '026a76a9-3b71-44aa-93c9-3f5d170909bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044659Z:026a76a9-3b71-44aa-93c9-3f5d170909bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:46:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11833',
+ 'x-ms-request-id',
+ '9429ba4c-5eb0-4a1c-84f5-a1f28d4dd7e6',
+ 'x-ms-correlation-request-id',
+ '9429ba4c-5eb0-4a1c-84f5-a1f28d4dd7e6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044702Z:9429ba4c-5eb0-4a1c-84f5-a1f28d4dd7e6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11832',
+ 'x-ms-request-id',
+ 'c5907bd5-8c3f-4fbc-b5be-6142d987923f',
+ 'x-ms-correlation-request-id',
+ 'c5907bd5-8c3f-4fbc-b5be-6142d987923f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044704Z:c5907bd5-8c3f-4fbc-b5be-6142d987923f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11831',
+ 'x-ms-request-id',
+ '03e1aba9-b221-4e9c-9b45-c6227e5b2cdd',
+ 'x-ms-correlation-request-id',
+ '03e1aba9-b221-4e9c-9b45-c6227e5b2cdd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044706Z:03e1aba9-b221-4e9c-9b45-c6227e5b2cdd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11830',
+ 'x-ms-request-id',
+ '701ef53e-e27f-46e8-b80f-640b5a0e3e3f',
+ 'x-ms-correlation-request-id',
+ '701ef53e-e27f-46e8-b80f-640b5a0e3e3f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044709Z:701ef53e-e27f-46e8-b80f-640b5a0e3e3f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11829',
+ 'x-ms-request-id',
+ 'df81efa0-4e5a-4a8b-a42b-047c50d8adb6',
+ 'x-ms-correlation-request-id',
+ 'df81efa0-4e5a-4a8b-a42b-047c50d8adb6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044711Z:df81efa0-4e5a-4a8b-a42b-047c50d8adb6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11828',
+ 'x-ms-request-id',
+ '64752dcd-a5a0-4ecc-be51-87e88eca096b',
+ 'x-ms-correlation-request-id',
+ '64752dcd-a5a0-4ecc-be51-87e88eca096b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044713Z:64752dcd-a5a0-4ecc-be51-87e88eca096b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11827',
+ 'x-ms-request-id',
+ 'c09cae80-ce27-4a5a-a131-f619d5a2d257',
+ 'x-ms-correlation-request-id',
+ 'c09cae80-ce27-4a5a-a131-f619d5a2d257',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044716Z:c09cae80-ce27-4a5a-a131-f619d5a2d257',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11826',
+ 'x-ms-request-id',
+ 'b3f26b24-b0e1-451d-a1f4-e1102308e308',
+ 'x-ms-correlation-request-id',
+ 'b3f26b24-b0e1-451d-a1f4-e1102308e308',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044718Z:b3f26b24-b0e1-451d-a1f4-e1102308e308',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11825',
+ 'x-ms-request-id',
+ '9ffb76d1-ef8a-4158-8cc5-9a4131ebcfd4',
+ 'x-ms-correlation-request-id',
+ '9ffb76d1-ef8a-4158-8cc5-9a4131ebcfd4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044720Z:9ffb76d1-ef8a-4158-8cc5-9a4131ebcfd4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11824',
+ 'x-ms-request-id',
+ '8b2fb47a-ed68-4664-9e68-9c96c34ade49',
+ 'x-ms-correlation-request-id',
+ '8b2fb47a-ed68-4664-9e68-9c96c34ade49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044723Z:8b2fb47a-ed68-4664-9e68-9c96c34ade49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11823',
+ 'x-ms-request-id',
+ 'd47b0828-92ee-491d-aab9-abb8cfefa893',
+ 'x-ms-correlation-request-id',
+ 'd47b0828-92ee-491d-aab9-abb8cfefa893',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044725Z:d47b0828-92ee-491d-aab9-abb8cfefa893',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11822',
+ 'x-ms-request-id',
+ 'd6990a2e-0975-4ae8-89de-74eedeb8fd7d',
+ 'x-ms-correlation-request-id',
+ 'd6990a2e-0975-4ae8-89de-74eedeb8fd7d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044727Z:d6990a2e-0975-4ae8-89de-74eedeb8fd7d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11821',
+ 'x-ms-request-id',
+ '903dbadb-a4b3-4cf0-bf62-4445edd0feae',
+ 'x-ms-correlation-request-id',
+ '903dbadb-a4b3-4cf0-bf62-4445edd0feae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044730Z:903dbadb-a4b3-4cf0-bf62-4445edd0feae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11820',
+ 'x-ms-request-id',
+ 'b86f39e7-9d9f-4211-94e6-888ac1fea637',
+ 'x-ms-correlation-request-id',
+ 'b86f39e7-9d9f-4211-94e6-888ac1fea637',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044732Z:b86f39e7-9d9f-4211-94e6-888ac1fea637',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11819',
+ 'x-ms-request-id',
+ 'a92baa6a-e788-4b7d-9274-b51c5d47d9b8',
+ 'x-ms-correlation-request-id',
+ 'a92baa6a-e788-4b7d-9274-b51c5d47d9b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044734Z:a92baa6a-e788-4b7d-9274-b51c5d47d9b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11818',
+ 'x-ms-request-id',
+ 'f73e6a1b-4506-4509-87f3-51e91b931d99',
+ 'x-ms-correlation-request-id',
+ 'f73e6a1b-4506-4509-87f3-51e91b931d99',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044737Z:f73e6a1b-4506-4509-87f3-51e91b931d99',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11817',
+ 'x-ms-request-id',
+ 'cc7860de-142e-4f3a-b979-a5f135d89488',
+ 'x-ms-correlation-request-id',
+ 'cc7860de-142e-4f3a-b979-a5f135d89488',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044739Z:cc7860de-142e-4f3a-b979-a5f135d89488',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11816',
+ 'x-ms-request-id',
+ 'a2de5cd3-009f-42a0-b4f7-661ff963ad18',
+ 'x-ms-correlation-request-id',
+ 'a2de5cd3-009f-42a0-b4f7-661ff963ad18',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044741Z:a2de5cd3-009f-42a0-b4f7-661ff963ad18',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11815',
+ 'x-ms-request-id',
+ 'a7b90174-458e-47a0-9bd4-0447e44664d4',
+ 'x-ms-correlation-request-id',
+ 'a7b90174-458e-47a0-9bd4-0447e44664d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044744Z:a7b90174-458e-47a0-9bd4-0447e44664d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11814',
+ 'x-ms-request-id',
+ 'de04355f-456e-4641-b659-6f6cb7d73e00',
+ 'x-ms-correlation-request-id',
+ 'de04355f-456e-4641-b659-6f6cb7d73e00',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044746Z:de04355f-456e-4641-b659-6f6cb7d73e00',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11813',
+ 'x-ms-request-id',
+ '1514b78f-50f5-4240-8e3d-1609bb2daf34',
+ 'x-ms-correlation-request-id',
+ '1514b78f-50f5-4240-8e3d-1609bb2daf34',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044748Z:1514b78f-50f5-4240-8e3d-1609bb2daf34',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11812',
+ 'x-ms-request-id',
+ '78bfdd27-8394-497c-a333-708797b15f0f',
+ 'x-ms-correlation-request-id',
+ '78bfdd27-8394-497c-a333-708797b15f0f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044751Z:78bfdd27-8394-497c-a333-708797b15f0f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11811',
+ 'x-ms-request-id',
+ 'f165503f-2ca8-4f18-8e1b-6b6098f14170',
+ 'x-ms-correlation-request-id',
+ 'f165503f-2ca8-4f18-8e1b-6b6098f14170',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044753Z:f165503f-2ca8-4f18-8e1b-6b6098f14170',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11810',
+ 'x-ms-request-id',
+ '816affff-305b-45eb-9614-476eff2b7e59',
+ 'x-ms-correlation-request-id',
+ '816affff-305b-45eb-9614-476eff2b7e59',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044756Z:816affff-305b-45eb-9614-476eff2b7e59',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11809',
+ 'x-ms-request-id',
+ 'f3efbdde-10ed-4b76-a9f2-55105c0b47f4',
+ 'x-ms-correlation-request-id',
+ 'f3efbdde-10ed-4b76-a9f2-55105c0b47f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044758Z:f3efbdde-10ed-4b76-a9f2-55105c0b47f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:47:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11808',
+ 'x-ms-request-id',
+ '0ebaeefe-8f37-470e-a4a8-dab187dcb90a',
+ 'x-ms-correlation-request-id',
+ '0ebaeefe-8f37-470e-a4a8-dab187dcb90a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044801Z:0ebaeefe-8f37-470e-a4a8-dab187dcb90a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11807',
+ 'x-ms-request-id',
+ '5c52c9f0-d295-4810-b7da-de9164715659',
+ 'x-ms-correlation-request-id',
+ '5c52c9f0-d295-4810-b7da-de9164715659',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044803Z:5c52c9f0-d295-4810-b7da-de9164715659',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11806',
+ 'x-ms-request-id',
+ '9d095144-9a89-4e99-ac1e-c1ca59661c9b',
+ 'x-ms-correlation-request-id',
+ '9d095144-9a89-4e99-ac1e-c1ca59661c9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044805Z:9d095144-9a89-4e99-ac1e-c1ca59661c9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11805',
+ 'x-ms-request-id',
+ '993fbb56-f344-49f9-ae31-5f7818c40f84',
+ 'x-ms-correlation-request-id',
+ '993fbb56-f344-49f9-ae31-5f7818c40f84',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044808Z:993fbb56-f344-49f9-ae31-5f7818c40f84',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11804',
+ 'x-ms-request-id',
+ '67838a55-2bbc-43bb-8abe-8c68eac04495',
+ 'x-ms-correlation-request-id',
+ '67838a55-2bbc-43bb-8abe-8c68eac04495',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044810Z:67838a55-2bbc-43bb-8abe-8c68eac04495',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11803',
+ 'x-ms-request-id',
+ 'fde73091-93de-43e4-a876-13e618c9746a',
+ 'x-ms-correlation-request-id',
+ 'fde73091-93de-43e4-a876-13e618c9746a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044812Z:fde73091-93de-43e4-a876-13e618c9746a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11802',
+ 'x-ms-request-id',
+ '62149eb2-e1bc-4031-b72c-fd64f04934a4',
+ 'x-ms-correlation-request-id',
+ '62149eb2-e1bc-4031-b72c-fd64f04934a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044814Z:62149eb2-e1bc-4031-b72c-fd64f04934a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11801',
+ 'x-ms-request-id',
+ '4055b6ad-7a0c-436f-ae92-a3d39892cd80',
+ 'x-ms-correlation-request-id',
+ '4055b6ad-7a0c-436f-ae92-a3d39892cd80',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044817Z:4055b6ad-7a0c-436f-ae92-a3d39892cd80',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11800',
+ 'x-ms-request-id',
+ '57927f5d-7b42-44d9-8ce0-b25c390ca3cb',
+ 'x-ms-correlation-request-id',
+ '57927f5d-7b42-44d9-8ce0-b25c390ca3cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044819Z:57927f5d-7b42-44d9-8ce0-b25c390ca3cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11799',
+ 'x-ms-request-id',
+ '1835a616-80af-44a7-b442-8d5ae0d317f9',
+ 'x-ms-correlation-request-id',
+ '1835a616-80af-44a7-b442-8d5ae0d317f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044821Z:1835a616-80af-44a7-b442-8d5ae0d317f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11798',
+ 'x-ms-request-id',
+ '58eca30e-f6fb-42a8-b6a7-381a02114036',
+ 'x-ms-correlation-request-id',
+ '58eca30e-f6fb-42a8-b6a7-381a02114036',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044824Z:58eca30e-f6fb-42a8-b6a7-381a02114036',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11797',
+ 'x-ms-request-id',
+ 'cde92dbc-1971-44e7-a70f-39729a7eef63',
+ 'x-ms-correlation-request-id',
+ 'cde92dbc-1971-44e7-a70f-39729a7eef63',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044826Z:cde92dbc-1971-44e7-a70f-39729a7eef63',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11796',
+ 'x-ms-request-id',
+ '31076216-c7d5-4f79-bd54-41ae7ae5081c',
+ 'x-ms-correlation-request-id',
+ '31076216-c7d5-4f79-bd54-41ae7ae5081c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044828Z:31076216-c7d5-4f79-bd54-41ae7ae5081c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11795',
+ 'x-ms-request-id',
+ 'a33fc346-cf2e-4d5e-87e5-58f7fb14603d',
+ 'x-ms-correlation-request-id',
+ 'a33fc346-cf2e-4d5e-87e5-58f7fb14603d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044831Z:a33fc346-cf2e-4d5e-87e5-58f7fb14603d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11794',
+ 'x-ms-request-id',
+ '67fc66a5-aab1-4e57-aebf-fdb23a35af24',
+ 'x-ms-correlation-request-id',
+ '67fc66a5-aab1-4e57-aebf-fdb23a35af24',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044833Z:67fc66a5-aab1-4e57-aebf-fdb23a35af24',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11793',
+ 'x-ms-request-id',
+ '1dfdb346-a056-4c01-b654-8706a16b3cd1',
+ 'x-ms-correlation-request-id',
+ '1dfdb346-a056-4c01-b654-8706a16b3cd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044835Z:1dfdb346-a056-4c01-b654-8706a16b3cd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11792',
+ 'x-ms-request-id',
+ 'c508eb57-c61e-45fb-92a2-51940c954ce7',
+ 'x-ms-correlation-request-id',
+ 'c508eb57-c61e-45fb-92a2-51940c954ce7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044838Z:c508eb57-c61e-45fb-92a2-51940c954ce7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11791',
+ 'x-ms-request-id',
+ '1e189d5f-6a00-45b3-9e30-026a4fcbcf7e',
+ 'x-ms-correlation-request-id',
+ '1e189d5f-6a00-45b3-9e30-026a4fcbcf7e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044840Z:1e189d5f-6a00-45b3-9e30-026a4fcbcf7e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11790',
+ 'x-ms-request-id',
+ 'cdbe489a-3e0f-484d-a1e3-48bb4041f27b',
+ 'x-ms-correlation-request-id',
+ 'cdbe489a-3e0f-484d-a1e3-48bb4041f27b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044842Z:cdbe489a-3e0f-484d-a1e3-48bb4041f27b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11789',
+ 'x-ms-request-id',
+ '364e46c3-0915-4a48-bd88-d326cd261fbf',
+ 'x-ms-correlation-request-id',
+ '364e46c3-0915-4a48-bd88-d326cd261fbf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044845Z:364e46c3-0915-4a48-bd88-d326cd261fbf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11788',
+ 'x-ms-request-id',
+ '3d40dee3-3865-419b-8446-fc36ff4c5d1e',
+ 'x-ms-correlation-request-id',
+ '3d40dee3-3865-419b-8446-fc36ff4c5d1e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044847Z:3d40dee3-3865-419b-8446-fc36ff4c5d1e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11787',
+ 'x-ms-request-id',
+ '7350edfa-8ab3-4c16-a0a4-04d8ecfd240b',
+ 'x-ms-correlation-request-id',
+ '7350edfa-8ab3-4c16-a0a4-04d8ecfd240b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044849Z:7350edfa-8ab3-4c16-a0a4-04d8ecfd240b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11786',
+ 'x-ms-request-id',
+ '382fd2c4-26e3-44ad-8f28-c2a4694cbce1',
+ 'x-ms-correlation-request-id',
+ '382fd2c4-26e3-44ad-8f28-c2a4694cbce1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044852Z:382fd2c4-26e3-44ad-8f28-c2a4694cbce1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11785',
+ 'x-ms-request-id',
+ '8147b4ee-fbb4-4187-a39b-522183f28a1d',
+ 'x-ms-correlation-request-id',
+ '8147b4ee-fbb4-4187-a39b-522183f28a1d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044855Z:8147b4ee-fbb4-4187-a39b-522183f28a1d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11784',
+ 'x-ms-request-id',
+ '549b6130-0a09-45ad-95e8-cb5e0950a4f0',
+ 'x-ms-correlation-request-id',
+ '549b6130-0a09-45ad-95e8-cb5e0950a4f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044857Z:549b6130-0a09-45ad-95e8-cb5e0950a4f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11783',
+ 'x-ms-request-id',
+ 'c9393e2b-6ac6-452f-bebf-e24459847432',
+ 'x-ms-correlation-request-id',
+ 'c9393e2b-6ac6-452f-bebf-e24459847432',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044859Z:c9393e2b-6ac6-452f-bebf-e24459847432',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:48:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11782',
+ 'x-ms-request-id',
+ 'b7d5c96d-0ca7-447d-aeb0-12eea460238a',
+ 'x-ms-correlation-request-id',
+ 'b7d5c96d-0ca7-447d-aeb0-12eea460238a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044902Z:b7d5c96d-0ca7-447d-aeb0-12eea460238a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11781',
+ 'x-ms-request-id',
+ '88456c3f-0a0c-4d20-adaf-b85dd97cf2fc',
+ 'x-ms-correlation-request-id',
+ '88456c3f-0a0c-4d20-adaf-b85dd97cf2fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044904Z:88456c3f-0a0c-4d20-adaf-b85dd97cf2fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11780',
+ 'x-ms-request-id',
+ '86298180-2d2f-414f-a1f4-ee3e9749a020',
+ 'x-ms-correlation-request-id',
+ '86298180-2d2f-414f-a1f4-ee3e9749a020',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044906Z:86298180-2d2f-414f-a1f4-ee3e9749a020',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11779',
+ 'x-ms-request-id',
+ '6e4a11c8-9a3b-41e7-a303-b5f82227b250',
+ 'x-ms-correlation-request-id',
+ '6e4a11c8-9a3b-41e7-a303-b5f82227b250',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044909Z:6e4a11c8-9a3b-41e7-a303-b5f82227b250',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11778',
+ 'x-ms-request-id',
+ '1d78ffcb-4a15-4aac-9cdd-48131cbf00d9',
+ 'x-ms-correlation-request-id',
+ '1d78ffcb-4a15-4aac-9cdd-48131cbf00d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044911Z:1d78ffcb-4a15-4aac-9cdd-48131cbf00d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11777',
+ 'x-ms-request-id',
+ 'a5a5102b-485d-4d1c-aac4-15f1f4e5d633',
+ 'x-ms-correlation-request-id',
+ 'a5a5102b-485d-4d1c-aac4-15f1f4e5d633',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044913Z:a5a5102b-485d-4d1c-aac4-15f1f4e5d633',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11776',
+ 'x-ms-request-id',
+ '40c23d35-03b9-42a5-bbff-4058da13abad',
+ 'x-ms-correlation-request-id',
+ '40c23d35-03b9-42a5-bbff-4058da13abad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044916Z:40c23d35-03b9-42a5-bbff-4058da13abad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11775',
+ 'x-ms-request-id',
+ '8eab6b09-ff74-429f-8b03-7dcb92cc4139',
+ 'x-ms-correlation-request-id',
+ '8eab6b09-ff74-429f-8b03-7dcb92cc4139',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044918Z:8eab6b09-ff74-429f-8b03-7dcb92cc4139',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11774',
+ 'x-ms-request-id',
+ '39f80767-4424-4fcb-b711-347323e8e6d8',
+ 'x-ms-correlation-request-id',
+ '39f80767-4424-4fcb-b711-347323e8e6d8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044920Z:39f80767-4424-4fcb-b711-347323e8e6d8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11773',
+ 'x-ms-request-id',
+ 'd2723c12-be0e-4a94-8617-6763f90b2b45',
+ 'x-ms-correlation-request-id',
+ 'd2723c12-be0e-4a94-8617-6763f90b2b45',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044922Z:d2723c12-be0e-4a94-8617-6763f90b2b45',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11772',
+ 'x-ms-request-id',
+ 'd639b4c7-6346-457d-8641-b5a1e2acdd2e',
+ 'x-ms-correlation-request-id',
+ 'd639b4c7-6346-457d-8641-b5a1e2acdd2e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044925Z:d639b4c7-6346-457d-8641-b5a1e2acdd2e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11771',
+ 'x-ms-request-id',
+ 'e6e8e147-9614-4b57-8d9c-82fd0ac63de2',
+ 'x-ms-correlation-request-id',
+ 'e6e8e147-9614-4b57-8d9c-82fd0ac63de2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044927Z:e6e8e147-9614-4b57-8d9c-82fd0ac63de2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11770',
+ 'x-ms-request-id',
+ 'b0bdff04-fad4-430c-9a4b-83f2ad923df5',
+ 'x-ms-correlation-request-id',
+ 'b0bdff04-fad4-430c-9a4b-83f2ad923df5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044929Z:b0bdff04-fad4-430c-9a4b-83f2ad923df5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11769',
+ 'x-ms-request-id',
+ '19686f16-f88b-46ef-81f5-f48d4a3e162d',
+ 'x-ms-correlation-request-id',
+ '19686f16-f88b-46ef-81f5-f48d4a3e162d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044932Z:19686f16-f88b-46ef-81f5-f48d4a3e162d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11768',
+ 'x-ms-request-id',
+ '0ea2224a-9c29-4610-88ac-3f007df820b9',
+ 'x-ms-correlation-request-id',
+ '0ea2224a-9c29-4610-88ac-3f007df820b9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044934Z:0ea2224a-9c29-4610-88ac-3f007df820b9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11767',
+ 'x-ms-request-id',
+ '46a906c1-c3b6-4af0-a820-f2a4532ac708',
+ 'x-ms-correlation-request-id',
+ '46a906c1-c3b6-4af0-a820-f2a4532ac708',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044936Z:46a906c1-c3b6-4af0-a820-f2a4532ac708',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11766',
+ 'x-ms-request-id',
+ 'd6fa24f0-5855-493e-b5ca-423c2920c3a4',
+ 'x-ms-correlation-request-id',
+ 'd6fa24f0-5855-493e-b5ca-423c2920c3a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044939Z:d6fa24f0-5855-493e-b5ca-423c2920c3a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11765',
+ 'x-ms-request-id',
+ '6120033b-dd0d-483f-88ea-cfd4d1d09466',
+ 'x-ms-correlation-request-id',
+ '6120033b-dd0d-483f-88ea-cfd4d1d09466',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044941Z:6120033b-dd0d-483f-88ea-cfd4d1d09466',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11764',
+ 'x-ms-request-id',
+ '5e2381f5-66da-43cf-9641-dc4ca23dd6cb',
+ 'x-ms-correlation-request-id',
+ '5e2381f5-66da-43cf-9641-dc4ca23dd6cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044943Z:5e2381f5-66da-43cf-9641-dc4ca23dd6cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11763',
+ 'x-ms-request-id',
+ '3b3fe441-7f73-44b5-a4aa-2319045013f7',
+ 'x-ms-correlation-request-id',
+ '3b3fe441-7f73-44b5-a4aa-2319045013f7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044946Z:3b3fe441-7f73-44b5-a4aa-2319045013f7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11762',
+ 'x-ms-request-id',
+ '4abe872f-4306-429f-a98e-062d31f451eb',
+ 'x-ms-correlation-request-id',
+ '4abe872f-4306-429f-a98e-062d31f451eb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044948Z:4abe872f-4306-429f-a98e-062d31f451eb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11761',
+ 'x-ms-request-id',
+ 'ede2e73b-7015-42da-9862-da86c18c0763',
+ 'x-ms-correlation-request-id',
+ 'ede2e73b-7015-42da-9862-da86c18c0763',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044950Z:ede2e73b-7015-42da-9862-da86c18c0763',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11760',
+ 'x-ms-request-id',
+ '75773a45-faa7-4596-8cc1-eaced4b21a57',
+ 'x-ms-correlation-request-id',
+ '75773a45-faa7-4596-8cc1-eaced4b21a57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044953Z:75773a45-faa7-4596-8cc1-eaced4b21a57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11759',
+ 'x-ms-request-id',
+ 'ac0eb1af-2e75-49ec-98e3-e10fa24ea7f8',
+ 'x-ms-correlation-request-id',
+ 'ac0eb1af-2e75-49ec-98e3-e10fa24ea7f8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044956Z:ac0eb1af-2e75-49ec-98e3-e10fa24ea7f8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11758',
+ 'x-ms-request-id',
+ '800b7bd1-08d0-4d1e-b00e-be7401c3f9bc',
+ 'x-ms-correlation-request-id',
+ '800b7bd1-08d0-4d1e-b00e-be7401c3f9bc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044958Z:800b7bd1-08d0-4d1e-b00e-be7401c3f9bc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:49:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11757',
+ 'x-ms-request-id',
+ 'e2f684c8-eaaf-4cbd-80a9-8f55bc700d81',
+ 'x-ms-correlation-request-id',
+ 'e2f684c8-eaaf-4cbd-80a9-8f55bc700d81',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045000Z:e2f684c8-eaaf-4cbd-80a9-8f55bc700d81',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11756',
+ 'x-ms-request-id',
+ '16c67530-4bd5-488c-90c3-b7fdd914dadb',
+ 'x-ms-correlation-request-id',
+ '16c67530-4bd5-488c-90c3-b7fdd914dadb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045003Z:16c67530-4bd5-488c-90c3-b7fdd914dadb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11755',
+ 'x-ms-request-id',
+ '5fc2db67-1eba-4499-ab65-8a571653cf5a',
+ 'x-ms-correlation-request-id',
+ '5fc2db67-1eba-4499-ab65-8a571653cf5a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045005Z:5fc2db67-1eba-4499-ab65-8a571653cf5a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11754',
+ 'x-ms-request-id',
+ '77cacee8-2e1a-4bce-afd0-6bb59001947c',
+ 'x-ms-correlation-request-id',
+ '77cacee8-2e1a-4bce-afd0-6bb59001947c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045007Z:77cacee8-2e1a-4bce-afd0-6bb59001947c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11753',
+ 'x-ms-request-id',
+ '4872b86a-2b8e-4f45-9a9e-ae828a0dcf02',
+ 'x-ms-correlation-request-id',
+ '4872b86a-2b8e-4f45-9a9e-ae828a0dcf02',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045010Z:4872b86a-2b8e-4f45-9a9e-ae828a0dcf02',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11752',
+ 'x-ms-request-id',
+ 'a40beedc-4f10-429e-8ef9-82de7d4ae59e',
+ 'x-ms-correlation-request-id',
+ 'a40beedc-4f10-429e-8ef9-82de7d4ae59e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045012Z:a40beedc-4f10-429e-8ef9-82de7d4ae59e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11751',
+ 'x-ms-request-id',
+ '4b1a6fbc-265b-4d27-85f2-969641f4d6c4',
+ 'x-ms-correlation-request-id',
+ '4b1a6fbc-265b-4d27-85f2-969641f4d6c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045014Z:4b1a6fbc-265b-4d27-85f2-969641f4d6c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11750',
+ 'x-ms-request-id',
+ '68befc8c-8d82-4a7e-b657-bc432fb87493',
+ 'x-ms-correlation-request-id',
+ '68befc8c-8d82-4a7e-b657-bc432fb87493',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045016Z:68befc8c-8d82-4a7e-b657-bc432fb87493',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11749',
+ 'x-ms-request-id',
+ '7f46aca2-570d-4b6a-987e-bed66752cc6e',
+ 'x-ms-correlation-request-id',
+ '7f46aca2-570d-4b6a-987e-bed66752cc6e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045019Z:7f46aca2-570d-4b6a-987e-bed66752cc6e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11748',
+ 'x-ms-request-id',
+ '04b036eb-c19b-4967-9c8e-53eb5a03771f',
+ 'x-ms-correlation-request-id',
+ '04b036eb-c19b-4967-9c8e-53eb5a03771f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045021Z:04b036eb-c19b-4967-9c8e-53eb5a03771f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11747',
+ 'x-ms-request-id',
+ '977296ed-3b69-4e73-b710-738f28a84a09',
+ 'x-ms-correlation-request-id',
+ '977296ed-3b69-4e73-b710-738f28a84a09',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045023Z:977296ed-3b69-4e73-b710-738f28a84a09',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11746',
+ 'x-ms-request-id',
+ 'e311f22f-1683-4d5a-b9c5-960c7024b814',
+ 'x-ms-correlation-request-id',
+ 'e311f22f-1683-4d5a-b9c5-960c7024b814',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045026Z:e311f22f-1683-4d5a-b9c5-960c7024b814',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11745',
+ 'x-ms-request-id',
+ '857e79f1-3073-4cbe-bc79-812925dde956',
+ 'x-ms-correlation-request-id',
+ '857e79f1-3073-4cbe-bc79-812925dde956',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045028Z:857e79f1-3073-4cbe-bc79-812925dde956',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11744',
+ 'x-ms-request-id',
+ '2f24ea03-f958-435a-b8aa-63ac52f17446',
+ 'x-ms-correlation-request-id',
+ '2f24ea03-f958-435a-b8aa-63ac52f17446',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045030Z:2f24ea03-f958-435a-b8aa-63ac52f17446',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11743',
+ 'x-ms-request-id',
+ 'fa4882cb-537b-4fcf-85a1-fba527acb7b5',
+ 'x-ms-correlation-request-id',
+ 'fa4882cb-537b-4fcf-85a1-fba527acb7b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045033Z:fa4882cb-537b-4fcf-85a1-fba527acb7b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11742',
+ 'x-ms-request-id',
+ '58c6e9ce-da62-4b30-954c-9fc6d6e46619',
+ 'x-ms-correlation-request-id',
+ '58c6e9ce-da62-4b30-954c-9fc6d6e46619',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045035Z:58c6e9ce-da62-4b30-954c-9fc6d6e46619',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11741',
+ 'x-ms-request-id',
+ 'adb625e8-2aca-4e75-ab54-b2b2e9f254e9',
+ 'x-ms-correlation-request-id',
+ 'adb625e8-2aca-4e75-ab54-b2b2e9f254e9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045037Z:adb625e8-2aca-4e75-ab54-b2b2e9f254e9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11740',
+ 'x-ms-request-id',
+ '26ad4b80-8fdc-4108-9f62-48b315de4d78',
+ 'x-ms-correlation-request-id',
+ '26ad4b80-8fdc-4108-9f62-48b315de4d78',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045040Z:26ad4b80-8fdc-4108-9f62-48b315de4d78',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11739',
+ 'x-ms-request-id',
+ '3e24db57-3b63-4bc6-8728-6add8e93c97f',
+ 'x-ms-correlation-request-id',
+ '3e24db57-3b63-4bc6-8728-6add8e93c97f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045042Z:3e24db57-3b63-4bc6-8728-6add8e93c97f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11738',
+ 'x-ms-request-id',
+ 'c86c412e-8ce4-4778-acd5-13cbab977da1',
+ 'x-ms-correlation-request-id',
+ 'c86c412e-8ce4-4778-acd5-13cbab977da1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045044Z:c86c412e-8ce4-4778-acd5-13cbab977da1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11737',
+ 'x-ms-request-id',
+ '55730d06-6528-4b7f-898a-c9be64d97122',
+ 'x-ms-correlation-request-id',
+ '55730d06-6528-4b7f-898a-c9be64d97122',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045047Z:55730d06-6528-4b7f-898a-c9be64d97122',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11736',
+ 'x-ms-request-id',
+ 'e97d803d-05e7-42fa-b2f3-7f4bd2ea14d9',
+ 'x-ms-correlation-request-id',
+ 'e97d803d-05e7-42fa-b2f3-7f4bd2ea14d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045049Z:e97d803d-05e7-42fa-b2f3-7f4bd2ea14d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11735',
+ 'x-ms-request-id',
+ 'e2a4c4ef-d93b-477a-b044-2e1836ad2512',
+ 'x-ms-correlation-request-id',
+ 'e2a4c4ef-d93b-477a-b044-2e1836ad2512',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045051Z:e2a4c4ef-d93b-477a-b044-2e1836ad2512',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11734',
+ 'x-ms-request-id',
+ '167129aa-34f1-4b46-a86d-90b9c0ee0526',
+ 'x-ms-correlation-request-id',
+ '167129aa-34f1-4b46-a86d-90b9c0ee0526',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045054Z:167129aa-34f1-4b46-a86d-90b9c0ee0526',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11733',
+ 'x-ms-request-id',
+ '3ff33ed9-366e-431b-804f-96213f80f42f',
+ 'x-ms-correlation-request-id',
+ '3ff33ed9-366e-431b-804f-96213f80f42f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045057Z:3ff33ed9-366e-431b-804f-96213f80f42f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11732',
+ 'x-ms-request-id',
+ '2dbfb41f-9881-422a-aad8-dbeddfb3a67b',
+ 'x-ms-correlation-request-id',
+ '2dbfb41f-9881-422a-aad8-dbeddfb3a67b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045059Z:2dbfb41f-9881-422a-aad8-dbeddfb3a67b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:50:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11731',
+ 'x-ms-request-id',
+ '81e0717d-c944-4a66-8333-5a5360dcd7ff',
+ 'x-ms-correlation-request-id',
+ '81e0717d-c944-4a66-8333-5a5360dcd7ff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045101Z:81e0717d-c944-4a66-8333-5a5360dcd7ff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11730',
+ 'x-ms-request-id',
+ 'b95c3c72-e9b3-4e0a-8b4e-d23bdd67ec45',
+ 'x-ms-correlation-request-id',
+ 'b95c3c72-e9b3-4e0a-8b4e-d23bdd67ec45',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045104Z:b95c3c72-e9b3-4e0a-8b4e-d23bdd67ec45',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11729',
+ 'x-ms-request-id',
+ '55960fe1-accd-4a14-b242-a15efca79b39',
+ 'x-ms-correlation-request-id',
+ '55960fe1-accd-4a14-b242-a15efca79b39',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045106Z:55960fe1-accd-4a14-b242-a15efca79b39',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11728',
+ 'x-ms-request-id',
+ 'd047e37a-b03c-4494-9de7-dd0926476c80',
+ 'x-ms-correlation-request-id',
+ 'd047e37a-b03c-4494-9de7-dd0926476c80',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045109Z:d047e37a-b03c-4494-9de7-dd0926476c80',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11727',
+ 'x-ms-request-id',
+ '28bb837f-4699-4685-b9bc-488428c4fd5b',
+ 'x-ms-correlation-request-id',
+ '28bb837f-4699-4685-b9bc-488428c4fd5b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045111Z:28bb837f-4699-4685-b9bc-488428c4fd5b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11726',
+ 'x-ms-request-id',
+ '6153e45c-f9e3-4797-89ec-b12b913d1718',
+ 'x-ms-correlation-request-id',
+ '6153e45c-f9e3-4797-89ec-b12b913d1718',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045113Z:6153e45c-f9e3-4797-89ec-b12b913d1718',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11725',
+ 'x-ms-request-id',
+ '9ee53476-357b-4dab-8a12-1c8340e03605',
+ 'x-ms-correlation-request-id',
+ '9ee53476-357b-4dab-8a12-1c8340e03605',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045116Z:9ee53476-357b-4dab-8a12-1c8340e03605',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11724',
+ 'x-ms-request-id',
+ '3521e7de-0d33-4e86-b0f6-818a8109a9ce',
+ 'x-ms-correlation-request-id',
+ '3521e7de-0d33-4e86-b0f6-818a8109a9ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045118Z:3521e7de-0d33-4e86-b0f6-818a8109a9ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11723',
+ 'x-ms-request-id',
+ 'd2ffa954-d85b-499a-888a-d3427e6ad19d',
+ 'x-ms-correlation-request-id',
+ 'd2ffa954-d85b-499a-888a-d3427e6ad19d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045120Z:d2ffa954-d85b-499a-888a-d3427e6ad19d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11722',
+ 'x-ms-request-id',
+ 'afdbd12a-8c47-4106-9082-ca28916b7859',
+ 'x-ms-correlation-request-id',
+ 'afdbd12a-8c47-4106-9082-ca28916b7859',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045123Z:afdbd12a-8c47-4106-9082-ca28916b7859',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11721',
+ 'x-ms-request-id',
+ 'b0d1d77d-368f-431d-88d3-905c74ff6cb4',
+ 'x-ms-correlation-request-id',
+ 'b0d1d77d-368f-431d-88d3-905c74ff6cb4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045125Z:b0d1d77d-368f-431d-88d3-905c74ff6cb4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11720',
+ 'x-ms-request-id',
+ 'feeb9ead-63b3-411d-8f36-5ba47397b6c5',
+ 'x-ms-correlation-request-id',
+ 'feeb9ead-63b3-411d-8f36-5ba47397b6c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045127Z:feeb9ead-63b3-411d-8f36-5ba47397b6c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11719',
+ 'x-ms-request-id',
+ '6dd1845e-e478-4ad2-8ab7-6d57d929e1d9',
+ 'x-ms-correlation-request-id',
+ '6dd1845e-e478-4ad2-8ab7-6d57d929e1d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045130Z:6dd1845e-e478-4ad2-8ab7-6d57d929e1d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11718',
+ 'x-ms-request-id',
+ '852224dc-8856-493c-88ed-41726f5986de',
+ 'x-ms-correlation-request-id',
+ '852224dc-8856-493c-88ed-41726f5986de',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045132Z:852224dc-8856-493c-88ed-41726f5986de',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11717',
+ 'x-ms-request-id',
+ '1fbe201f-6288-4b7e-99bc-8a39b8a06a4f',
+ 'x-ms-correlation-request-id',
+ '1fbe201f-6288-4b7e-99bc-8a39b8a06a4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045135Z:1fbe201f-6288-4b7e-99bc-8a39b8a06a4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11716',
+ 'x-ms-request-id',
+ 'e51b7ece-45be-4c8f-8556-7050f1aec465',
+ 'x-ms-correlation-request-id',
+ 'e51b7ece-45be-4c8f-8556-7050f1aec465',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045137Z:e51b7ece-45be-4c8f-8556-7050f1aec465',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11715',
+ 'x-ms-request-id',
+ 'a15c24e7-326b-494e-bf94-fdb4bdfb65ef',
+ 'x-ms-correlation-request-id',
+ 'a15c24e7-326b-494e-bf94-fdb4bdfb65ef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045140Z:a15c24e7-326b-494e-bf94-fdb4bdfb65ef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11714',
+ 'x-ms-request-id',
+ '2bdf9450-2364-4f48-ab27-21cab33743a2',
+ 'x-ms-correlation-request-id',
+ '2bdf9450-2364-4f48-ab27-21cab33743a2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045142Z:2bdf9450-2364-4f48-ab27-21cab33743a2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11713',
+ 'x-ms-request-id',
+ 'e3ab4b81-6fe9-4a01-85a0-67aec59c4cc3',
+ 'x-ms-correlation-request-id',
+ 'e3ab4b81-6fe9-4a01-85a0-67aec59c4cc3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045144Z:e3ab4b81-6fe9-4a01-85a0-67aec59c4cc3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11712',
+ 'x-ms-request-id',
+ 'c7ca36cb-ac0c-426d-8b6a-bf690d806006',
+ 'x-ms-correlation-request-id',
+ 'c7ca36cb-ac0c-426d-8b6a-bf690d806006',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045147Z:c7ca36cb-ac0c-426d-8b6a-bf690d806006',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11711',
+ 'x-ms-request-id',
+ '38458d15-b93a-4234-afbf-aed7bbfdc1a3',
+ 'x-ms-correlation-request-id',
+ '38458d15-b93a-4234-afbf-aed7bbfdc1a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045149Z:38458d15-b93a-4234-afbf-aed7bbfdc1a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11710',
+ 'x-ms-request-id',
+ '08d760bb-bd50-4476-ae13-fd703eb9381b',
+ 'x-ms-correlation-request-id',
+ '08d760bb-bd50-4476-ae13-fd703eb9381b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045151Z:08d760bb-bd50-4476-ae13-fd703eb9381b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11709',
+ 'x-ms-request-id',
+ 'f59f2bcb-abac-41e4-96cf-e409deba615b',
+ 'x-ms-correlation-request-id',
+ 'f59f2bcb-abac-41e4-96cf-e409deba615b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045154Z:f59f2bcb-abac-41e4-96cf-e409deba615b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11708',
+ 'x-ms-request-id',
+ '56a5b1a9-a626-4a35-8de1-f49ccc89e939',
+ 'x-ms-correlation-request-id',
+ '56a5b1a9-a626-4a35-8de1-f49ccc89e939',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045157Z:56a5b1a9-a626-4a35-8de1-f49ccc89e939',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11707',
+ 'x-ms-request-id',
+ 'd30fe41b-700d-4975-9b3b-5d56b0c4324f',
+ 'x-ms-correlation-request-id',
+ 'd30fe41b-700d-4975-9b3b-5d56b0c4324f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045159Z:d30fe41b-700d-4975-9b3b-5d56b0c4324f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:51:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11706',
+ 'x-ms-request-id',
+ 'e5a7e7e1-63f4-499e-a15b-9986e61fb1cb',
+ 'x-ms-correlation-request-id',
+ 'e5a7e7e1-63f4-499e-a15b-9986e61fb1cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045201Z:e5a7e7e1-63f4-499e-a15b-9986e61fb1cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11705',
+ 'x-ms-request-id',
+ 'd5bd4e06-4cb7-4d52-923e-3d95119df5ce',
+ 'x-ms-correlation-request-id',
+ 'd5bd4e06-4cb7-4d52-923e-3d95119df5ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045204Z:d5bd4e06-4cb7-4d52-923e-3d95119df5ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11704',
+ 'x-ms-request-id',
+ '1e5bdc89-0ab5-4ef2-9c7c-aa1a2333effc',
+ 'x-ms-correlation-request-id',
+ '1e5bdc89-0ab5-4ef2-9c7c-aa1a2333effc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045206Z:1e5bdc89-0ab5-4ef2-9c7c-aa1a2333effc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11703',
+ 'x-ms-request-id',
+ '3708e7f6-962d-41d2-ad41-ec548fbcef10',
+ 'x-ms-correlation-request-id',
+ '3708e7f6-962d-41d2-ad41-ec548fbcef10',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045208Z:3708e7f6-962d-41d2-ad41-ec548fbcef10',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11702',
+ 'x-ms-request-id',
+ 'c44efe09-d623-466b-aebd-766031e3f147',
+ 'x-ms-correlation-request-id',
+ 'c44efe09-d623-466b-aebd-766031e3f147',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045211Z:c44efe09-d623-466b-aebd-766031e3f147',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11701',
+ 'x-ms-request-id',
+ '8418b87f-8c99-465b-9379-d895c6ce76a8',
+ 'x-ms-correlation-request-id',
+ '8418b87f-8c99-465b-9379-d895c6ce76a8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045213Z:8418b87f-8c99-465b-9379-d895c6ce76a8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11700',
+ 'x-ms-request-id',
+ '5ef6c38c-93c0-429b-a778-6ca1d6a18277',
+ 'x-ms-correlation-request-id',
+ '5ef6c38c-93c0-429b-a778-6ca1d6a18277',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045215Z:5ef6c38c-93c0-429b-a778-6ca1d6a18277',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11699',
+ 'x-ms-request-id',
+ '792baa16-f752-4aaf-8f7f-997ba60e2fb5',
+ 'x-ms-correlation-request-id',
+ '792baa16-f752-4aaf-8f7f-997ba60e2fb5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045217Z:792baa16-f752-4aaf-8f7f-997ba60e2fb5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11698',
+ 'x-ms-request-id',
+ 'f3321fa4-b7d0-453e-956e-5f5a920330c6',
+ 'x-ms-correlation-request-id',
+ 'f3321fa4-b7d0-453e-956e-5f5a920330c6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045220Z:f3321fa4-b7d0-453e-956e-5f5a920330c6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11697',
+ 'x-ms-request-id',
+ '5b01b22d-cd59-4944-9a99-6f60a02bb164',
+ 'x-ms-correlation-request-id',
+ '5b01b22d-cd59-4944-9a99-6f60a02bb164',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045222Z:5b01b22d-cd59-4944-9a99-6f60a02bb164',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11696',
+ 'x-ms-request-id',
+ '751131b5-dcc5-46f7-a1ca-e7af1124ef98',
+ 'x-ms-correlation-request-id',
+ '751131b5-dcc5-46f7-a1ca-e7af1124ef98',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045225Z:751131b5-dcc5-46f7-a1ca-e7af1124ef98',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11695',
+ 'x-ms-request-id',
+ 'f4c8f96a-10dc-48d4-bc9f-33552b05bd84',
+ 'x-ms-correlation-request-id',
+ 'f4c8f96a-10dc-48d4-bc9f-33552b05bd84',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045227Z:f4c8f96a-10dc-48d4-bc9f-33552b05bd84',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11694',
+ 'x-ms-request-id',
+ '79449c89-daab-4407-ae4c-43cf1c2a0a85',
+ 'x-ms-correlation-request-id',
+ '79449c89-daab-4407-ae4c-43cf1c2a0a85',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045229Z:79449c89-daab-4407-ae4c-43cf1c2a0a85',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11693',
+ 'x-ms-request-id',
+ 'e16d041b-e069-495c-b04b-98083142ba41',
+ 'x-ms-correlation-request-id',
+ 'e16d041b-e069-495c-b04b-98083142ba41',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045232Z:e16d041b-e069-495c-b04b-98083142ba41',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11692',
+ 'x-ms-request-id',
+ '3f0083fc-5f94-4c43-bb75-9b054d53af53',
+ 'x-ms-correlation-request-id',
+ '3f0083fc-5f94-4c43-bb75-9b054d53af53',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045234Z:3f0083fc-5f94-4c43-bb75-9b054d53af53',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11691',
+ 'x-ms-request-id',
+ 'd8a7c618-8f7f-4167-a07b-6b7d79b8ea01',
+ 'x-ms-correlation-request-id',
+ 'd8a7c618-8f7f-4167-a07b-6b7d79b8ea01',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045236Z:d8a7c618-8f7f-4167-a07b-6b7d79b8ea01',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11690',
+ 'x-ms-request-id',
+ '0f7ebc62-a3ef-4e63-b1f3-25f9fb0ba5a6',
+ 'x-ms-correlation-request-id',
+ '0f7ebc62-a3ef-4e63-b1f3-25f9fb0ba5a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045238Z:0f7ebc62-a3ef-4e63-b1f3-25f9fb0ba5a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11689',
+ 'x-ms-request-id',
+ '362a74f8-b285-47b0-a73c-7f5e58b75085',
+ 'x-ms-correlation-request-id',
+ '362a74f8-b285-47b0-a73c-7f5e58b75085',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045241Z:362a74f8-b285-47b0-a73c-7f5e58b75085',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11688',
+ 'x-ms-request-id',
+ '7a163e27-533d-4f29-9524-dd7dc458a9c5',
+ 'x-ms-correlation-request-id',
+ '7a163e27-533d-4f29-9524-dd7dc458a9c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045243Z:7a163e27-533d-4f29-9524-dd7dc458a9c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11687',
+ 'x-ms-request-id',
+ '41f2bb42-b420-433c-9c0d-aeabd41f19ce',
+ 'x-ms-correlation-request-id',
+ '41f2bb42-b420-433c-9c0d-aeabd41f19ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045245Z:41f2bb42-b420-433c-9c0d-aeabd41f19ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11686',
+ 'x-ms-request-id',
+ '496b3bf1-1082-44ac-aba2-23be59faaa6a',
+ 'x-ms-correlation-request-id',
+ '496b3bf1-1082-44ac-aba2-23be59faaa6a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045248Z:496b3bf1-1082-44ac-aba2-23be59faaa6a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11685',
+ 'x-ms-request-id',
+ '73c12710-dd10-43ae-a25c-50dc1dda4565',
+ 'x-ms-correlation-request-id',
+ '73c12710-dd10-43ae-a25c-50dc1dda4565',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045250Z:73c12710-dd10-43ae-a25c-50dc1dda4565',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11684',
+ 'x-ms-request-id',
+ '16c9b7f3-1694-4666-aa3c-a2c5d3e0d209',
+ 'x-ms-correlation-request-id',
+ '16c9b7f3-1694-4666-aa3c-a2c5d3e0d209',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045252Z:16c9b7f3-1694-4666-aa3c-a2c5d3e0d209',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11683',
+ 'x-ms-request-id',
+ '2d01166c-dc7b-4a17-a1d4-25e7544ca5d4',
+ 'x-ms-correlation-request-id',
+ '2d01166c-dc7b-4a17-a1d4-25e7544ca5d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045255Z:2d01166c-dc7b-4a17-a1d4-25e7544ca5d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11682',
+ 'x-ms-request-id',
+ '818e2855-b8ac-45a6-aac8-67ba343c735e',
+ 'x-ms-correlation-request-id',
+ '818e2855-b8ac-45a6-aac8-67ba343c735e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045258Z:818e2855-b8ac-45a6-aac8-67ba343c735e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11681',
+ 'x-ms-request-id',
+ '8df2b840-1018-451d-9f08-2d4e8ac5516a',
+ 'x-ms-correlation-request-id',
+ '8df2b840-1018-451d-9f08-2d4e8ac5516a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045300Z:8df2b840-1018-451d-9f08-2d4e8ac5516a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:52:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11680',
+ 'x-ms-request-id',
+ 'd3cc47e4-3196-46ff-ba8a-e398bad4f86a',
+ 'x-ms-correlation-request-id',
+ 'd3cc47e4-3196-46ff-ba8a-e398bad4f86a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045302Z:d3cc47e4-3196-46ff-ba8a-e398bad4f86a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11679',
+ 'x-ms-request-id',
+ '3c242565-8b93-4fe3-b62b-73e081da3672',
+ 'x-ms-correlation-request-id',
+ '3c242565-8b93-4fe3-b62b-73e081da3672',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045305Z:3c242565-8b93-4fe3-b62b-73e081da3672',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11678',
+ 'x-ms-request-id',
+ 'd7882782-76fb-484b-a211-79f18e215733',
+ 'x-ms-correlation-request-id',
+ 'd7882782-76fb-484b-a211-79f18e215733',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045307Z:d7882782-76fb-484b-a211-79f18e215733',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11677',
+ 'x-ms-request-id',
+ '0b5b0058-93a6-4620-ba30-269e8a2e0335',
+ 'x-ms-correlation-request-id',
+ '0b5b0058-93a6-4620-ba30-269e8a2e0335',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045309Z:0b5b0058-93a6-4620-ba30-269e8a2e0335',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11676',
+ 'x-ms-request-id',
+ '2f420cb6-ecc8-46d9-832e-21992004a129',
+ 'x-ms-correlation-request-id',
+ '2f420cb6-ecc8-46d9-832e-21992004a129',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045312Z:2f420cb6-ecc8-46d9-832e-21992004a129',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11675',
+ 'x-ms-request-id',
+ 'ac7da7e0-feee-42c6-b14c-9db41da04308',
+ 'x-ms-correlation-request-id',
+ 'ac7da7e0-feee-42c6-b14c-9db41da04308',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045314Z:ac7da7e0-feee-42c6-b14c-9db41da04308',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11674',
+ 'x-ms-request-id',
+ '17349317-8c17-48b4-a051-ba0e359422ab',
+ 'x-ms-correlation-request-id',
+ '17349317-8c17-48b4-a051-ba0e359422ab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045316Z:17349317-8c17-48b4-a051-ba0e359422ab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11673',
+ 'x-ms-request-id',
+ '513fc173-1366-49b5-b994-0d66a7519944',
+ 'x-ms-correlation-request-id',
+ '513fc173-1366-49b5-b994-0d66a7519944',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045319Z:513fc173-1366-49b5-b994-0d66a7519944',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11672',
+ 'x-ms-request-id',
+ 'fce9638b-4886-48cd-a521-70410390f7c3',
+ 'x-ms-correlation-request-id',
+ 'fce9638b-4886-48cd-a521-70410390f7c3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045321Z:fce9638b-4886-48cd-a521-70410390f7c3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11671',
+ 'x-ms-request-id',
+ 'f0ca3d72-8801-4172-a8ae-19e37e44218d',
+ 'x-ms-correlation-request-id',
+ 'f0ca3d72-8801-4172-a8ae-19e37e44218d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045323Z:f0ca3d72-8801-4172-a8ae-19e37e44218d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11670',
+ 'x-ms-request-id',
+ 'a9f02e23-fc26-46e7-a888-1aeb8a03aff6',
+ 'x-ms-correlation-request-id',
+ 'a9f02e23-fc26-46e7-a888-1aeb8a03aff6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045326Z:a9f02e23-fc26-46e7-a888-1aeb8a03aff6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11669',
+ 'x-ms-request-id',
+ '356bcb39-f297-47e9-9274-c774f0e7630f',
+ 'x-ms-correlation-request-id',
+ '356bcb39-f297-47e9-9274-c774f0e7630f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045328Z:356bcb39-f297-47e9-9274-c774f0e7630f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11668',
+ 'x-ms-request-id',
+ 'a92f6b43-5440-4a7a-b9df-1f0ce3b1291f',
+ 'x-ms-correlation-request-id',
+ 'a92f6b43-5440-4a7a-b9df-1f0ce3b1291f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045330Z:a92f6b43-5440-4a7a-b9df-1f0ce3b1291f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11667',
+ 'x-ms-request-id',
+ '094faad7-cf5b-4677-a72f-890029a9565d',
+ 'x-ms-correlation-request-id',
+ '094faad7-cf5b-4677-a72f-890029a9565d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045333Z:094faad7-cf5b-4677-a72f-890029a9565d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11666',
+ 'x-ms-request-id',
+ 'afa737a0-6402-408a-b560-b97417f10cc3',
+ 'x-ms-correlation-request-id',
+ 'afa737a0-6402-408a-b560-b97417f10cc3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045335Z:afa737a0-6402-408a-b560-b97417f10cc3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11665',
+ 'x-ms-request-id',
+ 'baff59c9-9e28-4135-a915-c882e99d0e26',
+ 'x-ms-correlation-request-id',
+ 'baff59c9-9e28-4135-a915-c882e99d0e26',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045337Z:baff59c9-9e28-4135-a915-c882e99d0e26',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11664',
+ 'x-ms-request-id',
+ '14465b57-2e42-4527-beb1-f827462678a6',
+ 'x-ms-correlation-request-id',
+ '14465b57-2e42-4527-beb1-f827462678a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045339Z:14465b57-2e42-4527-beb1-f827462678a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11663',
+ 'x-ms-request-id',
+ 'a3db2b99-b162-4b91-aae9-520e304562d4',
+ 'x-ms-correlation-request-id',
+ 'a3db2b99-b162-4b91-aae9-520e304562d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045342Z:a3db2b99-b162-4b91-aae9-520e304562d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11662',
+ 'x-ms-request-id',
+ 'e1f78075-b09d-4caf-9210-eed0f8a642da',
+ 'x-ms-correlation-request-id',
+ 'e1f78075-b09d-4caf-9210-eed0f8a642da',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045344Z:e1f78075-b09d-4caf-9210-eed0f8a642da',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11661',
+ 'x-ms-request-id',
+ 'efa6681e-a7ee-491f-b1a4-97c4602e0cd7',
+ 'x-ms-correlation-request-id',
+ 'efa6681e-a7ee-491f-b1a4-97c4602e0cd7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045346Z:efa6681e-a7ee-491f-b1a4-97c4602e0cd7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11660',
+ 'x-ms-request-id',
+ '06f9d34b-2f85-40e9-a0e1-aeffa7a07070',
+ 'x-ms-correlation-request-id',
+ '06f9d34b-2f85-40e9-a0e1-aeffa7a07070',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045349Z:06f9d34b-2f85-40e9-a0e1-aeffa7a07070',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11659',
+ 'x-ms-request-id',
+ '1f44aa22-eff8-423d-b213-03df1f51bd05',
+ 'x-ms-correlation-request-id',
+ '1f44aa22-eff8-423d-b213-03df1f51bd05',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045351Z:1f44aa22-eff8-423d-b213-03df1f51bd05',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11658',
+ 'x-ms-request-id',
+ 'ace243f4-aafc-4855-a842-f84b8e7cc446',
+ 'x-ms-correlation-request-id',
+ 'ace243f4-aafc-4855-a842-f84b8e7cc446',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045353Z:ace243f4-aafc-4855-a842-f84b8e7cc446',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11657',
+ 'x-ms-request-id',
+ 'f632089e-db2f-4528-8142-ab030d4235c9',
+ 'x-ms-correlation-request-id',
+ 'f632089e-db2f-4528-8142-ab030d4235c9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045356Z:f632089e-db2f-4528-8142-ab030d4235c9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11656',
+ 'x-ms-request-id',
+ 'a1e9dfdb-5e94-4c0f-a11b-60c0d933ff7f',
+ 'x-ms-correlation-request-id',
+ 'a1e9dfdb-5e94-4c0f-a11b-60c0d933ff7f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045359Z:a1e9dfdb-5e94-4c0f-a11b-60c0d933ff7f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:53:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11655',
+ 'x-ms-request-id',
+ '3958136e-1d64-4e78-a3ec-7edd1189f4c1',
+ 'x-ms-correlation-request-id',
+ '3958136e-1d64-4e78-a3ec-7edd1189f4c1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045401Z:3958136e-1d64-4e78-a3ec-7edd1189f4c1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11654',
+ 'x-ms-request-id',
+ 'e2a8bc01-4a0c-4067-9c47-547b21ebe09a',
+ 'x-ms-correlation-request-id',
+ 'e2a8bc01-4a0c-4067-9c47-547b21ebe09a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045403Z:e2a8bc01-4a0c-4067-9c47-547b21ebe09a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11653',
+ 'x-ms-request-id',
+ '1ed3cf10-3559-443b-84e3-e0599ff31ea0',
+ 'x-ms-correlation-request-id',
+ '1ed3cf10-3559-443b-84e3-e0599ff31ea0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045406Z:1ed3cf10-3559-443b-84e3-e0599ff31ea0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11652',
+ 'x-ms-request-id',
+ '264f79a4-e56b-4d9b-a725-893a3f6c26c1',
+ 'x-ms-correlation-request-id',
+ '264f79a4-e56b-4d9b-a725-893a3f6c26c1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045408Z:264f79a4-e56b-4d9b-a725-893a3f6c26c1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11651',
+ 'x-ms-request-id',
+ 'ec53206c-1df2-4dcb-ae8e-b64955d38391',
+ 'x-ms-correlation-request-id',
+ 'ec53206c-1df2-4dcb-ae8e-b64955d38391',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045410Z:ec53206c-1df2-4dcb-ae8e-b64955d38391',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11650',
+ 'x-ms-request-id',
+ '1a2c3660-5105-4fbd-8977-3c73ac8a4558',
+ 'x-ms-correlation-request-id',
+ '1a2c3660-5105-4fbd-8977-3c73ac8a4558',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045413Z:1a2c3660-5105-4fbd-8977-3c73ac8a4558',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11649',
+ 'x-ms-request-id',
+ '04b69da8-3458-4a55-b210-db9a8d066703',
+ 'x-ms-correlation-request-id',
+ '04b69da8-3458-4a55-b210-db9a8d066703',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045415Z:04b69da8-3458-4a55-b210-db9a8d066703',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11648',
+ 'x-ms-request-id',
+ '2727bfd3-f6e7-422a-9ce3-118d1bcfd313',
+ 'x-ms-correlation-request-id',
+ '2727bfd3-f6e7-422a-9ce3-118d1bcfd313',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045417Z:2727bfd3-f6e7-422a-9ce3-118d1bcfd313',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11647',
+ 'x-ms-request-id',
+ '82ebbca9-b62c-49d5-9358-8d94197dadf9',
+ 'x-ms-correlation-request-id',
+ '82ebbca9-b62c-49d5-9358-8d94197dadf9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045420Z:82ebbca9-b62c-49d5-9358-8d94197dadf9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11646',
+ 'x-ms-request-id',
+ '4f1741b2-f664-4cf8-b69f-38b638bb33d0',
+ 'x-ms-correlation-request-id',
+ '4f1741b2-f664-4cf8-b69f-38b638bb33d0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045422Z:4f1741b2-f664-4cf8-b69f-38b638bb33d0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11645',
+ 'x-ms-request-id',
+ 'e04645b4-6262-478c-968d-191ae265ed9e',
+ 'x-ms-correlation-request-id',
+ 'e04645b4-6262-478c-968d-191ae265ed9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045424Z:e04645b4-6262-478c-968d-191ae265ed9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11644',
+ 'x-ms-request-id',
+ '1f5d0770-77bd-44b5-81fc-69a55ffb7fb5',
+ 'x-ms-correlation-request-id',
+ '1f5d0770-77bd-44b5-81fc-69a55ffb7fb5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045427Z:1f5d0770-77bd-44b5-81fc-69a55ffb7fb5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11643',
+ 'x-ms-request-id',
+ 'be019485-c5a9-4915-9681-1573126f2bad',
+ 'x-ms-correlation-request-id',
+ 'be019485-c5a9-4915-9681-1573126f2bad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045429Z:be019485-c5a9-4915-9681-1573126f2bad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11642',
+ 'x-ms-request-id',
+ 'a1ad69e1-bb5e-4f65-ad59-cffddf3cd43a',
+ 'x-ms-correlation-request-id',
+ 'a1ad69e1-bb5e-4f65-ad59-cffddf3cd43a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045431Z:a1ad69e1-bb5e-4f65-ad59-cffddf3cd43a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11641',
+ 'x-ms-request-id',
+ 'ac074913-adf6-494e-b575-b1fff3cdd74d',
+ 'x-ms-correlation-request-id',
+ 'ac074913-adf6-494e-b575-b1fff3cdd74d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045434Z:ac074913-adf6-494e-b575-b1fff3cdd74d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11640',
+ 'x-ms-request-id',
+ '380f1e8d-e25b-4ccc-b33a-37b3acaeb477',
+ 'x-ms-correlation-request-id',
+ '380f1e8d-e25b-4ccc-b33a-37b3acaeb477',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045436Z:380f1e8d-e25b-4ccc-b33a-37b3acaeb477',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11639',
+ 'x-ms-request-id',
+ '95c64562-38bc-4c80-bff7-517ea9db4890',
+ 'x-ms-correlation-request-id',
+ '95c64562-38bc-4c80-bff7-517ea9db4890',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045438Z:95c64562-38bc-4c80-bff7-517ea9db4890',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11638',
+ 'x-ms-request-id',
+ 'dbc6033d-b00a-49ef-bb22-6645a00dc093',
+ 'x-ms-correlation-request-id',
+ 'dbc6033d-b00a-49ef-bb22-6645a00dc093',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045440Z:dbc6033d-b00a-49ef-bb22-6645a00dc093',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11637',
+ 'x-ms-request-id',
+ '049d4ecc-a603-44cb-8d63-74e0e6acdf8a',
+ 'x-ms-correlation-request-id',
+ '049d4ecc-a603-44cb-8d63-74e0e6acdf8a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045443Z:049d4ecc-a603-44cb-8d63-74e0e6acdf8a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11636',
+ 'x-ms-request-id',
+ '15343849-0ec2-45aa-8e9d-9800e68a248a',
+ 'x-ms-correlation-request-id',
+ '15343849-0ec2-45aa-8e9d-9800e68a248a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045445Z:15343849-0ec2-45aa-8e9d-9800e68a248a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11635',
+ 'x-ms-request-id',
+ 'b63458fb-2225-44b3-bde7-d9d56d653ab5',
+ 'x-ms-correlation-request-id',
+ 'b63458fb-2225-44b3-bde7-d9d56d653ab5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045448Z:b63458fb-2225-44b3-bde7-d9d56d653ab5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11634',
+ 'x-ms-request-id',
+ 'b9ad4cfe-c7b0-457b-bc0a-4129467398ea',
+ 'x-ms-correlation-request-id',
+ 'b9ad4cfe-c7b0-457b-bc0a-4129467398ea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045450Z:b9ad4cfe-c7b0-457b-bc0a-4129467398ea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11633',
+ 'x-ms-request-id',
+ '9fa450a8-3523-4960-ab2a-0ea3a5bb36e6',
+ 'x-ms-correlation-request-id',
+ '9fa450a8-3523-4960-ab2a-0ea3a5bb36e6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045452Z:9fa450a8-3523-4960-ab2a-0ea3a5bb36e6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11632',
+ 'x-ms-request-id',
+ 'bd766829-02c2-4bba-8a4e-070f5de04b3b',
+ 'x-ms-correlation-request-id',
+ 'bd766829-02c2-4bba-8a4e-070f5de04b3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045454Z:bd766829-02c2-4bba-8a4e-070f5de04b3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11631',
+ 'x-ms-request-id',
+ 'c497e736-6b50-472f-a315-8252607c275e',
+ 'x-ms-correlation-request-id',
+ 'c497e736-6b50-472f-a315-8252607c275e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045457Z:c497e736-6b50-472f-a315-8252607c275e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11630',
+ 'x-ms-request-id',
+ '12c16b55-3172-47ac-886c-1c24b818bade',
+ 'x-ms-correlation-request-id',
+ '12c16b55-3172-47ac-886c-1c24b818bade',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045459Z:12c16b55-3172-47ac-886c-1c24b818bade',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:54:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11629',
+ 'x-ms-request-id',
+ 'f332632c-808f-4f1e-bb53-122435dd8fce',
+ 'x-ms-correlation-request-id',
+ 'f332632c-808f-4f1e-bb53-122435dd8fce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045501Z:f332632c-808f-4f1e-bb53-122435dd8fce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11628',
+ 'x-ms-request-id',
+ '044f27c4-39d5-4b90-8aa4-2a9db22aadd6',
+ 'x-ms-correlation-request-id',
+ '044f27c4-39d5-4b90-8aa4-2a9db22aadd6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045504Z:044f27c4-39d5-4b90-8aa4-2a9db22aadd6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11627',
+ 'x-ms-request-id',
+ '609591a7-3c7a-4f6e-b8d9-f74c9013c228',
+ 'x-ms-correlation-request-id',
+ '609591a7-3c7a-4f6e-b8d9-f74c9013c228',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045506Z:609591a7-3c7a-4f6e-b8d9-f74c9013c228',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11626',
+ 'x-ms-request-id',
+ '3b3237cc-f55b-4d84-bf2b-b080e5dac6f1',
+ 'x-ms-correlation-request-id',
+ '3b3237cc-f55b-4d84-bf2b-b080e5dac6f1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045508Z:3b3237cc-f55b-4d84-bf2b-b080e5dac6f1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11625',
+ 'x-ms-request-id',
+ 'c96fc256-17a0-462f-99f4-48bbff20eb78',
+ 'x-ms-correlation-request-id',
+ 'c96fc256-17a0-462f-99f4-48bbff20eb78',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045511Z:c96fc256-17a0-462f-99f4-48bbff20eb78',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11624',
+ 'x-ms-request-id',
+ 'ec47f8bc-94bd-48bd-83f4-d9f8e5e96743',
+ 'x-ms-correlation-request-id',
+ 'ec47f8bc-94bd-48bd-83f4-d9f8e5e96743',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045513Z:ec47f8bc-94bd-48bd-83f4-d9f8e5e96743',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11623',
+ 'x-ms-request-id',
+ 'a591f4de-4f6f-4526-bfb9-5a6c8b1cb59f',
+ 'x-ms-correlation-request-id',
+ 'a591f4de-4f6f-4526-bfb9-5a6c8b1cb59f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045515Z:a591f4de-4f6f-4526-bfb9-5a6c8b1cb59f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11622',
+ 'x-ms-request-id',
+ '1f0ee8de-b105-4e89-854b-06d505758431',
+ 'x-ms-correlation-request-id',
+ '1f0ee8de-b105-4e89-854b-06d505758431',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045518Z:1f0ee8de-b105-4e89-854b-06d505758431',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11621',
+ 'x-ms-request-id',
+ 'dea3b1e5-aed2-425f-9a77-1af6e88398d8',
+ 'x-ms-correlation-request-id',
+ 'dea3b1e5-aed2-425f-9a77-1af6e88398d8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045520Z:dea3b1e5-aed2-425f-9a77-1af6e88398d8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11620',
+ 'x-ms-request-id',
+ '3a5d218d-477c-4c3b-8cfa-9a1d363cbfc7',
+ 'x-ms-correlation-request-id',
+ '3a5d218d-477c-4c3b-8cfa-9a1d363cbfc7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045522Z:3a5d218d-477c-4c3b-8cfa-9a1d363cbfc7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11619',
+ 'x-ms-request-id',
+ '8e318665-469e-48a2-9f4e-400cb154fbdd',
+ 'x-ms-correlation-request-id',
+ '8e318665-469e-48a2-9f4e-400cb154fbdd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045525Z:8e318665-469e-48a2-9f4e-400cb154fbdd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11618',
+ 'x-ms-request-id',
+ 'e325b1cb-7ed4-4b43-9ab7-c2887a03f716',
+ 'x-ms-correlation-request-id',
+ 'e325b1cb-7ed4-4b43-9ab7-c2887a03f716',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045527Z:e325b1cb-7ed4-4b43-9ab7-c2887a03f716',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11617',
+ 'x-ms-request-id',
+ '7b260937-3a73-4653-b46c-579d590f9341',
+ 'x-ms-correlation-request-id',
+ '7b260937-3a73-4653-b46c-579d590f9341',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045529Z:7b260937-3a73-4653-b46c-579d590f9341',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11616',
+ 'x-ms-request-id',
+ '4f76c816-e498-4af4-a2fe-4ae2cd37b8da',
+ 'x-ms-correlation-request-id',
+ '4f76c816-e498-4af4-a2fe-4ae2cd37b8da',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045532Z:4f76c816-e498-4af4-a2fe-4ae2cd37b8da',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11615',
+ 'x-ms-request-id',
+ 'c4227813-6920-48b2-9ba7-f5c7aca03dca',
+ 'x-ms-correlation-request-id',
+ 'c4227813-6920-48b2-9ba7-f5c7aca03dca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045534Z:c4227813-6920-48b2-9ba7-f5c7aca03dca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11614',
+ 'x-ms-request-id',
+ 'a94d6189-3c1e-4a56-8a94-675e799539b0',
+ 'x-ms-correlation-request-id',
+ 'a94d6189-3c1e-4a56-8a94-675e799539b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045536Z:a94d6189-3c1e-4a56-8a94-675e799539b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11613',
+ 'x-ms-request-id',
+ '08ae5d59-8f6a-4ca4-813f-4fe4d82e281e',
+ 'x-ms-correlation-request-id',
+ '08ae5d59-8f6a-4ca4-813f-4fe4d82e281e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045539Z:08ae5d59-8f6a-4ca4-813f-4fe4d82e281e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11612',
+ 'x-ms-request-id',
+ '4a08975e-baed-4b41-833c-7331f727aa48',
+ 'x-ms-correlation-request-id',
+ '4a08975e-baed-4b41-833c-7331f727aa48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045541Z:4a08975e-baed-4b41-833c-7331f727aa48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11611',
+ 'x-ms-request-id',
+ '5b1ab50f-06ab-4f20-a648-2e7d60a0617d',
+ 'x-ms-correlation-request-id',
+ '5b1ab50f-06ab-4f20-a648-2e7d60a0617d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045543Z:5b1ab50f-06ab-4f20-a648-2e7d60a0617d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11610',
+ 'x-ms-request-id',
+ '5ba1144c-4c14-4647-a181-6b2e56aaf3e6',
+ 'x-ms-correlation-request-id',
+ '5ba1144c-4c14-4647-a181-6b2e56aaf3e6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045546Z:5ba1144c-4c14-4647-a181-6b2e56aaf3e6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11609',
+ 'x-ms-request-id',
+ '853fe7ff-8408-491a-9168-77ce9f772c48',
+ 'x-ms-correlation-request-id',
+ '853fe7ff-8408-491a-9168-77ce9f772c48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045548Z:853fe7ff-8408-491a-9168-77ce9f772c48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11608',
+ 'x-ms-request-id',
+ '705fe1ff-0c9f-4d91-8e46-fb3be2bb6842',
+ 'x-ms-correlation-request-id',
+ '705fe1ff-0c9f-4d91-8e46-fb3be2bb6842',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045550Z:705fe1ff-0c9f-4d91-8e46-fb3be2bb6842',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11607',
+ 'x-ms-request-id',
+ 'ef87acc9-c12b-49fa-b701-510dc94ab4da',
+ 'x-ms-correlation-request-id',
+ 'ef87acc9-c12b-49fa-b701-510dc94ab4da',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045553Z:ef87acc9-c12b-49fa-b701-510dc94ab4da',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11606',
+ 'x-ms-request-id',
+ 'b723d7b6-d3e9-4088-8ff5-2a3514185034',
+ 'x-ms-correlation-request-id',
+ 'b723d7b6-d3e9-4088-8ff5-2a3514185034',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045555Z:b723d7b6-d3e9-4088-8ff5-2a3514185034',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11605',
+ 'x-ms-request-id',
+ 'fd995872-ffae-42db-8880-8e8722a8a9ca',
+ 'x-ms-correlation-request-id',
+ 'fd995872-ffae-42db-8880-8e8722a8a9ca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045557Z:fd995872-ffae-42db-8880-8e8722a8a9ca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:55:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11604',
+ 'x-ms-request-id',
+ 'f37597a0-a0d9-45a6-a47d-81433d7efa16',
+ 'x-ms-correlation-request-id',
+ 'f37597a0-a0d9-45a6-a47d-81433d7efa16',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045600Z:f37597a0-a0d9-45a6-a47d-81433d7efa16',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11603',
+ 'x-ms-request-id',
+ 'e2dbe5fa-1a2e-4189-9a59-e1c3654927cb',
+ 'x-ms-correlation-request-id',
+ 'e2dbe5fa-1a2e-4189-9a59-e1c3654927cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045602Z:e2dbe5fa-1a2e-4189-9a59-e1c3654927cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11602',
+ 'x-ms-request-id',
+ 'af03c19d-9d9f-401a-8ca2-06421fd647db',
+ 'x-ms-correlation-request-id',
+ 'af03c19d-9d9f-401a-8ca2-06421fd647db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045605Z:af03c19d-9d9f-401a-8ca2-06421fd647db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11601',
+ 'x-ms-request-id',
+ 'dab80820-b366-48c9-9e77-7db9e1ec348b',
+ 'x-ms-correlation-request-id',
+ 'dab80820-b366-48c9-9e77-7db9e1ec348b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045607Z:dab80820-b366-48c9-9e77-7db9e1ec348b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11600',
+ 'x-ms-request-id',
+ '880b0356-ca16-4bff-9537-8047c7192bee',
+ 'x-ms-correlation-request-id',
+ '880b0356-ca16-4bff-9537-8047c7192bee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045609Z:880b0356-ca16-4bff-9537-8047c7192bee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11599',
+ 'x-ms-request-id',
+ '57e37fa5-90ac-46cf-8354-043da2f83fc9',
+ 'x-ms-correlation-request-id',
+ '57e37fa5-90ac-46cf-8354-043da2f83fc9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045612Z:57e37fa5-90ac-46cf-8354-043da2f83fc9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11598',
+ 'x-ms-request-id',
+ '36d6484d-8a5d-476e-929c-027763372ec9',
+ 'x-ms-correlation-request-id',
+ '36d6484d-8a5d-476e-929c-027763372ec9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045614Z:36d6484d-8a5d-476e-929c-027763372ec9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11597',
+ 'x-ms-request-id',
+ '68c78f7a-d7b8-4487-919f-6c1ac093cd65',
+ 'x-ms-correlation-request-id',
+ '68c78f7a-d7b8-4487-919f-6c1ac093cd65',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045616Z:68c78f7a-d7b8-4487-919f-6c1ac093cd65',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11596',
+ 'x-ms-request-id',
+ '3a795fd2-699c-4b4d-823b-86730c02c9ca',
+ 'x-ms-correlation-request-id',
+ '3a795fd2-699c-4b4d-823b-86730c02c9ca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045619Z:3a795fd2-699c-4b4d-823b-86730c02c9ca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11595',
+ 'x-ms-request-id',
+ '2741ba42-5483-4330-8076-00f26f0bd3d6',
+ 'x-ms-correlation-request-id',
+ '2741ba42-5483-4330-8076-00f26f0bd3d6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045621Z:2741ba42-5483-4330-8076-00f26f0bd3d6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11594',
+ 'x-ms-request-id',
+ '9182e780-7b80-4c6d-bc92-0e0e8db248bf',
+ 'x-ms-correlation-request-id',
+ '9182e780-7b80-4c6d-bc92-0e0e8db248bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045623Z:9182e780-7b80-4c6d-bc92-0e0e8db248bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11593',
+ 'x-ms-request-id',
+ '5ecd8a64-cf8b-4b97-ac0f-3a15f4059d33',
+ 'x-ms-correlation-request-id',
+ '5ecd8a64-cf8b-4b97-ac0f-3a15f4059d33',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045626Z:5ecd8a64-cf8b-4b97-ac0f-3a15f4059d33',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11592',
+ 'x-ms-request-id',
+ '3a4a0dda-243d-4c43-b579-9737256eb491',
+ 'x-ms-correlation-request-id',
+ '3a4a0dda-243d-4c43-b579-9737256eb491',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045628Z:3a4a0dda-243d-4c43-b579-9737256eb491',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11591',
+ 'x-ms-request-id',
+ '029cfe6c-20ec-4f1e-b18b-2daf9fb99dc6',
+ 'x-ms-correlation-request-id',
+ '029cfe6c-20ec-4f1e-b18b-2daf9fb99dc6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045630Z:029cfe6c-20ec-4f1e-b18b-2daf9fb99dc6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11590',
+ 'x-ms-request-id',
+ '4c2c413b-6e71-4ce9-acb9-304ed13e9ba2',
+ 'x-ms-correlation-request-id',
+ '4c2c413b-6e71-4ce9-acb9-304ed13e9ba2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045633Z:4c2c413b-6e71-4ce9-acb9-304ed13e9ba2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11589',
+ 'x-ms-request-id',
+ '9d2620b4-4537-4fa8-929a-2e2ff1c691e8',
+ 'x-ms-correlation-request-id',
+ '9d2620b4-4537-4fa8-929a-2e2ff1c691e8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045635Z:9d2620b4-4537-4fa8-929a-2e2ff1c691e8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11588',
+ 'x-ms-request-id',
+ 'ddbfbfa2-7ba8-42df-9ea3-7027916ace0a',
+ 'x-ms-correlation-request-id',
+ 'ddbfbfa2-7ba8-42df-9ea3-7027916ace0a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045637Z:ddbfbfa2-7ba8-42df-9ea3-7027916ace0a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11587',
+ 'x-ms-request-id',
+ 'fada7566-ed84-4f43-be7d-13deea97d148',
+ 'x-ms-correlation-request-id',
+ 'fada7566-ed84-4f43-be7d-13deea97d148',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045640Z:fada7566-ed84-4f43-be7d-13deea97d148',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11586',
+ 'x-ms-request-id',
+ '880ac495-78be-491c-aa0a-0e392b918099',
+ 'x-ms-correlation-request-id',
+ '880ac495-78be-491c-aa0a-0e392b918099',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045642Z:880ac495-78be-491c-aa0a-0e392b918099',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11585',
+ 'x-ms-request-id',
+ 'a0623b12-f989-4359-9859-9e98a374b9d1',
+ 'x-ms-correlation-request-id',
+ 'a0623b12-f989-4359-9859-9e98a374b9d1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045644Z:a0623b12-f989-4359-9859-9e98a374b9d1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11584',
+ 'x-ms-request-id',
+ 'a4ba8df9-f507-4952-8891-e77da5b11de7',
+ 'x-ms-correlation-request-id',
+ 'a4ba8df9-f507-4952-8891-e77da5b11de7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045647Z:a4ba8df9-f507-4952-8891-e77da5b11de7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11583',
+ 'x-ms-request-id',
+ '4bdc989e-d769-45f4-b1b8-d7cdeddb47f4',
+ 'x-ms-correlation-request-id',
+ '4bdc989e-d769-45f4-b1b8-d7cdeddb47f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045649Z:4bdc989e-d769-45f4-b1b8-d7cdeddb47f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11582',
+ 'x-ms-request-id',
+ 'cafb3c09-4d12-4b42-8ec6-e187eb8614a2',
+ 'x-ms-correlation-request-id',
+ 'cafb3c09-4d12-4b42-8ec6-e187eb8614a2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045651Z:cafb3c09-4d12-4b42-8ec6-e187eb8614a2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11581',
+ 'x-ms-request-id',
+ '96289d5b-eb22-4ec4-ad51-7df46d19c348',
+ 'x-ms-correlation-request-id',
+ '96289d5b-eb22-4ec4-ad51-7df46d19c348',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045654Z:96289d5b-eb22-4ec4-ad51-7df46d19c348',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11580',
+ 'x-ms-request-id',
+ 'a8d9a2f5-ad6c-41c4-a4f8-45befaa7dd77',
+ 'x-ms-correlation-request-id',
+ 'a8d9a2f5-ad6c-41c4-a4f8-45befaa7dd77',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045656Z:a8d9a2f5-ad6c-41c4-a4f8-45befaa7dd77',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11579',
+ 'x-ms-request-id',
+ '34272651-a850-4695-95a7-521b4ec42486',
+ 'x-ms-correlation-request-id',
+ '34272651-a850-4695-95a7-521b4ec42486',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045658Z:34272651-a850-4695-95a7-521b4ec42486',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:56:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11578',
+ 'x-ms-request-id',
+ '49482870-93b0-40b0-b881-c3ad61fcb3fe',
+ 'x-ms-correlation-request-id',
+ '49482870-93b0-40b0-b881-c3ad61fcb3fe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045701Z:49482870-93b0-40b0-b881-c3ad61fcb3fe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11577',
+ 'x-ms-request-id',
+ '06ed1ba8-c050-4a58-ad3a-db3ce3fd3fcd',
+ 'x-ms-correlation-request-id',
+ '06ed1ba8-c050-4a58-ad3a-db3ce3fd3fcd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045704Z:06ed1ba8-c050-4a58-ad3a-db3ce3fd3fcd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11576',
+ 'x-ms-request-id',
+ '4471b386-b520-487c-8a2f-8f125a38aa8e',
+ 'x-ms-correlation-request-id',
+ '4471b386-b520-487c-8a2f-8f125a38aa8e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045706Z:4471b386-b520-487c-8a2f-8f125a38aa8e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11575',
+ 'x-ms-request-id',
+ '4a33f19c-3c49-451c-aba1-c539b95b65cf',
+ 'x-ms-correlation-request-id',
+ '4a33f19c-3c49-451c-aba1-c539b95b65cf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045708Z:4a33f19c-3c49-451c-aba1-c539b95b65cf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11574',
+ 'x-ms-request-id',
+ '0840ab8e-6d98-4fa2-8926-5bec3ad9ab77',
+ 'x-ms-correlation-request-id',
+ '0840ab8e-6d98-4fa2-8926-5bec3ad9ab77',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045711Z:0840ab8e-6d98-4fa2-8926-5bec3ad9ab77',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11573',
+ 'x-ms-request-id',
+ '50d56597-9b7b-4bab-b50b-8f57183a8782',
+ 'x-ms-correlation-request-id',
+ '50d56597-9b7b-4bab-b50b-8f57183a8782',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045713Z:50d56597-9b7b-4bab-b50b-8f57183a8782',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11572',
+ 'x-ms-request-id',
+ '18adb7b0-679c-46d0-a68c-ffcef21132c0',
+ 'x-ms-correlation-request-id',
+ '18adb7b0-679c-46d0-a68c-ffcef21132c0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045715Z:18adb7b0-679c-46d0-a68c-ffcef21132c0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11571',
+ 'x-ms-request-id',
+ '69b5722b-f597-4d59-ac3a-4279c174b7dc',
+ 'x-ms-correlation-request-id',
+ '69b5722b-f597-4d59-ac3a-4279c174b7dc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045717Z:69b5722b-f597-4d59-ac3a-4279c174b7dc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11570',
+ 'x-ms-request-id',
+ 'c418fd52-d34f-49e7-b9ff-6c50fdbec00d',
+ 'x-ms-correlation-request-id',
+ 'c418fd52-d34f-49e7-b9ff-6c50fdbec00d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045720Z:c418fd52-d34f-49e7-b9ff-6c50fdbec00d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11569',
+ 'x-ms-request-id',
+ 'd6b37eae-8d7d-4f85-818f-4b529d44ab3b',
+ 'x-ms-correlation-request-id',
+ 'd6b37eae-8d7d-4f85-818f-4b529d44ab3b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045722Z:d6b37eae-8d7d-4f85-818f-4b529d44ab3b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11568',
+ 'x-ms-request-id',
+ '814282f4-0863-4fd4-ba02-8616128e81eb',
+ 'x-ms-correlation-request-id',
+ '814282f4-0863-4fd4-ba02-8616128e81eb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045724Z:814282f4-0863-4fd4-ba02-8616128e81eb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11567',
+ 'x-ms-request-id',
+ '4fbd0d12-abd0-4ef2-bd7a-8317c27b71e9',
+ 'x-ms-correlation-request-id',
+ '4fbd0d12-abd0-4ef2-bd7a-8317c27b71e9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045727Z:4fbd0d12-abd0-4ef2-bd7a-8317c27b71e9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11566',
+ 'x-ms-request-id',
+ 'bb572e2c-184e-45d5-8d2d-bc1aa855e672',
+ 'x-ms-correlation-request-id',
+ 'bb572e2c-184e-45d5-8d2d-bc1aa855e672',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045729Z:bb572e2c-184e-45d5-8d2d-bc1aa855e672',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11565',
+ 'x-ms-request-id',
+ '34bb48f6-a4c5-4f33-bd6d-bb49d9f6b04f',
+ 'x-ms-correlation-request-id',
+ '34bb48f6-a4c5-4f33-bd6d-bb49d9f6b04f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045731Z:34bb48f6-a4c5-4f33-bd6d-bb49d9f6b04f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11564',
+ 'x-ms-request-id',
+ '6ffddd02-8245-4218-8092-8717232eda85',
+ 'x-ms-correlation-request-id',
+ '6ffddd02-8245-4218-8092-8717232eda85',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045734Z:6ffddd02-8245-4218-8092-8717232eda85',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11563',
+ 'x-ms-request-id',
+ '373afee7-8359-457b-adb2-ceb8ad54540e',
+ 'x-ms-correlation-request-id',
+ '373afee7-8359-457b-adb2-ceb8ad54540e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045736Z:373afee7-8359-457b-adb2-ceb8ad54540e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11562',
+ 'x-ms-request-id',
+ 'a46c3436-33f7-4474-b8f0-72c057be5871',
+ 'x-ms-correlation-request-id',
+ 'a46c3436-33f7-4474-b8f0-72c057be5871',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045738Z:a46c3436-33f7-4474-b8f0-72c057be5871',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11561',
+ 'x-ms-request-id',
+ '297ace87-cdb4-48c2-bcdc-d604d2e5a293',
+ 'x-ms-correlation-request-id',
+ '297ace87-cdb4-48c2-bcdc-d604d2e5a293',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045741Z:297ace87-cdb4-48c2-bcdc-d604d2e5a293',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11560',
+ 'x-ms-request-id',
+ '1eb78ee3-af5c-49ad-877f-7f86149c0bad',
+ 'x-ms-correlation-request-id',
+ '1eb78ee3-af5c-49ad-877f-7f86149c0bad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045743Z:1eb78ee3-af5c-49ad-877f-7f86149c0bad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11559',
+ 'x-ms-request-id',
+ '5e2adba2-40b5-4b71-93a4-6d4f0030fcea',
+ 'x-ms-correlation-request-id',
+ '5e2adba2-40b5-4b71-93a4-6d4f0030fcea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045745Z:5e2adba2-40b5-4b71-93a4-6d4f0030fcea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11558',
+ 'x-ms-request-id',
+ '8d00a9e2-d088-4945-b3e9-04cfa1c9d165',
+ 'x-ms-correlation-request-id',
+ '8d00a9e2-d088-4945-b3e9-04cfa1c9d165',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045748Z:8d00a9e2-d088-4945-b3e9-04cfa1c9d165',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11557',
+ 'x-ms-request-id',
+ '9dcbb06d-9544-4379-953d-758d0018d0d0',
+ 'x-ms-correlation-request-id',
+ '9dcbb06d-9544-4379-953d-758d0018d0d0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045750Z:9dcbb06d-9544-4379-953d-758d0018d0d0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11556',
+ 'x-ms-request-id',
+ '85607765-2ae8-4920-9ac7-813db0be9784',
+ 'x-ms-correlation-request-id',
+ '85607765-2ae8-4920-9ac7-813db0be9784',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045752Z:85607765-2ae8-4920-9ac7-813db0be9784',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11555',
+ 'x-ms-request-id',
+ '787ac6bc-8b59-44e2-8438-b273ba632450',
+ 'x-ms-correlation-request-id',
+ '787ac6bc-8b59-44e2-8438-b273ba632450',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045755Z:787ac6bc-8b59-44e2-8438-b273ba632450',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11554',
+ 'x-ms-request-id',
+ 'dce126d0-12d6-4061-8f26-d03c2b9cf438',
+ 'x-ms-correlation-request-id',
+ 'dce126d0-12d6-4061-8f26-d03c2b9cf438',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045757Z:dce126d0-12d6-4061-8f26-d03c2b9cf438',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11553',
+ 'x-ms-request-id',
+ '74ee9e85-879e-4994-a9c1-b9f7a7edb592',
+ 'x-ms-correlation-request-id',
+ '74ee9e85-879e-4994-a9c1-b9f7a7edb592',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045759Z:74ee9e85-879e-4994-a9c1-b9f7a7edb592',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:57:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11552',
+ 'x-ms-request-id',
+ '2e90dcc3-508b-44a1-9cec-2bbd281895a2',
+ 'x-ms-correlation-request-id',
+ '2e90dcc3-508b-44a1-9cec-2bbd281895a2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045802Z:2e90dcc3-508b-44a1-9cec-2bbd281895a2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11551',
+ 'x-ms-request-id',
+ 'fe242d40-1704-4352-bb1d-a0065026b41b',
+ 'x-ms-correlation-request-id',
+ 'fe242d40-1704-4352-bb1d-a0065026b41b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045805Z:fe242d40-1704-4352-bb1d-a0065026b41b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11550',
+ 'x-ms-request-id',
+ '4bb254fb-6f92-4383-bede-183b1fc9b7cc',
+ 'x-ms-correlation-request-id',
+ '4bb254fb-6f92-4383-bede-183b1fc9b7cc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045807Z:4bb254fb-6f92-4383-bede-183b1fc9b7cc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11549',
+ 'x-ms-request-id',
+ '5155a1e7-1b1e-4e98-9415-feb8b8bec454',
+ 'x-ms-correlation-request-id',
+ '5155a1e7-1b1e-4e98-9415-feb8b8bec454',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045809Z:5155a1e7-1b1e-4e98-9415-feb8b8bec454',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11548',
+ 'x-ms-request-id',
+ '0252b4d8-6f2b-4747-8c97-9459172ca8d7',
+ 'x-ms-correlation-request-id',
+ '0252b4d8-6f2b-4747-8c97-9459172ca8d7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045812Z:0252b4d8-6f2b-4747-8c97-9459172ca8d7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11547',
+ 'x-ms-request-id',
+ 'd92e2806-6414-4f42-a136-e1d7e8e3b701',
+ 'x-ms-correlation-request-id',
+ 'd92e2806-6414-4f42-a136-e1d7e8e3b701',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045814Z:d92e2806-6414-4f42-a136-e1d7e8e3b701',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11546',
+ 'x-ms-request-id',
+ 'aa9edfa8-aed7-42e3-833c-5dbf218d5fe4',
+ 'x-ms-correlation-request-id',
+ 'aa9edfa8-aed7-42e3-833c-5dbf218d5fe4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045816Z:aa9edfa8-aed7-42e3-833c-5dbf218d5fe4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11545',
+ 'x-ms-request-id',
+ 'fc98c2d5-d548-467f-a520-56f6ea105594',
+ 'x-ms-correlation-request-id',
+ 'fc98c2d5-d548-467f-a520-56f6ea105594',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045819Z:fc98c2d5-d548-467f-a520-56f6ea105594',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11544',
+ 'x-ms-request-id',
+ '9a069897-2daa-45bd-963d-d9b38aa0ef7d',
+ 'x-ms-correlation-request-id',
+ '9a069897-2daa-45bd-963d-d9b38aa0ef7d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045821Z:9a069897-2daa-45bd-963d-d9b38aa0ef7d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11543',
+ 'x-ms-request-id',
+ 'a11fa21b-31fa-49f3-b77c-cfca3f694337',
+ 'x-ms-correlation-request-id',
+ 'a11fa21b-31fa-49f3-b77c-cfca3f694337',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045823Z:a11fa21b-31fa-49f3-b77c-cfca3f694337',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11542',
+ 'x-ms-request-id',
+ '173e0e4d-95b7-43b2-9911-22a9c112dafb',
+ 'x-ms-correlation-request-id',
+ '173e0e4d-95b7-43b2-9911-22a9c112dafb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045826Z:173e0e4d-95b7-43b2-9911-22a9c112dafb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11541',
+ 'x-ms-request-id',
+ '43f4e811-9519-4b7b-abb0-ca4a53c1dbc9',
+ 'x-ms-correlation-request-id',
+ '43f4e811-9519-4b7b-abb0-ca4a53c1dbc9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045828Z:43f4e811-9519-4b7b-abb0-ca4a53c1dbc9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11540',
+ 'x-ms-request-id',
+ 'feb4adb3-cca2-4296-87a6-4d31fa20e8f3',
+ 'x-ms-correlation-request-id',
+ 'feb4adb3-cca2-4296-87a6-4d31fa20e8f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045830Z:feb4adb3-cca2-4296-87a6-4d31fa20e8f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11539',
+ 'x-ms-request-id',
+ 'abf63af0-ebf2-4287-9c40-634d892b0ea8',
+ 'x-ms-correlation-request-id',
+ 'abf63af0-ebf2-4287-9c40-634d892b0ea8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045833Z:abf63af0-ebf2-4287-9c40-634d892b0ea8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11538',
+ 'x-ms-request-id',
+ 'c052cfe0-e8c7-4290-8858-6af1aa90b2b2',
+ 'x-ms-correlation-request-id',
+ 'c052cfe0-e8c7-4290-8858-6af1aa90b2b2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045835Z:c052cfe0-e8c7-4290-8858-6af1aa90b2b2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11537',
+ 'x-ms-request-id',
+ 'ea45bce7-8151-41c3-959f-e8b00e7bf16a',
+ 'x-ms-correlation-request-id',
+ 'ea45bce7-8151-41c3-959f-e8b00e7bf16a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045837Z:ea45bce7-8151-41c3-959f-e8b00e7bf16a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11536',
+ 'x-ms-request-id',
+ '8a9b77d6-839b-42db-a1ef-1e69b917712c',
+ 'x-ms-correlation-request-id',
+ '8a9b77d6-839b-42db-a1ef-1e69b917712c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045839Z:8a9b77d6-839b-42db-a1ef-1e69b917712c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11535',
+ 'x-ms-request-id',
+ 'f6cd178d-9339-4771-ad82-ec5d57808cf6',
+ 'x-ms-correlation-request-id',
+ 'f6cd178d-9339-4771-ad82-ec5d57808cf6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045842Z:f6cd178d-9339-4771-ad82-ec5d57808cf6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11534',
+ 'x-ms-request-id',
+ 'da99b4cd-719a-4b3f-ab38-0d38614206a1',
+ 'x-ms-correlation-request-id',
+ 'da99b4cd-719a-4b3f-ab38-0d38614206a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045844Z:da99b4cd-719a-4b3f-ab38-0d38614206a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11533',
+ 'x-ms-request-id',
+ '2698c9a8-9c45-4d18-b3d1-0de9cc66fd0a',
+ 'x-ms-correlation-request-id',
+ '2698c9a8-9c45-4d18-b3d1-0de9cc66fd0a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045846Z:2698c9a8-9c45-4d18-b3d1-0de9cc66fd0a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11532',
+ 'x-ms-request-id',
+ 'e8099178-4b87-4d81-aff6-4ebbb68ff4df',
+ 'x-ms-correlation-request-id',
+ 'e8099178-4b87-4d81-aff6-4ebbb68ff4df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045849Z:e8099178-4b87-4d81-aff6-4ebbb68ff4df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11531',
+ 'x-ms-request-id',
+ '76a52836-9e22-43cc-8cb0-6f4026ff294a',
+ 'x-ms-correlation-request-id',
+ '76a52836-9e22-43cc-8cb0-6f4026ff294a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045851Z:76a52836-9e22-43cc-8cb0-6f4026ff294a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11530',
+ 'x-ms-request-id',
+ '3f0fc99d-c439-4d0f-9e08-691fdc8aa49c',
+ 'x-ms-correlation-request-id',
+ '3f0fc99d-c439-4d0f-9e08-691fdc8aa49c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045853Z:3f0fc99d-c439-4d0f-9e08-691fdc8aa49c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11529',
+ 'x-ms-request-id',
+ '3b20b061-7ae6-4cc5-8a5c-5233ff83dea0',
+ 'x-ms-correlation-request-id',
+ '3b20b061-7ae6-4cc5-8a5c-5233ff83dea0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045856Z:3b20b061-7ae6-4cc5-8a5c-5233ff83dea0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11528',
+ 'x-ms-request-id',
+ 'c49326ae-8395-44cd-8abf-556781a7f305',
+ 'x-ms-correlation-request-id',
+ 'c49326ae-8395-44cd-8abf-556781a7f305',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045858Z:c49326ae-8395-44cd-8abf-556781a7f305',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:58:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11527',
+ 'x-ms-request-id',
+ 'd23aa418-b9ca-4f34-9d8a-c693d3e2f7d4',
+ 'x-ms-correlation-request-id',
+ 'd23aa418-b9ca-4f34-9d8a-c693d3e2f7d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045901Z:d23aa418-b9ca-4f34-9d8a-c693d3e2f7d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11526',
+ 'x-ms-request-id',
+ 'fa46d7b8-cd44-4452-b5b0-b40ad3dace42',
+ 'x-ms-correlation-request-id',
+ 'fa46d7b8-cd44-4452-b5b0-b40ad3dace42',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045903Z:fa46d7b8-cd44-4452-b5b0-b40ad3dace42',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11525',
+ 'x-ms-request-id',
+ '961de01f-d37d-4056-8daa-00ca7f2f3856',
+ 'x-ms-correlation-request-id',
+ '961de01f-d37d-4056-8daa-00ca7f2f3856',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045906Z:961de01f-d37d-4056-8daa-00ca7f2f3856',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11524',
+ 'x-ms-request-id',
+ '11c971db-c2ec-4149-906a-df2b8d226321',
+ 'x-ms-correlation-request-id',
+ '11c971db-c2ec-4149-906a-df2b8d226321',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045908Z:11c971db-c2ec-4149-906a-df2b8d226321',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11523',
+ 'x-ms-request-id',
+ '7514cabd-4874-45c6-a9e4-4032e685cdd1',
+ 'x-ms-correlation-request-id',
+ '7514cabd-4874-45c6-a9e4-4032e685cdd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045910Z:7514cabd-4874-45c6-a9e4-4032e685cdd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11522',
+ 'x-ms-request-id',
+ 'c7e90b1a-fd2c-4f47-b7f5-c39cdd24c1be',
+ 'x-ms-correlation-request-id',
+ 'c7e90b1a-fd2c-4f47-b7f5-c39cdd24c1be',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045913Z:c7e90b1a-fd2c-4f47-b7f5-c39cdd24c1be',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11521',
+ 'x-ms-request-id',
+ 'e20d150c-2087-4d55-8bcd-f3e687590bca',
+ 'x-ms-correlation-request-id',
+ 'e20d150c-2087-4d55-8bcd-f3e687590bca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045915Z:e20d150c-2087-4d55-8bcd-f3e687590bca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11520',
+ 'x-ms-request-id',
+ 'c7866ddc-165d-434f-9032-fa43127fc113',
+ 'x-ms-correlation-request-id',
+ 'c7866ddc-165d-434f-9032-fa43127fc113',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045917Z:c7866ddc-165d-434f-9032-fa43127fc113',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11519',
+ 'x-ms-request-id',
+ 'e413b3c1-9868-409a-93da-b6dfb9005971',
+ 'x-ms-correlation-request-id',
+ 'e413b3c1-9868-409a-93da-b6dfb9005971',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045920Z:e413b3c1-9868-409a-93da-b6dfb9005971',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11518',
+ 'x-ms-request-id',
+ '36d15751-d375-4043-9d8c-3cdec5557d8b',
+ 'x-ms-correlation-request-id',
+ '36d15751-d375-4043-9d8c-3cdec5557d8b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045922Z:36d15751-d375-4043-9d8c-3cdec5557d8b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11517',
+ 'x-ms-request-id',
+ '944f5f2d-e6a9-4dee-a3d3-f7b6d61d800b',
+ 'x-ms-correlation-request-id',
+ '944f5f2d-e6a9-4dee-a3d3-f7b6d61d800b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045924Z:944f5f2d-e6a9-4dee-a3d3-f7b6d61d800b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11516',
+ 'x-ms-request-id',
+ '21bc3b40-95df-413a-8456-aa8346c22307',
+ 'x-ms-correlation-request-id',
+ '21bc3b40-95df-413a-8456-aa8346c22307',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045927Z:21bc3b40-95df-413a-8456-aa8346c22307',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11515',
+ 'x-ms-request-id',
+ '787d1e89-50f3-4c95-9e4e-74459eb91d4d',
+ 'x-ms-correlation-request-id',
+ '787d1e89-50f3-4c95-9e4e-74459eb91d4d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045929Z:787d1e89-50f3-4c95-9e4e-74459eb91d4d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11514',
+ 'x-ms-request-id',
+ 'a4bb8b5f-6501-41d7-9311-14f3c214c0fa',
+ 'x-ms-correlation-request-id',
+ 'a4bb8b5f-6501-41d7-9311-14f3c214c0fa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045931Z:a4bb8b5f-6501-41d7-9311-14f3c214c0fa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11513',
+ 'x-ms-request-id',
+ 'c32a1fea-03ea-4bfa-9288-5c89dd4e9ed3',
+ 'x-ms-correlation-request-id',
+ 'c32a1fea-03ea-4bfa-9288-5c89dd4e9ed3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045934Z:c32a1fea-03ea-4bfa-9288-5c89dd4e9ed3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11512',
+ 'x-ms-request-id',
+ 'f064a992-16cb-4764-9ff7-4fe44ab919d9',
+ 'x-ms-correlation-request-id',
+ 'f064a992-16cb-4764-9ff7-4fe44ab919d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045936Z:f064a992-16cb-4764-9ff7-4fe44ab919d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11511',
+ 'x-ms-request-id',
+ 'fe2aa665-8166-4429-a78a-ddb2763b0a81',
+ 'x-ms-correlation-request-id',
+ 'fe2aa665-8166-4429-a78a-ddb2763b0a81',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045938Z:fe2aa665-8166-4429-a78a-ddb2763b0a81',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11510',
+ 'x-ms-request-id',
+ '8e3a5862-e0a5-4cf3-b044-52e70de85790',
+ 'x-ms-correlation-request-id',
+ '8e3a5862-e0a5-4cf3-b044-52e70de85790',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045941Z:8e3a5862-e0a5-4cf3-b044-52e70de85790',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11509',
+ 'x-ms-request-id',
+ '3dfc316b-6a14-48d8-b9df-c724b14fcf56',
+ 'x-ms-correlation-request-id',
+ '3dfc316b-6a14-48d8-b9df-c724b14fcf56',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045943Z:3dfc316b-6a14-48d8-b9df-c724b14fcf56',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11508',
+ 'x-ms-request-id',
+ '72a72af5-1609-491a-b95d-ae3d7eb21e4d',
+ 'x-ms-correlation-request-id',
+ '72a72af5-1609-491a-b95d-ae3d7eb21e4d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045945Z:72a72af5-1609-491a-b95d-ae3d7eb21e4d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11507',
+ 'x-ms-request-id',
+ 'f8ca7198-517e-48cf-9f6b-7d8f33d636d8',
+ 'x-ms-correlation-request-id',
+ 'f8ca7198-517e-48cf-9f6b-7d8f33d636d8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045948Z:f8ca7198-517e-48cf-9f6b-7d8f33d636d8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11506',
+ 'x-ms-request-id',
+ 'f5a35fdb-7b58-40ba-b934-7f611e261458',
+ 'x-ms-correlation-request-id',
+ 'f5a35fdb-7b58-40ba-b934-7f611e261458',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045950Z:f5a35fdb-7b58-40ba-b934-7f611e261458',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11505',
+ 'x-ms-request-id',
+ 'd3d52bf5-f345-4a45-b9ff-1064282c9545',
+ 'x-ms-correlation-request-id',
+ 'd3d52bf5-f345-4a45-b9ff-1064282c9545',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045952Z:d3d52bf5-f345-4a45-b9ff-1064282c9545',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11504',
+ 'x-ms-request-id',
+ 'bbd82b18-7509-4a27-9493-dbf282da6686',
+ 'x-ms-correlation-request-id',
+ 'bbd82b18-7509-4a27-9493-dbf282da6686',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045955Z:bbd82b18-7509-4a27-9493-dbf282da6686',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11503',
+ 'x-ms-request-id',
+ 'c3af04d3-0ced-4fd5-88d5-3de76b1d6d88',
+ 'x-ms-correlation-request-id',
+ 'c3af04d3-0ced-4fd5-88d5-3de76b1d6d88',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045957Z:c3af04d3-0ced-4fd5-88d5-3de76b1d6d88',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11502',
+ 'x-ms-request-id',
+ 'b64771af-b5a0-4c02-a4b0-5e35395ddccc',
+ 'x-ms-correlation-request-id',
+ 'b64771af-b5a0-4c02-a4b0-5e35395ddccc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T045959Z:b64771af-b5a0-4c02-a4b0-5e35395ddccc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:59:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11501',
+ 'x-ms-request-id',
+ '5f9f1993-cd4a-4af3-b2c8-b945c8968170',
+ 'x-ms-correlation-request-id',
+ '5f9f1993-cd4a-4af3-b2c8-b945c8968170',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050002Z:5f9f1993-cd4a-4af3-b2c8-b945c8968170',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11500',
+ 'x-ms-request-id',
+ '3037c901-ee44-475b-ac55-b24e60a8ce06',
+ 'x-ms-correlation-request-id',
+ '3037c901-ee44-475b-ac55-b24e60a8ce06',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050004Z:3037c901-ee44-475b-ac55-b24e60a8ce06',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11499',
+ 'x-ms-request-id',
+ '04cedbe5-2b19-4ece-8d7e-8dbe785b638d',
+ 'x-ms-correlation-request-id',
+ '04cedbe5-2b19-4ece-8d7e-8dbe785b638d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050007Z:04cedbe5-2b19-4ece-8d7e-8dbe785b638d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11498',
+ 'x-ms-request-id',
+ '808201a0-b7ae-49a2-bc59-5709368a17bd',
+ 'x-ms-correlation-request-id',
+ '808201a0-b7ae-49a2-bc59-5709368a17bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050009Z:808201a0-b7ae-49a2-bc59-5709368a17bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11497',
+ 'x-ms-request-id',
+ 'fc7b5fb5-59db-4c74-952f-5690060ed203',
+ 'x-ms-correlation-request-id',
+ 'fc7b5fb5-59db-4c74-952f-5690060ed203',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050011Z:fc7b5fb5-59db-4c74-952f-5690060ed203',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11496',
+ 'x-ms-request-id',
+ 'c6595376-443f-418e-ac02-80632a4b1e6e',
+ 'x-ms-correlation-request-id',
+ 'c6595376-443f-418e-ac02-80632a4b1e6e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050014Z:c6595376-443f-418e-ac02-80632a4b1e6e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11495',
+ 'x-ms-request-id',
+ '5c3d5d95-0980-43ad-bdae-c2eb672b9dd1',
+ 'x-ms-correlation-request-id',
+ '5c3d5d95-0980-43ad-bdae-c2eb672b9dd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050016Z:5c3d5d95-0980-43ad-bdae-c2eb672b9dd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11494',
+ 'x-ms-request-id',
+ 'f4fce629-f5fc-4eef-8eac-3fb0d34d5d9e',
+ 'x-ms-correlation-request-id',
+ 'f4fce629-f5fc-4eef-8eac-3fb0d34d5d9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050018Z:f4fce629-f5fc-4eef-8eac-3fb0d34d5d9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11493',
+ 'x-ms-request-id',
+ 'a61abf64-69cb-4799-93d2-36ef658aceff',
+ 'x-ms-correlation-request-id',
+ 'a61abf64-69cb-4799-93d2-36ef658aceff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050021Z:a61abf64-69cb-4799-93d2-36ef658aceff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11492',
+ 'x-ms-request-id',
+ '5079e7e4-1c3d-4c43-ac8d-a78982964975',
+ 'x-ms-correlation-request-id',
+ '5079e7e4-1c3d-4c43-ac8d-a78982964975',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050023Z:5079e7e4-1c3d-4c43-ac8d-a78982964975',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11491',
+ 'x-ms-request-id',
+ '49d09b31-d0ae-4862-b90e-88787ed1b407',
+ 'x-ms-correlation-request-id',
+ '49d09b31-d0ae-4862-b90e-88787ed1b407',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050025Z:49d09b31-d0ae-4862-b90e-88787ed1b407',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11490',
+ 'x-ms-request-id',
+ '65c1794f-2a66-42bb-adb5-1d8c140005ef',
+ 'x-ms-correlation-request-id',
+ '65c1794f-2a66-42bb-adb5-1d8c140005ef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050028Z:65c1794f-2a66-42bb-adb5-1d8c140005ef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11489',
+ 'x-ms-request-id',
+ 'e2cd3f25-ec6e-4e64-b328-33bd0ee8f98b',
+ 'x-ms-correlation-request-id',
+ 'e2cd3f25-ec6e-4e64-b328-33bd0ee8f98b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050030Z:e2cd3f25-ec6e-4e64-b328-33bd0ee8f98b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11488',
+ 'x-ms-request-id',
+ '47dbcfa3-ee9a-4f7c-8c7e-0f13fd10bdaf',
+ 'x-ms-correlation-request-id',
+ '47dbcfa3-ee9a-4f7c-8c7e-0f13fd10bdaf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050032Z:47dbcfa3-ee9a-4f7c-8c7e-0f13fd10bdaf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11487',
+ 'x-ms-request-id',
+ '7a1ad743-3f18-4299-94dc-7b375f46eeb6',
+ 'x-ms-correlation-request-id',
+ '7a1ad743-3f18-4299-94dc-7b375f46eeb6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050035Z:7a1ad743-3f18-4299-94dc-7b375f46eeb6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11486',
+ 'x-ms-request-id',
+ 'a98c3c6b-7fb8-4fff-a955-2562863dc471',
+ 'x-ms-correlation-request-id',
+ 'a98c3c6b-7fb8-4fff-a955-2562863dc471',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050037Z:a98c3c6b-7fb8-4fff-a955-2562863dc471',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11485',
+ 'x-ms-request-id',
+ '60ccb97c-30ae-4a52-9287-f22d4d4af44c',
+ 'x-ms-correlation-request-id',
+ '60ccb97c-30ae-4a52-9287-f22d4d4af44c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050039Z:60ccb97c-30ae-4a52-9287-f22d4d4af44c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11484',
+ 'x-ms-request-id',
+ '4ba41c4b-6386-40e3-932b-e99a5abe5254',
+ 'x-ms-correlation-request-id',
+ '4ba41c4b-6386-40e3-932b-e99a5abe5254',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050042Z:4ba41c4b-6386-40e3-932b-e99a5abe5254',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11483',
+ 'x-ms-request-id',
+ '2030cde5-c5e6-43bf-b928-460825157b32',
+ 'x-ms-correlation-request-id',
+ '2030cde5-c5e6-43bf-b928-460825157b32',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050044Z:2030cde5-c5e6-43bf-b928-460825157b32',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11482',
+ 'x-ms-request-id',
+ '91b46334-64be-4dbc-920d-55a10e9c69dd',
+ 'x-ms-correlation-request-id',
+ '91b46334-64be-4dbc-920d-55a10e9c69dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050046Z:91b46334-64be-4dbc-920d-55a10e9c69dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11481',
+ 'x-ms-request-id',
+ '15bdc93e-4e44-4d27-88c2-0d3b618d30f4',
+ 'x-ms-correlation-request-id',
+ '15bdc93e-4e44-4d27-88c2-0d3b618d30f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050049Z:15bdc93e-4e44-4d27-88c2-0d3b618d30f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11480',
+ 'x-ms-request-id',
+ '68a6ff3b-ba10-4079-ab99-7612feb7012a',
+ 'x-ms-correlation-request-id',
+ '68a6ff3b-ba10-4079-ab99-7612feb7012a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050051Z:68a6ff3b-ba10-4079-ab99-7612feb7012a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11479',
+ 'x-ms-request-id',
+ 'c6efeff7-c961-4a1e-88ff-86d56d081760',
+ 'x-ms-correlation-request-id',
+ 'c6efeff7-c961-4a1e-88ff-86d56d081760',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050053Z:c6efeff7-c961-4a1e-88ff-86d56d081760',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11478',
+ 'x-ms-request-id',
+ '230910bb-dd15-4f00-bd95-0b9ccadaa250',
+ 'x-ms-correlation-request-id',
+ '230910bb-dd15-4f00-bd95-0b9ccadaa250',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050056Z:230910bb-dd15-4f00-bd95-0b9ccadaa250',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11477',
+ 'x-ms-request-id',
+ 'f0f93d96-5f6e-4626-ae22-a45000fa9c4e',
+ 'x-ms-correlation-request-id',
+ 'f0f93d96-5f6e-4626-ae22-a45000fa9c4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050058Z:f0f93d96-5f6e-4626-ae22-a45000fa9c4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:00:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11476',
+ 'x-ms-request-id',
+ 'ac822ff0-09c7-4faf-97e9-a62ecd1c6e4e',
+ 'x-ms-correlation-request-id',
+ 'ac822ff0-09c7-4faf-97e9-a62ecd1c6e4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050100Z:ac822ff0-09c7-4faf-97e9-a62ecd1c6e4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11475',
+ 'x-ms-request-id',
+ '75bf3dbc-9d12-4920-bbca-f7722db506b6',
+ 'x-ms-correlation-request-id',
+ '75bf3dbc-9d12-4920-bbca-f7722db506b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050103Z:75bf3dbc-9d12-4920-bbca-f7722db506b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11474',
+ 'x-ms-request-id',
+ 'cc32624d-834d-4957-86ea-4e3a2805e37b',
+ 'x-ms-correlation-request-id',
+ 'cc32624d-834d-4957-86ea-4e3a2805e37b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050106Z:cc32624d-834d-4957-86ea-4e3a2805e37b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11473',
+ 'x-ms-request-id',
+ 'e540a3c4-9ab1-4e3e-ad1a-7d4dc592a4fc',
+ 'x-ms-correlation-request-id',
+ 'e540a3c4-9ab1-4e3e-ad1a-7d4dc592a4fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050108Z:e540a3c4-9ab1-4e3e-ad1a-7d4dc592a4fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11472',
+ 'x-ms-request-id',
+ '3360c636-2f88-41ab-abbb-aa36def4a05c',
+ 'x-ms-correlation-request-id',
+ '3360c636-2f88-41ab-abbb-aa36def4a05c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050110Z:3360c636-2f88-41ab-abbb-aa36def4a05c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11471',
+ 'x-ms-request-id',
+ '2c8dafb8-6860-4cb4-a606-4e02f5184168',
+ 'x-ms-correlation-request-id',
+ '2c8dafb8-6860-4cb4-a606-4e02f5184168',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050113Z:2c8dafb8-6860-4cb4-a606-4e02f5184168',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11470',
+ 'x-ms-request-id',
+ '91ae474f-ca3c-4a25-95bb-28b77fe8c782',
+ 'x-ms-correlation-request-id',
+ '91ae474f-ca3c-4a25-95bb-28b77fe8c782',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050115Z:91ae474f-ca3c-4a25-95bb-28b77fe8c782',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11469',
+ 'x-ms-request-id',
+ '424fad02-d754-49be-981c-8fb545462725',
+ 'x-ms-correlation-request-id',
+ '424fad02-d754-49be-981c-8fb545462725',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050117Z:424fad02-d754-49be-981c-8fb545462725',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11468',
+ 'x-ms-request-id',
+ 'f5f22147-87bd-4bd5-b261-1b18ce83ac6f',
+ 'x-ms-correlation-request-id',
+ 'f5f22147-87bd-4bd5-b261-1b18ce83ac6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050120Z:f5f22147-87bd-4bd5-b261-1b18ce83ac6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11467',
+ 'x-ms-request-id',
+ 'a04c6942-31ee-44d3-aa42-1676058a3f54',
+ 'x-ms-correlation-request-id',
+ 'a04c6942-31ee-44d3-aa42-1676058a3f54',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050122Z:a04c6942-31ee-44d3-aa42-1676058a3f54',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11466',
+ 'x-ms-request-id',
+ 'e54364d8-cfdc-4f7f-a23e-35b42a193633',
+ 'x-ms-correlation-request-id',
+ 'e54364d8-cfdc-4f7f-a23e-35b42a193633',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050124Z:e54364d8-cfdc-4f7f-a23e-35b42a193633',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11465',
+ 'x-ms-request-id',
+ 'd30d6ec9-1d77-43a9-b22c-7ec537814f7b',
+ 'x-ms-correlation-request-id',
+ 'd30d6ec9-1d77-43a9-b22c-7ec537814f7b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050127Z:d30d6ec9-1d77-43a9-b22c-7ec537814f7b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11464',
+ 'x-ms-request-id',
+ 'de320f01-1a2e-4c1f-89a7-1db7f0c1a598',
+ 'x-ms-correlation-request-id',
+ 'de320f01-1a2e-4c1f-89a7-1db7f0c1a598',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050129Z:de320f01-1a2e-4c1f-89a7-1db7f0c1a598',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11463',
+ 'x-ms-request-id',
+ '2f8b8c1f-cf21-4134-8130-3551b41c30f8',
+ 'x-ms-correlation-request-id',
+ '2f8b8c1f-cf21-4134-8130-3551b41c30f8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050131Z:2f8b8c1f-cf21-4134-8130-3551b41c30f8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11462',
+ 'x-ms-request-id',
+ '8f2ca516-00fb-4076-823b-77efb9cafdbc',
+ 'x-ms-correlation-request-id',
+ '8f2ca516-00fb-4076-823b-77efb9cafdbc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050134Z:8f2ca516-00fb-4076-823b-77efb9cafdbc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11461',
+ 'x-ms-request-id',
+ '823a9622-e238-402d-9c92-5ef9321cb364',
+ 'x-ms-correlation-request-id',
+ '823a9622-e238-402d-9c92-5ef9321cb364',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050136Z:823a9622-e238-402d-9c92-5ef9321cb364',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11460',
+ 'x-ms-request-id',
+ 'fefe4a6f-be25-49bc-911c-d7ee5264e433',
+ 'x-ms-correlation-request-id',
+ 'fefe4a6f-be25-49bc-911c-d7ee5264e433',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050138Z:fefe4a6f-be25-49bc-911c-d7ee5264e433',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11459',
+ 'x-ms-request-id',
+ '75b1cd0f-054a-4938-97ed-858b361802b8',
+ 'x-ms-correlation-request-id',
+ '75b1cd0f-054a-4938-97ed-858b361802b8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050140Z:75b1cd0f-054a-4938-97ed-858b361802b8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11458',
+ 'x-ms-request-id',
+ '8b19665f-6ffd-43b0-832c-83aa7fb5190a',
+ 'x-ms-correlation-request-id',
+ '8b19665f-6ffd-43b0-832c-83aa7fb5190a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050143Z:8b19665f-6ffd-43b0-832c-83aa7fb5190a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11457',
+ 'x-ms-request-id',
+ '818d2b7f-604f-4e39-80ef-aeaae18d0197',
+ 'x-ms-correlation-request-id',
+ '818d2b7f-604f-4e39-80ef-aeaae18d0197',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050146Z:818d2b7f-604f-4e39-80ef-aeaae18d0197',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11456',
+ 'x-ms-request-id',
+ '679ae1a0-dace-49cb-80c1-44e102b22c8c',
+ 'x-ms-correlation-request-id',
+ '679ae1a0-dace-49cb-80c1-44e102b22c8c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050148Z:679ae1a0-dace-49cb-80c1-44e102b22c8c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11455',
+ 'x-ms-request-id',
+ '02231441-17f3-4c07-b47a-38b3429cfb15',
+ 'x-ms-correlation-request-id',
+ '02231441-17f3-4c07-b47a-38b3429cfb15',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050150Z:02231441-17f3-4c07-b47a-38b3429cfb15',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11454',
+ 'x-ms-request-id',
+ '1366162f-3036-449a-a2c5-90e8f656d3bf',
+ 'x-ms-correlation-request-id',
+ '1366162f-3036-449a-a2c5-90e8f656d3bf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050153Z:1366162f-3036-449a-a2c5-90e8f656d3bf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11453',
+ 'x-ms-request-id',
+ 'a5f37944-cec3-4283-a7a6-08b53708ee7f',
+ 'x-ms-correlation-request-id',
+ 'a5f37944-cec3-4283-a7a6-08b53708ee7f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050155Z:a5f37944-cec3-4283-a7a6-08b53708ee7f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11452',
+ 'x-ms-request-id',
+ 'c43b28ff-c47f-4436-97d2-1c3a7c7f1707',
+ 'x-ms-correlation-request-id',
+ 'c43b28ff-c47f-4436-97d2-1c3a7c7f1707',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050157Z:c43b28ff-c47f-4436-97d2-1c3a7c7f1707',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11451',
+ 'x-ms-request-id',
+ '3b81e86e-a4af-4be1-b555-b8b685a7ff75',
+ 'x-ms-correlation-request-id',
+ '3b81e86e-a4af-4be1-b555-b8b685a7ff75',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050200Z:3b81e86e-a4af-4be1-b555-b8b685a7ff75',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:01:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11450',
+ 'x-ms-request-id',
+ '5aa8b50d-f9e9-478a-a4ba-9b244381220f',
+ 'x-ms-correlation-request-id',
+ '5aa8b50d-f9e9-478a-a4ba-9b244381220f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050203Z:5aa8b50d-f9e9-478a-a4ba-9b244381220f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11449',
+ 'x-ms-request-id',
+ '5fb8169a-1e1b-4776-a752-8a98b8ae86da',
+ 'x-ms-correlation-request-id',
+ '5fb8169a-1e1b-4776-a752-8a98b8ae86da',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050205Z:5fb8169a-1e1b-4776-a752-8a98b8ae86da',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11448',
+ 'x-ms-request-id',
+ '526286c7-dc41-4eb4-b81f-9a53c9102b4b',
+ 'x-ms-correlation-request-id',
+ '526286c7-dc41-4eb4-b81f-9a53c9102b4b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050207Z:526286c7-dc41-4eb4-b81f-9a53c9102b4b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11447',
+ 'x-ms-request-id',
+ '24746ae2-f40e-4d3f-bae9-0f2572ff5646',
+ 'x-ms-correlation-request-id',
+ '24746ae2-f40e-4d3f-bae9-0f2572ff5646',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050210Z:24746ae2-f40e-4d3f-bae9-0f2572ff5646',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11446',
+ 'x-ms-request-id',
+ '4374baad-ee7d-4bff-8bfd-0a062ad443fd',
+ 'x-ms-correlation-request-id',
+ '4374baad-ee7d-4bff-8bfd-0a062ad443fd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050212Z:4374baad-ee7d-4bff-8bfd-0a062ad443fd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11445',
+ 'x-ms-request-id',
+ 'bf275d23-e601-4a59-9354-787e04a0f9b9',
+ 'x-ms-correlation-request-id',
+ 'bf275d23-e601-4a59-9354-787e04a0f9b9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050214Z:bf275d23-e601-4a59-9354-787e04a0f9b9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11444',
+ 'x-ms-request-id',
+ '4d95b705-9551-49f5-8037-d446d3c2d8a3',
+ 'x-ms-correlation-request-id',
+ '4d95b705-9551-49f5-8037-d446d3c2d8a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050217Z:4d95b705-9551-49f5-8037-d446d3c2d8a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11443',
+ 'x-ms-request-id',
+ '4db84b1f-c753-4798-aedc-2cb1e752020a',
+ 'x-ms-correlation-request-id',
+ '4db84b1f-c753-4798-aedc-2cb1e752020a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050219Z:4db84b1f-c753-4798-aedc-2cb1e752020a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11442',
+ 'x-ms-request-id',
+ '6f3a5843-4548-4870-8c1a-59615f1823b0',
+ 'x-ms-correlation-request-id',
+ '6f3a5843-4548-4870-8c1a-59615f1823b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050221Z:6f3a5843-4548-4870-8c1a-59615f1823b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11441',
+ 'x-ms-request-id',
+ '0b2e7945-ea0e-4178-912f-80ce2ab13e63',
+ 'x-ms-correlation-request-id',
+ '0b2e7945-ea0e-4178-912f-80ce2ab13e63',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050224Z:0b2e7945-ea0e-4178-912f-80ce2ab13e63',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11440',
+ 'x-ms-request-id',
+ '5acd3ea8-7ed1-4633-a820-18f13bd12911',
+ 'x-ms-correlation-request-id',
+ '5acd3ea8-7ed1-4633-a820-18f13bd12911',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050226Z:5acd3ea8-7ed1-4633-a820-18f13bd12911',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11439',
+ 'x-ms-request-id',
+ '21e7ecbd-9773-4c2c-b296-5245784171ab',
+ 'x-ms-correlation-request-id',
+ '21e7ecbd-9773-4c2c-b296-5245784171ab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050228Z:21e7ecbd-9773-4c2c-b296-5245784171ab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11438',
+ 'x-ms-request-id',
+ '15cca452-1b6d-4e6d-80c9-d31bbfa420f5',
+ 'x-ms-correlation-request-id',
+ '15cca452-1b6d-4e6d-80c9-d31bbfa420f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050231Z:15cca452-1b6d-4e6d-80c9-d31bbfa420f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11437',
+ 'x-ms-request-id',
+ '41779b0d-50dc-4eb9-8c10-72fbf9b1c86b',
+ 'x-ms-correlation-request-id',
+ '41779b0d-50dc-4eb9-8c10-72fbf9b1c86b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050233Z:41779b0d-50dc-4eb9-8c10-72fbf9b1c86b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11436',
+ 'x-ms-request-id',
+ '93c3a8be-9b3b-45ba-9882-6c1f367da0ad',
+ 'x-ms-correlation-request-id',
+ '93c3a8be-9b3b-45ba-9882-6c1f367da0ad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050235Z:93c3a8be-9b3b-45ba-9882-6c1f367da0ad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11435',
+ 'x-ms-request-id',
+ '2f9cf6c9-350d-4563-9a1b-c51a36acaa4d',
+ 'x-ms-correlation-request-id',
+ '2f9cf6c9-350d-4563-9a1b-c51a36acaa4d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050238Z:2f9cf6c9-350d-4563-9a1b-c51a36acaa4d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11434',
+ 'x-ms-request-id',
+ '5c56f0f4-8fc2-450a-ae56-dd3b27fa88c4',
+ 'x-ms-correlation-request-id',
+ '5c56f0f4-8fc2-450a-ae56-dd3b27fa88c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050240Z:5c56f0f4-8fc2-450a-ae56-dd3b27fa88c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11433',
+ 'x-ms-request-id',
+ 'c301c0df-f23f-41a9-a700-04eb4af3a020',
+ 'x-ms-correlation-request-id',
+ 'c301c0df-f23f-41a9-a700-04eb4af3a020',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050243Z:c301c0df-f23f-41a9-a700-04eb4af3a020',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11432',
+ 'x-ms-request-id',
+ '5d7a1e05-53ce-4486-bf08-fad97f7e11dd',
+ 'x-ms-correlation-request-id',
+ '5d7a1e05-53ce-4486-bf08-fad97f7e11dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050245Z:5d7a1e05-53ce-4486-bf08-fad97f7e11dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11431',
+ 'x-ms-request-id',
+ 'faa31276-fe47-48b1-b55c-223c3c3ad9a3',
+ 'x-ms-correlation-request-id',
+ 'faa31276-fe47-48b1-b55c-223c3c3ad9a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050247Z:faa31276-fe47-48b1-b55c-223c3c3ad9a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11430',
+ 'x-ms-request-id',
+ 'ba1671cd-166d-4f88-89b8-c81b915af4ad',
+ 'x-ms-correlation-request-id',
+ 'ba1671cd-166d-4f88-89b8-c81b915af4ad',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050250Z:ba1671cd-166d-4f88-89b8-c81b915af4ad',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11429',
+ 'x-ms-request-id',
+ '9b2a9e7a-1ed9-4979-8ad4-a6bab36613a5',
+ 'x-ms-correlation-request-id',
+ '9b2a9e7a-1ed9-4979-8ad4-a6bab36613a5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050252Z:9b2a9e7a-1ed9-4979-8ad4-a6bab36613a5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11428',
+ 'x-ms-request-id',
+ '0940413f-8857-4b63-9c97-7d4e6b3c3b06',
+ 'x-ms-correlation-request-id',
+ '0940413f-8857-4b63-9c97-7d4e6b3c3b06',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050254Z:0940413f-8857-4b63-9c97-7d4e6b3c3b06',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11427',
+ 'x-ms-request-id',
+ '7729194f-19ee-4073-9e15-2850953b5c07',
+ 'x-ms-correlation-request-id',
+ '7729194f-19ee-4073-9e15-2850953b5c07',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050257Z:7729194f-19ee-4073-9e15-2850953b5c07',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11426',
+ 'x-ms-request-id',
+ '50bc9cfb-de8a-4fe9-9d2f-e50bbc8604d8',
+ 'x-ms-correlation-request-id',
+ '50bc9cfb-de8a-4fe9-9d2f-e50bbc8604d8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050259Z:50bc9cfb-de8a-4fe9-9d2f-e50bbc8604d8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:02:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11425',
+ 'x-ms-request-id',
+ '498d9496-2771-44fa-8731-a9772df69f7e',
+ 'x-ms-correlation-request-id',
+ '498d9496-2771-44fa-8731-a9772df69f7e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050301Z:498d9496-2771-44fa-8731-a9772df69f7e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11424',
+ 'x-ms-request-id',
+ 'b6bdf68b-b11f-4a25-b527-342637b28c7c',
+ 'x-ms-correlation-request-id',
+ 'b6bdf68b-b11f-4a25-b527-342637b28c7c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050304Z:b6bdf68b-b11f-4a25-b527-342637b28c7c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11423',
+ 'x-ms-request-id',
+ '68301fd4-62c4-4359-b47f-882768ab2635',
+ 'x-ms-correlation-request-id',
+ '68301fd4-62c4-4359-b47f-882768ab2635',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050307Z:68301fd4-62c4-4359-b47f-882768ab2635',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11422',
+ 'x-ms-request-id',
+ '6706f631-90c8-4d8a-82c7-4c2847afac98',
+ 'x-ms-correlation-request-id',
+ '6706f631-90c8-4d8a-82c7-4c2847afac98',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050309Z:6706f631-90c8-4d8a-82c7-4c2847afac98',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11421',
+ 'x-ms-request-id',
+ 'b75cf049-e6cb-4237-8798-ec4e5b67f412',
+ 'x-ms-correlation-request-id',
+ 'b75cf049-e6cb-4237-8798-ec4e5b67f412',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050311Z:b75cf049-e6cb-4237-8798-ec4e5b67f412',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11420',
+ 'x-ms-request-id',
+ '20261a42-314e-460c-81f8-d503eb932226',
+ 'x-ms-correlation-request-id',
+ '20261a42-314e-460c-81f8-d503eb932226',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050314Z:20261a42-314e-460c-81f8-d503eb932226',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11419',
+ 'x-ms-request-id',
+ 'e67a1b18-d9ec-4069-9004-cd33895467f6',
+ 'x-ms-correlation-request-id',
+ 'e67a1b18-d9ec-4069-9004-cd33895467f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050316Z:e67a1b18-d9ec-4069-9004-cd33895467f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11418',
+ 'x-ms-request-id',
+ '604898fb-5d8e-40e2-84c0-abc854f38215',
+ 'x-ms-correlation-request-id',
+ '604898fb-5d8e-40e2-84c0-abc854f38215',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050318Z:604898fb-5d8e-40e2-84c0-abc854f38215',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11417',
+ 'x-ms-request-id',
+ '2b29eda8-c796-4ece-9d4e-8909cdd29a97',
+ 'x-ms-correlation-request-id',
+ '2b29eda8-c796-4ece-9d4e-8909cdd29a97',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050321Z:2b29eda8-c796-4ece-9d4e-8909cdd29a97',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11416',
+ 'x-ms-request-id',
+ '1f6d0257-ed5f-4838-a50f-efc85395c529',
+ 'x-ms-correlation-request-id',
+ '1f6d0257-ed5f-4838-a50f-efc85395c529',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050323Z:1f6d0257-ed5f-4838-a50f-efc85395c529',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11415',
+ 'x-ms-request-id',
+ '1c966bac-e728-4bc3-bf1c-f6459a1bdd3f',
+ 'x-ms-correlation-request-id',
+ '1c966bac-e728-4bc3-bf1c-f6459a1bdd3f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050325Z:1c966bac-e728-4bc3-bf1c-f6459a1bdd3f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11414',
+ 'x-ms-request-id',
+ 'f55a51eb-3850-44e5-8569-c8955927ec8d',
+ 'x-ms-correlation-request-id',
+ 'f55a51eb-3850-44e5-8569-c8955927ec8d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050327Z:f55a51eb-3850-44e5-8569-c8955927ec8d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11413',
+ 'x-ms-request-id',
+ '9bbf626c-56e3-46d0-8aff-229ad318b0d3',
+ 'x-ms-correlation-request-id',
+ '9bbf626c-56e3-46d0-8aff-229ad318b0d3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050330Z:9bbf626c-56e3-46d0-8aff-229ad318b0d3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11412',
+ 'x-ms-request-id',
+ '0386d7d7-6cd7-4baa-9f25-0ea616440a8a',
+ 'x-ms-correlation-request-id',
+ '0386d7d7-6cd7-4baa-9f25-0ea616440a8a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050332Z:0386d7d7-6cd7-4baa-9f25-0ea616440a8a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11411',
+ 'x-ms-request-id',
+ '234f77af-84c9-40df-a014-cf10213341b6',
+ 'x-ms-correlation-request-id',
+ '234f77af-84c9-40df-a014-cf10213341b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050334Z:234f77af-84c9-40df-a014-cf10213341b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11410',
+ 'x-ms-request-id',
+ '2b8ea4db-7ee1-46e1-871f-1d5f560c3d4c',
+ 'x-ms-correlation-request-id',
+ '2b8ea4db-7ee1-46e1-871f-1d5f560c3d4c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050337Z:2b8ea4db-7ee1-46e1-871f-1d5f560c3d4c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11409',
+ 'x-ms-request-id',
+ '8680944b-cc59-4317-8b92-6271f12d47cb',
+ 'x-ms-correlation-request-id',
+ '8680944b-cc59-4317-8b92-6271f12d47cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050339Z:8680944b-cc59-4317-8b92-6271f12d47cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11408',
+ 'x-ms-request-id',
+ 'fcbc0e33-4717-4450-8dfb-c7c4f9611271',
+ 'x-ms-correlation-request-id',
+ 'fcbc0e33-4717-4450-8dfb-c7c4f9611271',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050341Z:fcbc0e33-4717-4450-8dfb-c7c4f9611271',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11407',
+ 'x-ms-request-id',
+ '3a2d60eb-5393-4fc6-aee9-9e9c63c9d415',
+ 'x-ms-correlation-request-id',
+ '3a2d60eb-5393-4fc6-aee9-9e9c63c9d415',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050344Z:3a2d60eb-5393-4fc6-aee9-9e9c63c9d415',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11406',
+ 'x-ms-request-id',
+ '68054241-680c-4b87-b1ee-941f8ce14cc3',
+ 'x-ms-correlation-request-id',
+ '68054241-680c-4b87-b1ee-941f8ce14cc3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050346Z:68054241-680c-4b87-b1ee-941f8ce14cc3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11405',
+ 'x-ms-request-id',
+ '42133b9f-6cd8-41d8-a275-651bcbdc6ddd',
+ 'x-ms-correlation-request-id',
+ '42133b9f-6cd8-41d8-a275-651bcbdc6ddd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050348Z:42133b9f-6cd8-41d8-a275-651bcbdc6ddd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11404',
+ 'x-ms-request-id',
+ 'd4cb540c-eb60-4659-aef3-0cdfae80877d',
+ 'x-ms-correlation-request-id',
+ 'd4cb540c-eb60-4659-aef3-0cdfae80877d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050351Z:d4cb540c-eb60-4659-aef3-0cdfae80877d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11403',
+ 'x-ms-request-id',
+ '9852195a-d2ca-4f73-8382-3acf0e701057',
+ 'x-ms-correlation-request-id',
+ '9852195a-d2ca-4f73-8382-3acf0e701057',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050353Z:9852195a-d2ca-4f73-8382-3acf0e701057',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11402',
+ 'x-ms-request-id',
+ 'aedb39ad-5e4d-47b1-ae54-23b2e95b6cc7',
+ 'x-ms-correlation-request-id',
+ 'aedb39ad-5e4d-47b1-ae54-23b2e95b6cc7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050355Z:aedb39ad-5e4d-47b1-ae54-23b2e95b6cc7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11401',
+ 'x-ms-request-id',
+ '3916a67e-4e15-42a9-91d8-2c8bcf9cf600',
+ 'x-ms-correlation-request-id',
+ '3916a67e-4e15-42a9-91d8-2c8bcf9cf600',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050358Z:3916a67e-4e15-42a9-91d8-2c8bcf9cf600',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:03:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11400',
+ 'x-ms-request-id',
+ '941a230e-efa0-41b0-827b-34b80531f9c0',
+ 'x-ms-correlation-request-id',
+ '941a230e-efa0-41b0-827b-34b80531f9c0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050400Z:941a230e-efa0-41b0-827b-34b80531f9c0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11399',
+ 'x-ms-request-id',
+ '183d17fc-3f3d-4a20-afb9-e4d55b664a31',
+ 'x-ms-correlation-request-id',
+ '183d17fc-3f3d-4a20-afb9-e4d55b664a31',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050403Z:183d17fc-3f3d-4a20-afb9-e4d55b664a31',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11398',
+ 'x-ms-request-id',
+ 'd68f58d0-3075-4341-99c1-7b48f08a9390',
+ 'x-ms-correlation-request-id',
+ 'd68f58d0-3075-4341-99c1-7b48f08a9390',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050405Z:d68f58d0-3075-4341-99c1-7b48f08a9390',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11397',
+ 'x-ms-request-id',
+ '2f07cdd3-18ef-4512-97e7-1867b21d37b9',
+ 'x-ms-correlation-request-id',
+ '2f07cdd3-18ef-4512-97e7-1867b21d37b9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050408Z:2f07cdd3-18ef-4512-97e7-1867b21d37b9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11396',
+ 'x-ms-request-id',
+ '19dc16ca-57f4-4ea8-81b4-c335b58bc5a6',
+ 'x-ms-correlation-request-id',
+ '19dc16ca-57f4-4ea8-81b4-c335b58bc5a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050410Z:19dc16ca-57f4-4ea8-81b4-c335b58bc5a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11395',
+ 'x-ms-request-id',
+ '5843507a-69e3-44e1-9c33-c687d0979783',
+ 'x-ms-correlation-request-id',
+ '5843507a-69e3-44e1-9c33-c687d0979783',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050412Z:5843507a-69e3-44e1-9c33-c687d0979783',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11394',
+ 'x-ms-request-id',
+ 'e0e3b50a-cc53-4c3a-b972-a3a323d0e7c4',
+ 'x-ms-correlation-request-id',
+ 'e0e3b50a-cc53-4c3a-b972-a3a323d0e7c4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050414Z:e0e3b50a-cc53-4c3a-b972-a3a323d0e7c4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11393',
+ 'x-ms-request-id',
+ '976d3c79-ac05-43da-a7ac-39ac2cd1221c',
+ 'x-ms-correlation-request-id',
+ '976d3c79-ac05-43da-a7ac-39ac2cd1221c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050417Z:976d3c79-ac05-43da-a7ac-39ac2cd1221c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11392',
+ 'x-ms-request-id',
+ 'ba536c3d-c115-4540-9cc9-b394d357aa9a',
+ 'x-ms-correlation-request-id',
+ 'ba536c3d-c115-4540-9cc9-b394d357aa9a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050419Z:ba536c3d-c115-4540-9cc9-b394d357aa9a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11391',
+ 'x-ms-request-id',
+ 'a5f5ea2e-455e-4a8d-a994-cc9d29b8311c',
+ 'x-ms-correlation-request-id',
+ 'a5f5ea2e-455e-4a8d-a994-cc9d29b8311c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050421Z:a5f5ea2e-455e-4a8d-a994-cc9d29b8311c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11390',
+ 'x-ms-request-id',
+ '863492d1-b005-4801-91f6-3c4d2af7e35f',
+ 'x-ms-correlation-request-id',
+ '863492d1-b005-4801-91f6-3c4d2af7e35f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050424Z:863492d1-b005-4801-91f6-3c4d2af7e35f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11389',
+ 'x-ms-request-id',
+ '672f56a9-9780-40fa-8b6b-79aa994e6f8b',
+ 'x-ms-correlation-request-id',
+ '672f56a9-9780-40fa-8b6b-79aa994e6f8b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050426Z:672f56a9-9780-40fa-8b6b-79aa994e6f8b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11388',
+ 'x-ms-request-id',
+ '88657c27-e4ab-4b61-8a91-e2b3cfa8671f',
+ 'x-ms-correlation-request-id',
+ '88657c27-e4ab-4b61-8a91-e2b3cfa8671f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050428Z:88657c27-e4ab-4b61-8a91-e2b3cfa8671f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11387',
+ 'x-ms-request-id',
+ '87412635-7d58-4bcd-a78d-5f4f14c4ea2e',
+ 'x-ms-correlation-request-id',
+ '87412635-7d58-4bcd-a78d-5f4f14c4ea2e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050431Z:87412635-7d58-4bcd-a78d-5f4f14c4ea2e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11386',
+ 'x-ms-request-id',
+ '1f6d41b6-4fb2-4c1f-b595-2ab5444ca994',
+ 'x-ms-correlation-request-id',
+ '1f6d41b6-4fb2-4c1f-b595-2ab5444ca994',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050433Z:1f6d41b6-4fb2-4c1f-b595-2ab5444ca994',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11385',
+ 'x-ms-request-id',
+ '60675868-623d-4e78-b4aa-928be003d4fb',
+ 'x-ms-correlation-request-id',
+ '60675868-623d-4e78-b4aa-928be003d4fb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050435Z:60675868-623d-4e78-b4aa-928be003d4fb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11384',
+ 'x-ms-request-id',
+ 'fea9b922-d570-433d-b5fd-07759a3ba207',
+ 'x-ms-correlation-request-id',
+ 'fea9b922-d570-433d-b5fd-07759a3ba207',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050438Z:fea9b922-d570-433d-b5fd-07759a3ba207',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11383',
+ 'x-ms-request-id',
+ 'ccd0dd4c-98e1-4283-bde3-7d9c533c8dca',
+ 'x-ms-correlation-request-id',
+ 'ccd0dd4c-98e1-4283-bde3-7d9c533c8dca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050440Z:ccd0dd4c-98e1-4283-bde3-7d9c533c8dca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11382',
+ 'x-ms-request-id',
+ '061d0dfc-aa09-4261-ad48-a9ca1f36f8e3',
+ 'x-ms-correlation-request-id',
+ '061d0dfc-aa09-4261-ad48-a9ca1f36f8e3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050442Z:061d0dfc-aa09-4261-ad48-a9ca1f36f8e3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11381',
+ 'x-ms-request-id',
+ '5f867f27-e050-4b43-99f9-0f85c54fb61e',
+ 'x-ms-correlation-request-id',
+ '5f867f27-e050-4b43-99f9-0f85c54fb61e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050445Z:5f867f27-e050-4b43-99f9-0f85c54fb61e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11380',
+ 'x-ms-request-id',
+ '91a62e43-f297-45ca-b1a4-ae1c3856bba3',
+ 'x-ms-correlation-request-id',
+ '91a62e43-f297-45ca-b1a4-ae1c3856bba3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050447Z:91a62e43-f297-45ca-b1a4-ae1c3856bba3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11379',
+ 'x-ms-request-id',
+ '2e6ba40b-080a-4c2c-a75c-aa5a938c1aa6',
+ 'x-ms-correlation-request-id',
+ '2e6ba40b-080a-4c2c-a75c-aa5a938c1aa6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050449Z:2e6ba40b-080a-4c2c-a75c-aa5a938c1aa6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11378',
+ 'x-ms-request-id',
+ 'fea1755a-b55b-4044-b034-210f9deb80f8',
+ 'x-ms-correlation-request-id',
+ 'fea1755a-b55b-4044-b034-210f9deb80f8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050452Z:fea1755a-b55b-4044-b034-210f9deb80f8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11377',
+ 'x-ms-request-id',
+ '2e7a0678-0a97-4ab5-8876-09b67456981d',
+ 'x-ms-correlation-request-id',
+ '2e7a0678-0a97-4ab5-8876-09b67456981d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050454Z:2e7a0678-0a97-4ab5-8876-09b67456981d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11376',
+ 'x-ms-request-id',
+ '6359f5a1-a8b2-4d14-b945-5409b7e50ba7',
+ 'x-ms-correlation-request-id',
+ '6359f5a1-a8b2-4d14-b945-5409b7e50ba7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050456Z:6359f5a1-a8b2-4d14-b945-5409b7e50ba7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11375',
+ 'x-ms-request-id',
+ 'ef946bb6-7f52-4752-8555-ffeaa007bd4f',
+ 'x-ms-correlation-request-id',
+ 'ef946bb6-7f52-4752-8555-ffeaa007bd4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050459Z:ef946bb6-7f52-4752-8555-ffeaa007bd4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:04:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11374',
+ 'x-ms-request-id',
+ '5827ca77-33ea-46c3-b4a3-1b224e18d694',
+ 'x-ms-correlation-request-id',
+ '5827ca77-33ea-46c3-b4a3-1b224e18d694',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050501Z:5827ca77-33ea-46c3-b4a3-1b224e18d694',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11373',
+ 'x-ms-request-id',
+ '2ae62a23-ffa3-4082-8e4c-0bad3e1636ee',
+ 'x-ms-correlation-request-id',
+ '2ae62a23-ffa3-4082-8e4c-0bad3e1636ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050504Z:2ae62a23-ffa3-4082-8e4c-0bad3e1636ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11372',
+ 'x-ms-request-id',
+ 'c1ef0bc4-4218-42a1-b436-a55c661acf15',
+ 'x-ms-correlation-request-id',
+ 'c1ef0bc4-4218-42a1-b436-a55c661acf15',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050506Z:c1ef0bc4-4218-42a1-b436-a55c661acf15',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11371',
+ 'x-ms-request-id',
+ '6d63fc4b-6fd2-43d8-af31-73eef9d1176f',
+ 'x-ms-correlation-request-id',
+ '6d63fc4b-6fd2-43d8-af31-73eef9d1176f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050509Z:6d63fc4b-6fd2-43d8-af31-73eef9d1176f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11370',
+ 'x-ms-request-id',
+ '2b6f28b5-3cce-4d5c-bd38-cff2e7dbe7ce',
+ 'x-ms-correlation-request-id',
+ '2b6f28b5-3cce-4d5c-bd38-cff2e7dbe7ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050511Z:2b6f28b5-3cce-4d5c-bd38-cff2e7dbe7ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11369',
+ 'x-ms-request-id',
+ 'a4b388de-2946-41ce-bc66-1c2ddc30f6e0',
+ 'x-ms-correlation-request-id',
+ 'a4b388de-2946-41ce-bc66-1c2ddc30f6e0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050513Z:a4b388de-2946-41ce-bc66-1c2ddc30f6e0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11368',
+ 'x-ms-request-id',
+ '78492cea-c808-42a6-a75a-e4a4a2b36b49',
+ 'x-ms-correlation-request-id',
+ '78492cea-c808-42a6-a75a-e4a4a2b36b49',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050516Z:78492cea-c808-42a6-a75a-e4a4a2b36b49',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11367',
+ 'x-ms-request-id',
+ 'ff499cda-5882-40fa-92ec-73d7fafaa234',
+ 'x-ms-correlation-request-id',
+ 'ff499cda-5882-40fa-92ec-73d7fafaa234',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050518Z:ff499cda-5882-40fa-92ec-73d7fafaa234',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11366',
+ 'x-ms-request-id',
+ '90c084df-7b98-4dd8-ac2c-cb1e7a887d8c',
+ 'x-ms-correlation-request-id',
+ '90c084df-7b98-4dd8-ac2c-cb1e7a887d8c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050520Z:90c084df-7b98-4dd8-ac2c-cb1e7a887d8c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11365',
+ 'x-ms-request-id',
+ '8d91f78b-e9cd-47fb-a14e-c00a1f4442d0',
+ 'x-ms-correlation-request-id',
+ '8d91f78b-e9cd-47fb-a14e-c00a1f4442d0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050523Z:8d91f78b-e9cd-47fb-a14e-c00a1f4442d0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11364',
+ 'x-ms-request-id',
+ 'eda7e4ef-f3ea-4a7f-b78c-fba3dc0157e0',
+ 'x-ms-correlation-request-id',
+ 'eda7e4ef-f3ea-4a7f-b78c-fba3dc0157e0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050526Z:eda7e4ef-f3ea-4a7f-b78c-fba3dc0157e0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11363',
+ 'x-ms-request-id',
+ '358be720-4ad8-4a0b-a143-63cf2784fd91',
+ 'x-ms-correlation-request-id',
+ '358be720-4ad8-4a0b-a143-63cf2784fd91',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050528Z:358be720-4ad8-4a0b-a143-63cf2784fd91',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11362',
+ 'x-ms-request-id',
+ '96ea56d5-62c3-4451-a4d1-be32f0d9efcb',
+ 'x-ms-correlation-request-id',
+ '96ea56d5-62c3-4451-a4d1-be32f0d9efcb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050530Z:96ea56d5-62c3-4451-a4d1-be32f0d9efcb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11361',
+ 'x-ms-request-id',
+ '5d56a5e8-d16a-4113-a024-172fcf76eb69',
+ 'x-ms-correlation-request-id',
+ '5d56a5e8-d16a-4113-a024-172fcf76eb69',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050533Z:5d56a5e8-d16a-4113-a024-172fcf76eb69',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11360',
+ 'x-ms-request-id',
+ 'cafc119d-d252-4942-97cc-c1f5046c5d8a',
+ 'x-ms-correlation-request-id',
+ 'cafc119d-d252-4942-97cc-c1f5046c5d8a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050535Z:cafc119d-d252-4942-97cc-c1f5046c5d8a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11359',
+ 'x-ms-request-id',
+ 'df86c8c2-b943-4003-bbdc-85472ae11991',
+ 'x-ms-correlation-request-id',
+ 'df86c8c2-b943-4003-bbdc-85472ae11991',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050537Z:df86c8c2-b943-4003-bbdc-85472ae11991',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11358',
+ 'x-ms-request-id',
+ '4c37b0c5-1895-4dfd-9ed0-163e1a7c809d',
+ 'x-ms-correlation-request-id',
+ '4c37b0c5-1895-4dfd-9ed0-163e1a7c809d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050540Z:4c37b0c5-1895-4dfd-9ed0-163e1a7c809d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11357',
+ 'x-ms-request-id',
+ '419f846f-36ac-4ebf-8eb7-db04593c62f9',
+ 'x-ms-correlation-request-id',
+ '419f846f-36ac-4ebf-8eb7-db04593c62f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050542Z:419f846f-36ac-4ebf-8eb7-db04593c62f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11356',
+ 'x-ms-request-id',
+ '95af66c2-a5df-48d9-9e86-e4e89f03af20',
+ 'x-ms-correlation-request-id',
+ '95af66c2-a5df-48d9-9e86-e4e89f03af20',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050544Z:95af66c2-a5df-48d9-9e86-e4e89f03af20',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11355',
+ 'x-ms-request-id',
+ '716281a6-3380-40b1-98bb-26030d8176a7',
+ 'x-ms-correlation-request-id',
+ '716281a6-3380-40b1-98bb-26030d8176a7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050547Z:716281a6-3380-40b1-98bb-26030d8176a7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11354',
+ 'x-ms-request-id',
+ '683e0579-1616-4656-8429-4ba35e4c5382',
+ 'x-ms-correlation-request-id',
+ '683e0579-1616-4656-8429-4ba35e4c5382',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050549Z:683e0579-1616-4656-8429-4ba35e4c5382',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11353',
+ 'x-ms-request-id',
+ '0020c3b5-e777-4ea1-ae1d-7d4709c25796',
+ 'x-ms-correlation-request-id',
+ '0020c3b5-e777-4ea1-ae1d-7d4709c25796',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050551Z:0020c3b5-e777-4ea1-ae1d-7d4709c25796',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11352',
+ 'x-ms-request-id',
+ '99f65f92-99a3-4e5a-815d-9fe140c94976',
+ 'x-ms-correlation-request-id',
+ '99f65f92-99a3-4e5a-815d-9fe140c94976',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050554Z:99f65f92-99a3-4e5a-815d-9fe140c94976',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11351',
+ 'x-ms-request-id',
+ '44f2fc2a-0de4-4572-90ba-25ba316af28b',
+ 'x-ms-correlation-request-id',
+ '44f2fc2a-0de4-4572-90ba-25ba316af28b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050556Z:44f2fc2a-0de4-4572-90ba-25ba316af28b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11350',
+ 'x-ms-request-id',
+ '2d5c1ecc-6069-4be3-b3e7-6da4f343f14a',
+ 'x-ms-correlation-request-id',
+ '2d5c1ecc-6069-4be3-b3e7-6da4f343f14a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050558Z:2d5c1ecc-6069-4be3-b3e7-6da4f343f14a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:05:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11349',
+ 'x-ms-request-id',
+ 'd4c415ec-b08e-4991-aeff-7f0109ee9e4a',
+ 'x-ms-correlation-request-id',
+ 'd4c415ec-b08e-4991-aeff-7f0109ee9e4a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050601Z:d4c415ec-b08e-4991-aeff-7f0109ee9e4a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11348',
+ 'x-ms-request-id',
+ 'c2b10a0f-ca95-4010-a1c0-edd6ab5b4e48',
+ 'x-ms-correlation-request-id',
+ 'c2b10a0f-ca95-4010-a1c0-edd6ab5b4e48',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050604Z:c2b10a0f-ca95-4010-a1c0-edd6ab5b4e48',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11347',
+ 'x-ms-request-id',
+ 'ed1eb4ff-a545-45fd-a1cd-e5bd6168d0ab',
+ 'x-ms-correlation-request-id',
+ 'ed1eb4ff-a545-45fd-a1cd-e5bd6168d0ab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050606Z:ed1eb4ff-a545-45fd-a1cd-e5bd6168d0ab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11346',
+ 'x-ms-request-id',
+ 'c0ee8061-2785-42df-9e16-dff76d932da1',
+ 'x-ms-correlation-request-id',
+ 'c0ee8061-2785-42df-9e16-dff76d932da1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050608Z:c0ee8061-2785-42df-9e16-dff76d932da1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11345',
+ 'x-ms-request-id',
+ '35c1ccff-d71a-44af-91b6-d6b330d3d534',
+ 'x-ms-correlation-request-id',
+ '35c1ccff-d71a-44af-91b6-d6b330d3d534',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050611Z:35c1ccff-d71a-44af-91b6-d6b330d3d534',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11344',
+ 'x-ms-request-id',
+ '7734c2ed-b98e-4a80-8743-0593445cc438',
+ 'x-ms-correlation-request-id',
+ '7734c2ed-b98e-4a80-8743-0593445cc438',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050613Z:7734c2ed-b98e-4a80-8743-0593445cc438',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11343',
+ 'x-ms-request-id',
+ '6745942d-baa3-40d1-858e-15b3ec90f275',
+ 'x-ms-correlation-request-id',
+ '6745942d-baa3-40d1-858e-15b3ec90f275',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050615Z:6745942d-baa3-40d1-858e-15b3ec90f275',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11342',
+ 'x-ms-request-id',
+ 'b6930bf3-7dfc-419c-b996-cf977232e58f',
+ 'x-ms-correlation-request-id',
+ 'b6930bf3-7dfc-419c-b996-cf977232e58f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050617Z:b6930bf3-7dfc-419c-b996-cf977232e58f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11341',
+ 'x-ms-request-id',
+ '67dc59a0-b9e8-474b-8df6-22510f241c64',
+ 'x-ms-correlation-request-id',
+ '67dc59a0-b9e8-474b-8df6-22510f241c64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050620Z:67dc59a0-b9e8-474b-8df6-22510f241c64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11340',
+ 'x-ms-request-id',
+ 'c5440e59-23ca-4bdd-9447-2bee68bf803e',
+ 'x-ms-correlation-request-id',
+ 'c5440e59-23ca-4bdd-9447-2bee68bf803e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050622Z:c5440e59-23ca-4bdd-9447-2bee68bf803e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11339',
+ 'x-ms-request-id',
+ '4d5ad057-80e9-4227-992c-a08c3df8f7f2',
+ 'x-ms-correlation-request-id',
+ '4d5ad057-80e9-4227-992c-a08c3df8f7f2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050624Z:4d5ad057-80e9-4227-992c-a08c3df8f7f2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11338',
+ 'x-ms-request-id',
+ '3de4e296-68e9-4074-9bb3-627f393898a8',
+ 'x-ms-correlation-request-id',
+ '3de4e296-68e9-4074-9bb3-627f393898a8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050627Z:3de4e296-68e9-4074-9bb3-627f393898a8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11337',
+ 'x-ms-request-id',
+ '994daed5-a236-46d2-98ec-78f1f2cb9585',
+ 'x-ms-correlation-request-id',
+ '994daed5-a236-46d2-98ec-78f1f2cb9585',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050629Z:994daed5-a236-46d2-98ec-78f1f2cb9585',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11336',
+ 'x-ms-request-id',
+ '56fb8c20-d2ad-4aac-ae07-f164e0359540',
+ 'x-ms-correlation-request-id',
+ '56fb8c20-d2ad-4aac-ae07-f164e0359540',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050631Z:56fb8c20-d2ad-4aac-ae07-f164e0359540',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11335',
+ 'x-ms-request-id',
+ '47714847-2dc6-4656-b3df-f3c1889562c0',
+ 'x-ms-correlation-request-id',
+ '47714847-2dc6-4656-b3df-f3c1889562c0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050634Z:47714847-2dc6-4656-b3df-f3c1889562c0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11334',
+ 'x-ms-request-id',
+ '84b00888-749f-4f84-8d8e-6d4209db9b9a',
+ 'x-ms-correlation-request-id',
+ '84b00888-749f-4f84-8d8e-6d4209db9b9a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050636Z:84b00888-749f-4f84-8d8e-6d4209db9b9a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11333',
+ 'x-ms-request-id',
+ 'b7e90458-fc9a-4b28-817b-61e6e8f5d3cd',
+ 'x-ms-correlation-request-id',
+ 'b7e90458-fc9a-4b28-817b-61e6e8f5d3cd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050638Z:b7e90458-fc9a-4b28-817b-61e6e8f5d3cd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11332',
+ 'x-ms-request-id',
+ 'b1b8ec42-be64-490f-94e9-04bbc7ea6ab9',
+ 'x-ms-correlation-request-id',
+ 'b1b8ec42-be64-490f-94e9-04bbc7ea6ab9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050641Z:b1b8ec42-be64-490f-94e9-04bbc7ea6ab9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11331',
+ 'x-ms-request-id',
+ 'c34ec6fc-822a-4974-b187-714bd8536dfa',
+ 'x-ms-correlation-request-id',
+ 'c34ec6fc-822a-4974-b187-714bd8536dfa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050643Z:c34ec6fc-822a-4974-b187-714bd8536dfa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11330',
+ 'x-ms-request-id',
+ '6b311e5d-12b6-44d3-b067-66a6986850b2',
+ 'x-ms-correlation-request-id',
+ '6b311e5d-12b6-44d3-b067-66a6986850b2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050645Z:6b311e5d-12b6-44d3-b067-66a6986850b2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11329',
+ 'x-ms-request-id',
+ 'a2c2b3a3-1521-418f-8fbc-d7e70bfef418',
+ 'x-ms-correlation-request-id',
+ 'a2c2b3a3-1521-418f-8fbc-d7e70bfef418',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050648Z:a2c2b3a3-1521-418f-8fbc-d7e70bfef418',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11328',
+ 'x-ms-request-id',
+ '98062659-955f-4f29-9085-9ac3f7056a6b',
+ 'x-ms-correlation-request-id',
+ '98062659-955f-4f29-9085-9ac3f7056a6b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050650Z:98062659-955f-4f29-9085-9ac3f7056a6b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11327',
+ 'x-ms-request-id',
+ 'de748c07-1693-4f02-94d0-35bc1faea154',
+ 'x-ms-correlation-request-id',
+ 'de748c07-1693-4f02-94d0-35bc1faea154',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050652Z:de748c07-1693-4f02-94d0-35bc1faea154',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11326',
+ 'x-ms-request-id',
+ '443858c2-f51e-40e5-9d7a-c2276bf29b69',
+ 'x-ms-correlation-request-id',
+ '443858c2-f51e-40e5-9d7a-c2276bf29b69',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050655Z:443858c2-f51e-40e5-9d7a-c2276bf29b69',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11325',
+ 'x-ms-request-id',
+ '65d87055-59d7-4dcd-97ba-d652cbcc1167',
+ 'x-ms-correlation-request-id',
+ '65d87055-59d7-4dcd-97ba-d652cbcc1167',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050657Z:65d87055-59d7-4dcd-97ba-d652cbcc1167',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11324',
+ 'x-ms-request-id',
+ '8649a134-37d0-45d1-a9c0-505a4bab5552',
+ 'x-ms-correlation-request-id',
+ '8649a134-37d0-45d1-a9c0-505a4bab5552',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050659Z:8649a134-37d0-45d1-a9c0-505a4bab5552',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:06:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11323',
+ 'x-ms-request-id',
+ 'b48393fb-8979-45db-a32a-b367c93f049f',
+ 'x-ms-correlation-request-id',
+ 'b48393fb-8979-45db-a32a-b367c93f049f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050702Z:b48393fb-8979-45db-a32a-b367c93f049f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11322',
+ 'x-ms-request-id',
+ 'c5320740-6b3b-49f0-8201-cf7eb5f15832',
+ 'x-ms-correlation-request-id',
+ 'c5320740-6b3b-49f0-8201-cf7eb5f15832',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050704Z:c5320740-6b3b-49f0-8201-cf7eb5f15832',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11321',
+ 'x-ms-request-id',
+ 'c23903ff-5807-4744-bace-8a628f44d859',
+ 'x-ms-correlation-request-id',
+ 'c23903ff-5807-4744-bace-8a628f44d859',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050707Z:c23903ff-5807-4744-bace-8a628f44d859',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11320',
+ 'x-ms-request-id',
+ '6c1598ff-1092-4b07-abb4-a2e465401c43',
+ 'x-ms-correlation-request-id',
+ '6c1598ff-1092-4b07-abb4-a2e465401c43',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050709Z:6c1598ff-1092-4b07-abb4-a2e465401c43',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11319',
+ 'x-ms-request-id',
+ 'b36be577-8872-4d48-8f92-b8d75f34321e',
+ 'x-ms-correlation-request-id',
+ 'b36be577-8872-4d48-8f92-b8d75f34321e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050711Z:b36be577-8872-4d48-8f92-b8d75f34321e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11318',
+ 'x-ms-request-id',
+ 'bc687a4d-61d7-4a22-93be-199776e05db2',
+ 'x-ms-correlation-request-id',
+ 'bc687a4d-61d7-4a22-93be-199776e05db2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050714Z:bc687a4d-61d7-4a22-93be-199776e05db2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11317',
+ 'x-ms-request-id',
+ '9948e586-4851-418d-a354-f28dee89f454',
+ 'x-ms-correlation-request-id',
+ '9948e586-4851-418d-a354-f28dee89f454',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050716Z:9948e586-4851-418d-a354-f28dee89f454',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11316',
+ 'x-ms-request-id',
+ '86eb47c5-f5c9-45dd-b905-a30a69c5dc79',
+ 'x-ms-correlation-request-id',
+ '86eb47c5-f5c9-45dd-b905-a30a69c5dc79',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050718Z:86eb47c5-f5c9-45dd-b905-a30a69c5dc79',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11315',
+ 'x-ms-request-id',
+ '372ecc2c-23a6-410b-b97e-fb40cbe8e984',
+ 'x-ms-correlation-request-id',
+ '372ecc2c-23a6-410b-b97e-fb40cbe8e984',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050721Z:372ecc2c-23a6-410b-b97e-fb40cbe8e984',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11314',
+ 'x-ms-request-id',
+ 'f85fe4b0-d7f0-4118-9a5c-e4b1f075cc07',
+ 'x-ms-correlation-request-id',
+ 'f85fe4b0-d7f0-4118-9a5c-e4b1f075cc07',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050723Z:f85fe4b0-d7f0-4118-9a5c-e4b1f075cc07',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11313',
+ 'x-ms-request-id',
+ '1cf76b69-34f8-453b-a1ec-ca99e596e9b7',
+ 'x-ms-correlation-request-id',
+ '1cf76b69-34f8-453b-a1ec-ca99e596e9b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050725Z:1cf76b69-34f8-453b-a1ec-ca99e596e9b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11312',
+ 'x-ms-request-id',
+ '304e1836-161d-4194-a644-e6fb74f318ba',
+ 'x-ms-correlation-request-id',
+ '304e1836-161d-4194-a644-e6fb74f318ba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050728Z:304e1836-161d-4194-a644-e6fb74f318ba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11311',
+ 'x-ms-request-id',
+ '028b3689-e507-4b72-9d78-bc9fffd996f7',
+ 'x-ms-correlation-request-id',
+ '028b3689-e507-4b72-9d78-bc9fffd996f7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050730Z:028b3689-e507-4b72-9d78-bc9fffd996f7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11310',
+ 'x-ms-request-id',
+ 'a3b0b1ab-6378-4d92-b889-1f007267a5af',
+ 'x-ms-correlation-request-id',
+ 'a3b0b1ab-6378-4d92-b889-1f007267a5af',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050732Z:a3b0b1ab-6378-4d92-b889-1f007267a5af',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11309',
+ 'x-ms-request-id',
+ '5424c709-5a0a-4fe8-b3d8-497a24160221',
+ 'x-ms-correlation-request-id',
+ '5424c709-5a0a-4fe8-b3d8-497a24160221',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050735Z:5424c709-5a0a-4fe8-b3d8-497a24160221',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11308',
+ 'x-ms-request-id',
+ '8fc602cf-5f40-40e3-bfde-a21aadfa08b7',
+ 'x-ms-correlation-request-id',
+ '8fc602cf-5f40-40e3-bfde-a21aadfa08b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050737Z:8fc602cf-5f40-40e3-bfde-a21aadfa08b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11307',
+ 'x-ms-request-id',
+ 'be95b4e7-3657-470f-9702-a5be837c4c30',
+ 'x-ms-correlation-request-id',
+ 'be95b4e7-3657-470f-9702-a5be837c4c30',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050739Z:be95b4e7-3657-470f-9702-a5be837c4c30',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11306',
+ 'x-ms-request-id',
+ '56f4f244-ce46-4e95-a477-d9f2e3d0cb4e',
+ 'x-ms-correlation-request-id',
+ '56f4f244-ce46-4e95-a477-d9f2e3d0cb4e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050741Z:56f4f244-ce46-4e95-a477-d9f2e3d0cb4e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11305',
+ 'x-ms-request-id',
+ 'a59ec276-98a0-468d-8323-8d0affc2de78',
+ 'x-ms-correlation-request-id',
+ 'a59ec276-98a0-468d-8323-8d0affc2de78',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050744Z:a59ec276-98a0-468d-8323-8d0affc2de78',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11304',
+ 'x-ms-request-id',
+ '51485b39-af08-4e34-936f-b0ef0f8dc513',
+ 'x-ms-correlation-request-id',
+ '51485b39-af08-4e34-936f-b0ef0f8dc513',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050746Z:51485b39-af08-4e34-936f-b0ef0f8dc513',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11303',
+ 'x-ms-request-id',
+ '0865818a-a7d8-48ba-aa5c-c2090edecc1e',
+ 'x-ms-correlation-request-id',
+ '0865818a-a7d8-48ba-aa5c-c2090edecc1e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050748Z:0865818a-a7d8-48ba-aa5c-c2090edecc1e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11302',
+ 'x-ms-request-id',
+ 'dd13fd26-09d6-401b-a826-4c2fb4a5399c',
+ 'x-ms-correlation-request-id',
+ 'dd13fd26-09d6-401b-a826-4c2fb4a5399c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050751Z:dd13fd26-09d6-401b-a826-4c2fb4a5399c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11301',
+ 'x-ms-request-id',
+ 'a45f0a6d-fe44-4487-94a3-796a4708f205',
+ 'x-ms-correlation-request-id',
+ 'a45f0a6d-fe44-4487-94a3-796a4708f205',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050753Z:a45f0a6d-fe44-4487-94a3-796a4708f205',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11300',
+ 'x-ms-request-id',
+ 'eec2baf1-0fc7-40fa-b9e2-ea26b2e7fdb9',
+ 'x-ms-correlation-request-id',
+ 'eec2baf1-0fc7-40fa-b9e2-ea26b2e7fdb9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050755Z:eec2baf1-0fc7-40fa-b9e2-ea26b2e7fdb9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11299',
+ 'x-ms-request-id',
+ 'fb0f305c-c445-478e-ad59-51f01fecd7fb',
+ 'x-ms-correlation-request-id',
+ 'fb0f305c-c445-478e-ad59-51f01fecd7fb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050758Z:fb0f305c-c445-478e-ad59-51f01fecd7fb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:07:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11298',
+ 'x-ms-request-id',
+ '83f9c545-da3b-4669-bdeb-4a74283005f3',
+ 'x-ms-correlation-request-id',
+ '83f9c545-da3b-4669-bdeb-4a74283005f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050800Z:83f9c545-da3b-4669-bdeb-4a74283005f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11297',
+ 'x-ms-request-id',
+ 'b17857b1-3793-491e-a201-43b2fd0deff2',
+ 'x-ms-correlation-request-id',
+ 'b17857b1-3793-491e-a201-43b2fd0deff2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050802Z:b17857b1-3793-491e-a201-43b2fd0deff2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11296',
+ 'x-ms-request-id',
+ '551a8fe6-87b9-48bc-bb51-29cf0ee84f3d',
+ 'x-ms-correlation-request-id',
+ '551a8fe6-87b9-48bc-bb51-29cf0ee84f3d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050805Z:551a8fe6-87b9-48bc-bb51-29cf0ee84f3d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11295',
+ 'x-ms-request-id',
+ '10d5eab9-5332-4678-b02f-97f10256a378',
+ 'x-ms-correlation-request-id',
+ '10d5eab9-5332-4678-b02f-97f10256a378',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050808Z:10d5eab9-5332-4678-b02f-97f10256a378',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11294',
+ 'x-ms-request-id',
+ '3f6c6bb0-21cd-473c-b724-9737109d142b',
+ 'x-ms-correlation-request-id',
+ '3f6c6bb0-21cd-473c-b724-9737109d142b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050810Z:3f6c6bb0-21cd-473c-b724-9737109d142b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11293',
+ 'x-ms-request-id',
+ 'a83f82a9-01e8-4b9a-baf6-d356263030a7',
+ 'x-ms-correlation-request-id',
+ 'a83f82a9-01e8-4b9a-baf6-d356263030a7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050812Z:a83f82a9-01e8-4b9a-baf6-d356263030a7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11292',
+ 'x-ms-request-id',
+ 'd523ffbc-4093-4834-b7bd-e231faaf0d0b',
+ 'x-ms-correlation-request-id',
+ 'd523ffbc-4093-4834-b7bd-e231faaf0d0b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050815Z:d523ffbc-4093-4834-b7bd-e231faaf0d0b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11291',
+ 'x-ms-request-id',
+ 'e8264894-9eb9-437a-a2d7-1e87b5ca25be',
+ 'x-ms-correlation-request-id',
+ 'e8264894-9eb9-437a-a2d7-1e87b5ca25be',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050817Z:e8264894-9eb9-437a-a2d7-1e87b5ca25be',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11290',
+ 'x-ms-request-id',
+ '304fdd7b-fe02-468c-b59e-82d660ad29cb',
+ 'x-ms-correlation-request-id',
+ '304fdd7b-fe02-468c-b59e-82d660ad29cb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050819Z:304fdd7b-fe02-468c-b59e-82d660ad29cb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11289',
+ 'x-ms-request-id',
+ '05b9523d-fbdb-4c82-b4e1-fb3b23e66a35',
+ 'x-ms-correlation-request-id',
+ '05b9523d-fbdb-4c82-b4e1-fb3b23e66a35',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050822Z:05b9523d-fbdb-4c82-b4e1-fb3b23e66a35',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11288',
+ 'x-ms-request-id',
+ 'fbbc7888-77c4-4bf7-b6df-4f3916824c80',
+ 'x-ms-correlation-request-id',
+ 'fbbc7888-77c4-4bf7-b6df-4f3916824c80',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050824Z:fbbc7888-77c4-4bf7-b6df-4f3916824c80',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11287',
+ 'x-ms-request-id',
+ '3400adff-553d-4a05-acc7-70d0bf730700',
+ 'x-ms-correlation-request-id',
+ '3400adff-553d-4a05-acc7-70d0bf730700',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050826Z:3400adff-553d-4a05-acc7-70d0bf730700',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11286',
+ 'x-ms-request-id',
+ '43c86a98-4697-4d6a-a169-06c424268794',
+ 'x-ms-correlation-request-id',
+ '43c86a98-4697-4d6a-a169-06c424268794',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050829Z:43c86a98-4697-4d6a-a169-06c424268794',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11285',
+ 'x-ms-request-id',
+ 'ffe4fbe7-d23d-4cec-bd9c-582270775a5f',
+ 'x-ms-correlation-request-id',
+ 'ffe4fbe7-d23d-4cec-bd9c-582270775a5f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050831Z:ffe4fbe7-d23d-4cec-bd9c-582270775a5f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11284',
+ 'x-ms-request-id',
+ '728a264b-ab1a-4c76-8f34-79a7ce6a983f',
+ 'x-ms-correlation-request-id',
+ '728a264b-ab1a-4c76-8f34-79a7ce6a983f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050833Z:728a264b-ab1a-4c76-8f34-79a7ce6a983f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11283',
+ 'x-ms-request-id',
+ 'cdd165c0-7a1a-4c83-b28a-adc2a94c8762',
+ 'x-ms-correlation-request-id',
+ 'cdd165c0-7a1a-4c83-b28a-adc2a94c8762',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050836Z:cdd165c0-7a1a-4c83-b28a-adc2a94c8762',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11282',
+ 'x-ms-request-id',
+ '9f52018e-a69e-4fdd-af39-6e1733af30eb',
+ 'x-ms-correlation-request-id',
+ '9f52018e-a69e-4fdd-af39-6e1733af30eb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050838Z:9f52018e-a69e-4fdd-af39-6e1733af30eb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11281',
+ 'x-ms-request-id',
+ '32cfdb4b-3b9c-4b78-95d4-3aa8b307fdb4',
+ 'x-ms-correlation-request-id',
+ '32cfdb4b-3b9c-4b78-95d4-3aa8b307fdb4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050840Z:32cfdb4b-3b9c-4b78-95d4-3aa8b307fdb4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11280',
+ 'x-ms-request-id',
+ 'd51d3f98-f7f3-448f-bb5f-45baa859ee24',
+ 'x-ms-correlation-request-id',
+ 'd51d3f98-f7f3-448f-bb5f-45baa859ee24',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050843Z:d51d3f98-f7f3-448f-bb5f-45baa859ee24',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11279',
+ 'x-ms-request-id',
+ '5db231cf-74e7-4ef8-95c2-c158a772dfa0',
+ 'x-ms-correlation-request-id',
+ '5db231cf-74e7-4ef8-95c2-c158a772dfa0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050845Z:5db231cf-74e7-4ef8-95c2-c158a772dfa0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11278',
+ 'x-ms-request-id',
+ '6f3bf988-3ab4-493e-b2d2-04b4f951137c',
+ 'x-ms-correlation-request-id',
+ '6f3bf988-3ab4-493e-b2d2-04b4f951137c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050847Z:6f3bf988-3ab4-493e-b2d2-04b4f951137c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11277',
+ 'x-ms-request-id',
+ 'dd56ef67-7fae-4077-8688-65b8210a1b0f',
+ 'x-ms-correlation-request-id',
+ 'dd56ef67-7fae-4077-8688-65b8210a1b0f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050850Z:dd56ef67-7fae-4077-8688-65b8210a1b0f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11276',
+ 'x-ms-request-id',
+ '64aed871-dd39-4bd9-afc5-09c4ce2e7740',
+ 'x-ms-correlation-request-id',
+ '64aed871-dd39-4bd9-afc5-09c4ce2e7740',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050852Z:64aed871-dd39-4bd9-afc5-09c4ce2e7740',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11275',
+ 'x-ms-request-id',
+ '0b0075ac-858a-4549-ac3b-eab1d9ac2072',
+ 'x-ms-correlation-request-id',
+ '0b0075ac-858a-4549-ac3b-eab1d9ac2072',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050854Z:0b0075ac-858a-4549-ac3b-eab1d9ac2072',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11274',
+ 'x-ms-request-id',
+ 'd44b1ba6-7227-46f3-bcd5-5a1531550b70',
+ 'x-ms-correlation-request-id',
+ 'd44b1ba6-7227-46f3-bcd5-5a1531550b70',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050856Z:d44b1ba6-7227-46f3-bcd5-5a1531550b70',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11273',
+ 'x-ms-request-id',
+ '92381a65-caf7-4c6c-ae31-d0d4cac2994c',
+ 'x-ms-correlation-request-id',
+ '92381a65-caf7-4c6c-ae31-d0d4cac2994c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050859Z:92381a65-caf7-4c6c-ae31-d0d4cac2994c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:08:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11272',
+ 'x-ms-request-id',
+ 'f5ac0cbb-6f07-44e7-941b-3c484e1102f3',
+ 'x-ms-correlation-request-id',
+ 'f5ac0cbb-6f07-44e7-941b-3c484e1102f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050901Z:f5ac0cbb-6f07-44e7-941b-3c484e1102f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11271',
+ 'x-ms-request-id',
+ '71ebbd1f-c04b-428b-8e7a-740586333b0b',
+ 'x-ms-correlation-request-id',
+ '71ebbd1f-c04b-428b-8e7a-740586333b0b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050903Z:71ebbd1f-c04b-428b-8e7a-740586333b0b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11270',
+ 'x-ms-request-id',
+ '72920a4f-baec-44a1-bc1b-b3ca0ae1f71a',
+ 'x-ms-correlation-request-id',
+ '72920a4f-baec-44a1-bc1b-b3ca0ae1f71a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050906Z:72920a4f-baec-44a1-bc1b-b3ca0ae1f71a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11269',
+ 'x-ms-request-id',
+ 'dd6ccdac-2a53-4a62-a1ef-ebcef6c7d5a6',
+ 'x-ms-correlation-request-id',
+ 'dd6ccdac-2a53-4a62-a1ef-ebcef6c7d5a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050909Z:dd6ccdac-2a53-4a62-a1ef-ebcef6c7d5a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11268',
+ 'x-ms-request-id',
+ 'd43b3b31-8c20-4099-a9a6-239e1c6a4dee',
+ 'x-ms-correlation-request-id',
+ 'd43b3b31-8c20-4099-a9a6-239e1c6a4dee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050911Z:d43b3b31-8c20-4099-a9a6-239e1c6a4dee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11267',
+ 'x-ms-request-id',
+ 'e8aa81e9-f0ac-494b-a8b0-4cee8da20331',
+ 'x-ms-correlation-request-id',
+ 'e8aa81e9-f0ac-494b-a8b0-4cee8da20331',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050913Z:e8aa81e9-f0ac-494b-a8b0-4cee8da20331',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11266',
+ 'x-ms-request-id',
+ 'ea650d7f-2291-4452-bc92-78fff04df12a',
+ 'x-ms-correlation-request-id',
+ 'ea650d7f-2291-4452-bc92-78fff04df12a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050916Z:ea650d7f-2291-4452-bc92-78fff04df12a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11265',
+ 'x-ms-request-id',
+ '21ba774a-c234-40ef-a968-27764d4246db',
+ 'x-ms-correlation-request-id',
+ '21ba774a-c234-40ef-a968-27764d4246db',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050918Z:21ba774a-c234-40ef-a968-27764d4246db',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11264',
+ 'x-ms-request-id',
+ 'd8d39be5-8edc-4081-9f92-88f2169509d4',
+ 'x-ms-correlation-request-id',
+ 'd8d39be5-8edc-4081-9f92-88f2169509d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050920Z:d8d39be5-8edc-4081-9f92-88f2169509d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11263',
+ 'x-ms-request-id',
+ '5079e5d9-04ad-4889-880c-7b5106708b1e',
+ 'x-ms-correlation-request-id',
+ '5079e5d9-04ad-4889-880c-7b5106708b1e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050923Z:5079e5d9-04ad-4889-880c-7b5106708b1e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11262',
+ 'x-ms-request-id',
+ 'b14b17ce-44a9-4d1f-9d06-db816b08cb6a',
+ 'x-ms-correlation-request-id',
+ 'b14b17ce-44a9-4d1f-9d06-db816b08cb6a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050925Z:b14b17ce-44a9-4d1f-9d06-db816b08cb6a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11261',
+ 'x-ms-request-id',
+ '5c7f3905-94ce-46d3-9ce8-0b70ca6ff51d',
+ 'x-ms-correlation-request-id',
+ '5c7f3905-94ce-46d3-9ce8-0b70ca6ff51d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050927Z:5c7f3905-94ce-46d3-9ce8-0b70ca6ff51d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11260',
+ 'x-ms-request-id',
+ '4c88553a-4c72-4c22-9124-590416879e3c',
+ 'x-ms-correlation-request-id',
+ '4c88553a-4c72-4c22-9124-590416879e3c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050930Z:4c88553a-4c72-4c22-9124-590416879e3c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11259',
+ 'x-ms-request-id',
+ '4f975605-7f79-4dd5-88d9-7ec7f631200d',
+ 'x-ms-correlation-request-id',
+ '4f975605-7f79-4dd5-88d9-7ec7f631200d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050932Z:4f975605-7f79-4dd5-88d9-7ec7f631200d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11258',
+ 'x-ms-request-id',
+ '9d453a87-5e1c-4280-a801-4b0e2885f912',
+ 'x-ms-correlation-request-id',
+ '9d453a87-5e1c-4280-a801-4b0e2885f912',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050934Z:9d453a87-5e1c-4280-a801-4b0e2885f912',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11257',
+ 'x-ms-request-id',
+ '3a7a492e-ad0f-4649-819e-a64293a80dc0',
+ 'x-ms-correlation-request-id',
+ '3a7a492e-ad0f-4649-819e-a64293a80dc0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050937Z:3a7a492e-ad0f-4649-819e-a64293a80dc0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11256',
+ 'x-ms-request-id',
+ '37ca1516-deba-44d4-a04a-c4ad3963f0f4',
+ 'x-ms-correlation-request-id',
+ '37ca1516-deba-44d4-a04a-c4ad3963f0f4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050939Z:37ca1516-deba-44d4-a04a-c4ad3963f0f4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11255',
+ 'x-ms-request-id',
+ '10805dde-b3e4-4761-baae-670ff975f913',
+ 'x-ms-correlation-request-id',
+ '10805dde-b3e4-4761-baae-670ff975f913',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050941Z:10805dde-b3e4-4761-baae-670ff975f913',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11254',
+ 'x-ms-request-id',
+ 'c66ff34b-c2f8-4fa6-9eed-37b20b2b4b0f',
+ 'x-ms-correlation-request-id',
+ 'c66ff34b-c2f8-4fa6-9eed-37b20b2b4b0f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050944Z:c66ff34b-c2f8-4fa6-9eed-37b20b2b4b0f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11253',
+ 'x-ms-request-id',
+ 'becd2ebe-f751-4bfd-97da-92d7120bb73e',
+ 'x-ms-correlation-request-id',
+ 'becd2ebe-f751-4bfd-97da-92d7120bb73e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050946Z:becd2ebe-f751-4bfd-97da-92d7120bb73e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11252',
+ 'x-ms-request-id',
+ '1daffe6a-3d2c-41bb-9e71-5243e5ee0575',
+ 'x-ms-correlation-request-id',
+ '1daffe6a-3d2c-41bb-9e71-5243e5ee0575',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050948Z:1daffe6a-3d2c-41bb-9e71-5243e5ee0575',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11251',
+ 'x-ms-request-id',
+ 'ed5f951e-a67f-412c-aca7-98a1407a25c5',
+ 'x-ms-correlation-request-id',
+ 'ed5f951e-a67f-412c-aca7-98a1407a25c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050950Z:ed5f951e-a67f-412c-aca7-98a1407a25c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11250',
+ 'x-ms-request-id',
+ '24714d1c-14b2-46f9-80c3-125cfebd3eba',
+ 'x-ms-correlation-request-id',
+ '24714d1c-14b2-46f9-80c3-125cfebd3eba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050953Z:24714d1c-14b2-46f9-80c3-125cfebd3eba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11249',
+ 'x-ms-request-id',
+ 'cd21e66d-ee5f-4562-9eb1-ee031e2c43ec',
+ 'x-ms-correlation-request-id',
+ 'cd21e66d-ee5f-4562-9eb1-ee031e2c43ec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050955Z:cd21e66d-ee5f-4562-9eb1-ee031e2c43ec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11248',
+ 'x-ms-request-id',
+ 'b90ec254-f296-497e-9592-46a6945f0299',
+ 'x-ms-correlation-request-id',
+ 'b90ec254-f296-497e-9592-46a6945f0299',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T050957Z:b90ec254-f296-497e-9592-46a6945f0299',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:09:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11247',
+ 'x-ms-request-id',
+ '6a9ec5b2-ad35-461b-8737-779dc69a870d',
+ 'x-ms-correlation-request-id',
+ '6a9ec5b2-ad35-461b-8737-779dc69a870d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051000Z:6a9ec5b2-ad35-461b-8737-779dc69a870d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11246',
+ 'x-ms-request-id',
+ 'd93a9291-82d1-4def-bee8-02cccc05db4d',
+ 'x-ms-correlation-request-id',
+ 'd93a9291-82d1-4def-bee8-02cccc05db4d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051002Z:d93a9291-82d1-4def-bee8-02cccc05db4d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11245',
+ 'x-ms-request-id',
+ '488d55d8-416e-4387-91d9-b1c503fe71fa',
+ 'x-ms-correlation-request-id',
+ '488d55d8-416e-4387-91d9-b1c503fe71fa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051005Z:488d55d8-416e-4387-91d9-b1c503fe71fa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11244',
+ 'x-ms-request-id',
+ '554b7e05-5c96-41ea-93e3-7034d099f1b1',
+ 'x-ms-correlation-request-id',
+ '554b7e05-5c96-41ea-93e3-7034d099f1b1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051007Z:554b7e05-5c96-41ea-93e3-7034d099f1b1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11243',
+ 'x-ms-request-id',
+ '41288407-8292-40d2-84d7-5ccb09ad21c8',
+ 'x-ms-correlation-request-id',
+ '41288407-8292-40d2-84d7-5ccb09ad21c8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051010Z:41288407-8292-40d2-84d7-5ccb09ad21c8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11242',
+ 'x-ms-request-id',
+ 'eb7009c3-73c2-4cf8-87d8-27fff402b97d',
+ 'x-ms-correlation-request-id',
+ 'eb7009c3-73c2-4cf8-87d8-27fff402b97d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051012Z:eb7009c3-73c2-4cf8-87d8-27fff402b97d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11241',
+ 'x-ms-request-id',
+ '1165b554-bd04-4102-8cec-475d17de8092',
+ 'x-ms-correlation-request-id',
+ '1165b554-bd04-4102-8cec-475d17de8092',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051014Z:1165b554-bd04-4102-8cec-475d17de8092',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11240',
+ 'x-ms-request-id',
+ 'f4a3146f-2752-42c8-b2a4-0676ad8b5e53',
+ 'x-ms-correlation-request-id',
+ 'f4a3146f-2752-42c8-b2a4-0676ad8b5e53',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051017Z:f4a3146f-2752-42c8-b2a4-0676ad8b5e53',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11239',
+ 'x-ms-request-id',
+ 'dc6fdf9e-c9cf-442a-bc73-200f772c3434',
+ 'x-ms-correlation-request-id',
+ 'dc6fdf9e-c9cf-442a-bc73-200f772c3434',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051019Z:dc6fdf9e-c9cf-442a-bc73-200f772c3434',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11238',
+ 'x-ms-request-id',
+ '12bc8715-74e1-49fa-87f3-cc0a6fddd25a',
+ 'x-ms-correlation-request-id',
+ '12bc8715-74e1-49fa-87f3-cc0a6fddd25a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051021Z:12bc8715-74e1-49fa-87f3-cc0a6fddd25a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11237',
+ 'x-ms-request-id',
+ 'd16aec82-dc27-4050-958d-e4cfad78c1ab',
+ 'x-ms-correlation-request-id',
+ 'd16aec82-dc27-4050-958d-e4cfad78c1ab',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051024Z:d16aec82-dc27-4050-958d-e4cfad78c1ab',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11236',
+ 'x-ms-request-id',
+ '6f95428d-8acc-4023-9614-938106101a43',
+ 'x-ms-correlation-request-id',
+ '6f95428d-8acc-4023-9614-938106101a43',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051026Z:6f95428d-8acc-4023-9614-938106101a43',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11235',
+ 'x-ms-request-id',
+ '2cd53e4d-d60e-4e85-971b-a6d5cd02739c',
+ 'x-ms-correlation-request-id',
+ '2cd53e4d-d60e-4e85-971b-a6d5cd02739c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051028Z:2cd53e4d-d60e-4e85-971b-a6d5cd02739c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11234',
+ 'x-ms-request-id',
+ 'e57e842f-d2ee-473b-b2f7-5de4b1cfdf55',
+ 'x-ms-correlation-request-id',
+ 'e57e842f-d2ee-473b-b2f7-5de4b1cfdf55',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051031Z:e57e842f-d2ee-473b-b2f7-5de4b1cfdf55',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11233',
+ 'x-ms-request-id',
+ '8cc6ffea-85bb-471c-8f82-956a2d57e8e2',
+ 'x-ms-correlation-request-id',
+ '8cc6ffea-85bb-471c-8f82-956a2d57e8e2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051033Z:8cc6ffea-85bb-471c-8f82-956a2d57e8e2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11232',
+ 'x-ms-request-id',
+ 'c017260e-31e0-438e-976b-15ba29f3659d',
+ 'x-ms-correlation-request-id',
+ 'c017260e-31e0-438e-976b-15ba29f3659d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051035Z:c017260e-31e0-438e-976b-15ba29f3659d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11231',
+ 'x-ms-request-id',
+ 'bf188843-fb64-458b-a76b-33baa26a9fc2',
+ 'x-ms-correlation-request-id',
+ 'bf188843-fb64-458b-a76b-33baa26a9fc2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051038Z:bf188843-fb64-458b-a76b-33baa26a9fc2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11230',
+ 'x-ms-request-id',
+ '47ce27eb-3431-4826-b878-de36c1b613f7',
+ 'x-ms-correlation-request-id',
+ '47ce27eb-3431-4826-b878-de36c1b613f7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051040Z:47ce27eb-3431-4826-b878-de36c1b613f7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11229',
+ 'x-ms-request-id',
+ '50524fc6-0b51-40b7-9346-ba29ffe739aa',
+ 'x-ms-correlation-request-id',
+ '50524fc6-0b51-40b7-9346-ba29ffe739aa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051042Z:50524fc6-0b51-40b7-9346-ba29ffe739aa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11228',
+ 'x-ms-request-id',
+ '684fcc28-0a24-40b3-9f6d-721c07ac221b',
+ 'x-ms-correlation-request-id',
+ '684fcc28-0a24-40b3-9f6d-721c07ac221b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051045Z:684fcc28-0a24-40b3-9f6d-721c07ac221b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11227',
+ 'x-ms-request-id',
+ '66905ddd-bd71-4f25-bb02-da7b1cea5d44',
+ 'x-ms-correlation-request-id',
+ '66905ddd-bd71-4f25-bb02-da7b1cea5d44',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051047Z:66905ddd-bd71-4f25-bb02-da7b1cea5d44',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11226',
+ 'x-ms-request-id',
+ '0d25b4e8-9136-484e-8427-f37582b4b199',
+ 'x-ms-correlation-request-id',
+ '0d25b4e8-9136-484e-8427-f37582b4b199',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051049Z:0d25b4e8-9136-484e-8427-f37582b4b199',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11225',
+ 'x-ms-request-id',
+ '23bd4861-b24a-4bf9-bc37-73635e2548ef',
+ 'x-ms-correlation-request-id',
+ '23bd4861-b24a-4bf9-bc37-73635e2548ef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051052Z:23bd4861-b24a-4bf9-bc37-73635e2548ef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11224',
+ 'x-ms-request-id',
+ '0e33a848-ed99-405b-964f-0d7ba781ab6c',
+ 'x-ms-correlation-request-id',
+ '0e33a848-ed99-405b-964f-0d7ba781ab6c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051054Z:0e33a848-ed99-405b-964f-0d7ba781ab6c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11223',
+ 'x-ms-request-id',
+ '34ade5de-057a-4d67-8943-2c3e645b2c57',
+ 'x-ms-correlation-request-id',
+ '34ade5de-057a-4d67-8943-2c3e645b2c57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051056Z:34ade5de-057a-4d67-8943-2c3e645b2c57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11222',
+ 'x-ms-request-id',
+ '4c2a9798-dbcb-4318-9328-116b15619896',
+ 'x-ms-correlation-request-id',
+ '4c2a9798-dbcb-4318-9328-116b15619896',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051059Z:4c2a9798-dbcb-4318-9328-116b15619896',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:10:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11221',
+ 'x-ms-request-id',
+ '2878d965-e754-4c7e-9cff-1ff00188d67f',
+ 'x-ms-correlation-request-id',
+ '2878d965-e754-4c7e-9cff-1ff00188d67f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051101Z:2878d965-e754-4c7e-9cff-1ff00188d67f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11220',
+ 'x-ms-request-id',
+ 'aa746480-214d-41b9-8431-04c54a0b3ccf',
+ 'x-ms-correlation-request-id',
+ 'aa746480-214d-41b9-8431-04c54a0b3ccf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051103Z:aa746480-214d-41b9-8431-04c54a0b3ccf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11219',
+ 'x-ms-request-id',
+ 'e311072d-177d-485c-a8d8-a45ff9c69a23',
+ 'x-ms-correlation-request-id',
+ 'e311072d-177d-485c-a8d8-a45ff9c69a23',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051106Z:e311072d-177d-485c-a8d8-a45ff9c69a23',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11218',
+ 'x-ms-request-id',
+ 'ecb45e07-df46-457f-81c3-60d1254f958d',
+ 'x-ms-correlation-request-id',
+ 'ecb45e07-df46-457f-81c3-60d1254f958d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051109Z:ecb45e07-df46-457f-81c3-60d1254f958d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11217',
+ 'x-ms-request-id',
+ 'f6c005b4-cd54-44ad-9e27-f37186709534',
+ 'x-ms-correlation-request-id',
+ 'f6c005b4-cd54-44ad-9e27-f37186709534',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051111Z:f6c005b4-cd54-44ad-9e27-f37186709534',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11216',
+ 'x-ms-request-id',
+ '1bbbb743-3661-487a-beb4-e24c287aea2d',
+ 'x-ms-correlation-request-id',
+ '1bbbb743-3661-487a-beb4-e24c287aea2d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051113Z:1bbbb743-3661-487a-beb4-e24c287aea2d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11215',
+ 'x-ms-request-id',
+ 'e7a227a0-c6e6-4133-ab41-76be20a87807',
+ 'x-ms-correlation-request-id',
+ 'e7a227a0-c6e6-4133-ab41-76be20a87807',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051116Z:e7a227a0-c6e6-4133-ab41-76be20a87807',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11214',
+ 'x-ms-request-id',
+ 'f18d3ad2-66e7-4a3b-8afd-b2a41c49d87b',
+ 'x-ms-correlation-request-id',
+ 'f18d3ad2-66e7-4a3b-8afd-b2a41c49d87b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051118Z:f18d3ad2-66e7-4a3b-8afd-b2a41c49d87b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11213',
+ 'x-ms-request-id',
+ '9f9c60b3-e72d-42c1-a12e-409e40cb8964',
+ 'x-ms-correlation-request-id',
+ '9f9c60b3-e72d-42c1-a12e-409e40cb8964',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051120Z:9f9c60b3-e72d-42c1-a12e-409e40cb8964',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11212',
+ 'x-ms-request-id',
+ '8deaf642-ccb9-4606-b619-435dd94c9ebb',
+ 'x-ms-correlation-request-id',
+ '8deaf642-ccb9-4606-b619-435dd94c9ebb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051123Z:8deaf642-ccb9-4606-b619-435dd94c9ebb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11211',
+ 'x-ms-request-id',
+ 'e94fd93b-4954-4903-be03-2ed6bbc3aeca',
+ 'x-ms-correlation-request-id',
+ 'e94fd93b-4954-4903-be03-2ed6bbc3aeca',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051125Z:e94fd93b-4954-4903-be03-2ed6bbc3aeca',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11210',
+ 'x-ms-request-id',
+ '3cb8a08e-307c-4ecc-8fd7-e6fb0175ded5',
+ 'x-ms-correlation-request-id',
+ '3cb8a08e-307c-4ecc-8fd7-e6fb0175ded5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051127Z:3cb8a08e-307c-4ecc-8fd7-e6fb0175ded5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11209',
+ 'x-ms-request-id',
+ '0aed9c75-09ef-4e2c-a319-3407dab82259',
+ 'x-ms-correlation-request-id',
+ '0aed9c75-09ef-4e2c-a319-3407dab82259',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051130Z:0aed9c75-09ef-4e2c-a319-3407dab82259',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11208',
+ 'x-ms-request-id',
+ 'db4b5379-e3d8-4208-b997-6e7990a0f738',
+ 'x-ms-correlation-request-id',
+ 'db4b5379-e3d8-4208-b997-6e7990a0f738',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051132Z:db4b5379-e3d8-4208-b997-6e7990a0f738',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11207',
+ 'x-ms-request-id',
+ '3698986d-ed8b-4cd6-bf54-65c99ac48c91',
+ 'x-ms-correlation-request-id',
+ '3698986d-ed8b-4cd6-bf54-65c99ac48c91',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051134Z:3698986d-ed8b-4cd6-bf54-65c99ac48c91',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11206',
+ 'x-ms-request-id',
+ 'f6a22c1e-8973-4317-b7be-b1790f211ef4',
+ 'x-ms-correlation-request-id',
+ 'f6a22c1e-8973-4317-b7be-b1790f211ef4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051137Z:f6a22c1e-8973-4317-b7be-b1790f211ef4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11205',
+ 'x-ms-request-id',
+ '02e5529f-f797-4c4e-a1f7-6fb50a1bb43b',
+ 'x-ms-correlation-request-id',
+ '02e5529f-f797-4c4e-a1f7-6fb50a1bb43b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051139Z:02e5529f-f797-4c4e-a1f7-6fb50a1bb43b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11204',
+ 'x-ms-request-id',
+ 'aa0b14ec-3e43-45df-9181-5e3256e12652',
+ 'x-ms-correlation-request-id',
+ 'aa0b14ec-3e43-45df-9181-5e3256e12652',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051141Z:aa0b14ec-3e43-45df-9181-5e3256e12652',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11203',
+ 'x-ms-request-id',
+ '5c2050d2-b0d9-4e00-8bda-9455080964f0',
+ 'x-ms-correlation-request-id',
+ '5c2050d2-b0d9-4e00-8bda-9455080964f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051144Z:5c2050d2-b0d9-4e00-8bda-9455080964f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11202',
+ 'x-ms-request-id',
+ 'a491253d-fff8-4c17-a1d9-097f86fe554a',
+ 'x-ms-correlation-request-id',
+ 'a491253d-fff8-4c17-a1d9-097f86fe554a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051146Z:a491253d-fff8-4c17-a1d9-097f86fe554a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11201',
+ 'x-ms-request-id',
+ 'fab6f28c-60d9-4c91-8c4e-5d55d376bd99',
+ 'x-ms-correlation-request-id',
+ 'fab6f28c-60d9-4c91-8c4e-5d55d376bd99',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051148Z:fab6f28c-60d9-4c91-8c4e-5d55d376bd99',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11200',
+ 'x-ms-request-id',
+ 'd1b62027-9fb2-4aea-91c3-c929a1f1a320',
+ 'x-ms-correlation-request-id',
+ 'd1b62027-9fb2-4aea-91c3-c929a1f1a320',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051151Z:d1b62027-9fb2-4aea-91c3-c929a1f1a320',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11199',
+ 'x-ms-request-id',
+ '41a988cc-4541-47c4-898e-da40935c1918',
+ 'x-ms-correlation-request-id',
+ '41a988cc-4541-47c4-898e-da40935c1918',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051153Z:41a988cc-4541-47c4-898e-da40935c1918',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11198',
+ 'x-ms-request-id',
+ '10087977-2583-4425-ad6a-196a7e946ef8',
+ 'x-ms-correlation-request-id',
+ '10087977-2583-4425-ad6a-196a7e946ef8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051155Z:10087977-2583-4425-ad6a-196a7e946ef8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11197',
+ 'x-ms-request-id',
+ '42c148d7-2ae3-4990-8de0-af393423a0e4',
+ 'x-ms-correlation-request-id',
+ '42c148d7-2ae3-4990-8de0-af393423a0e4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051157Z:42c148d7-2ae3-4990-8de0-af393423a0e4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11196',
+ 'x-ms-request-id',
+ 'e9d246bb-0b77-46db-aaa4-2d97d7e50004',
+ 'x-ms-correlation-request-id',
+ 'e9d246bb-0b77-46db-aaa4-2d97d7e50004',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051200Z:e9d246bb-0b77-46db-aaa4-2d97d7e50004',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:11:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11195',
+ 'x-ms-request-id',
+ '2069b860-91e8-4f4c-aa1d-cbf6c1e09d3c',
+ 'x-ms-correlation-request-id',
+ '2069b860-91e8-4f4c-aa1d-cbf6c1e09d3c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051202Z:2069b860-91e8-4f4c-aa1d-cbf6c1e09d3c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11194',
+ 'x-ms-request-id',
+ '4d7cb3fe-a5b4-46d2-b13d-f1831e585e57',
+ 'x-ms-correlation-request-id',
+ '4d7cb3fe-a5b4-46d2-b13d-f1831e585e57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051204Z:4d7cb3fe-a5b4-46d2-b13d-f1831e585e57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11193',
+ 'x-ms-request-id',
+ 'c941de50-0a47-4872-8f41-9f53153ab968',
+ 'x-ms-correlation-request-id',
+ 'c941de50-0a47-4872-8f41-9f53153ab968',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051207Z:c941de50-0a47-4872-8f41-9f53153ab968',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11192',
+ 'x-ms-request-id',
+ '9bd6e12b-dcdb-40a9-9816-55afeadb8c94',
+ 'x-ms-correlation-request-id',
+ '9bd6e12b-dcdb-40a9-9816-55afeadb8c94',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051210Z:9bd6e12b-dcdb-40a9-9816-55afeadb8c94',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11191',
+ 'x-ms-request-id',
+ 'cc6a7283-1666-47eb-bddc-26c65a10baa9',
+ 'x-ms-correlation-request-id',
+ 'cc6a7283-1666-47eb-bddc-26c65a10baa9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051212Z:cc6a7283-1666-47eb-bddc-26c65a10baa9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11190',
+ 'x-ms-request-id',
+ 'b791d296-9ae3-4a8a-9323-802b5c16f003',
+ 'x-ms-correlation-request-id',
+ 'b791d296-9ae3-4a8a-9323-802b5c16f003',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051214Z:b791d296-9ae3-4a8a-9323-802b5c16f003',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11189',
+ 'x-ms-request-id',
+ 'f69cc57e-d306-4f1f-b0b1-073a7d7fbae6',
+ 'x-ms-correlation-request-id',
+ 'f69cc57e-d306-4f1f-b0b1-073a7d7fbae6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051217Z:f69cc57e-d306-4f1f-b0b1-073a7d7fbae6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11188',
+ 'x-ms-request-id',
+ '7fe0dd91-4192-4cbe-83df-873a5441eb36',
+ 'x-ms-correlation-request-id',
+ '7fe0dd91-4192-4cbe-83df-873a5441eb36',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051219Z:7fe0dd91-4192-4cbe-83df-873a5441eb36',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11187',
+ 'x-ms-request-id',
+ '75a69380-6f44-4f68-a691-212da7a72b9b',
+ 'x-ms-correlation-request-id',
+ '75a69380-6f44-4f68-a691-212da7a72b9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051221Z:75a69380-6f44-4f68-a691-212da7a72b9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11186',
+ 'x-ms-request-id',
+ '6b3b7909-7f6b-446e-afd3-1ed5d83b0abd',
+ 'x-ms-correlation-request-id',
+ '6b3b7909-7f6b-446e-afd3-1ed5d83b0abd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051224Z:6b3b7909-7f6b-446e-afd3-1ed5d83b0abd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11185',
+ 'x-ms-request-id',
+ '6ce9ce08-6611-45b8-b994-01e6542492e1',
+ 'x-ms-correlation-request-id',
+ '6ce9ce08-6611-45b8-b994-01e6542492e1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051226Z:6ce9ce08-6611-45b8-b994-01e6542492e1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11184',
+ 'x-ms-request-id',
+ '1f418d41-4cc3-43ca-be74-546372ef62ce',
+ 'x-ms-correlation-request-id',
+ '1f418d41-4cc3-43ca-be74-546372ef62ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051228Z:1f418d41-4cc3-43ca-be74-546372ef62ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11183',
+ 'x-ms-request-id',
+ '1437944e-59e1-4625-acf3-5cafabb1081b',
+ 'x-ms-correlation-request-id',
+ '1437944e-59e1-4625-acf3-5cafabb1081b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051231Z:1437944e-59e1-4625-acf3-5cafabb1081b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11182',
+ 'x-ms-request-id',
+ '42d85daa-bd6b-4361-a1b9-60726913b35f',
+ 'x-ms-correlation-request-id',
+ '42d85daa-bd6b-4361-a1b9-60726913b35f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051233Z:42d85daa-bd6b-4361-a1b9-60726913b35f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11181',
+ 'x-ms-request-id',
+ '0412711e-738a-4c60-95d7-998b4c19619c',
+ 'x-ms-correlation-request-id',
+ '0412711e-738a-4c60-95d7-998b4c19619c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051235Z:0412711e-738a-4c60-95d7-998b4c19619c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11180',
+ 'x-ms-request-id',
+ '08a72ec7-9442-446f-a609-8c34a1a8c03c',
+ 'x-ms-correlation-request-id',
+ '08a72ec7-9442-446f-a609-8c34a1a8c03c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051238Z:08a72ec7-9442-446f-a609-8c34a1a8c03c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11179',
+ 'x-ms-request-id',
+ '77dedc2c-c2f6-4f96-bc6b-8f4bedffbe44',
+ 'x-ms-correlation-request-id',
+ '77dedc2c-c2f6-4f96-bc6b-8f4bedffbe44',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051240Z:77dedc2c-c2f6-4f96-bc6b-8f4bedffbe44',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11178',
+ 'x-ms-request-id',
+ '3d0de475-c3af-43af-a1ca-d91b7a77755c',
+ 'x-ms-correlation-request-id',
+ '3d0de475-c3af-43af-a1ca-d91b7a77755c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051242Z:3d0de475-c3af-43af-a1ca-d91b7a77755c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11177',
+ 'x-ms-request-id',
+ 'd794ffca-edac-4e14-86e9-7b0a7e071586',
+ 'x-ms-correlation-request-id',
+ 'd794ffca-edac-4e14-86e9-7b0a7e071586',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051245Z:d794ffca-edac-4e14-86e9-7b0a7e071586',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11176',
+ 'x-ms-request-id',
+ 'fae8f91c-2707-464e-8eda-7e75dcc3ea56',
+ 'x-ms-correlation-request-id',
+ 'fae8f91c-2707-464e-8eda-7e75dcc3ea56',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051247Z:fae8f91c-2707-464e-8eda-7e75dcc3ea56',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11175',
+ 'x-ms-request-id',
+ '518a56da-42a2-4069-9156-b15aa30db6ac',
+ 'x-ms-correlation-request-id',
+ '518a56da-42a2-4069-9156-b15aa30db6ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051249Z:518a56da-42a2-4069-9156-b15aa30db6ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11174',
+ 'x-ms-request-id',
+ '7a5ec804-d3e6-48f1-a701-9841d74bcd45',
+ 'x-ms-correlation-request-id',
+ '7a5ec804-d3e6-48f1-a701-9841d74bcd45',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051252Z:7a5ec804-d3e6-48f1-a701-9841d74bcd45',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11173',
+ 'x-ms-request-id',
+ 'ba6c8601-77bb-4718-a1da-a8a90b8364a1',
+ 'x-ms-correlation-request-id',
+ 'ba6c8601-77bb-4718-a1da-a8a90b8364a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051254Z:ba6c8601-77bb-4718-a1da-a8a90b8364a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11172',
+ 'x-ms-request-id',
+ '2d0c3a6b-dc6c-41b1-bbfc-8181f0786e0e',
+ 'x-ms-correlation-request-id',
+ '2d0c3a6b-dc6c-41b1-bbfc-8181f0786e0e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051256Z:2d0c3a6b-dc6c-41b1-bbfc-8181f0786e0e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11171',
+ 'x-ms-request-id',
+ '96f5c6d9-9ffe-44ef-9b6c-560a7f361dd1',
+ 'x-ms-correlation-request-id',
+ '96f5c6d9-9ffe-44ef-9b6c-560a7f361dd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051259Z:96f5c6d9-9ffe-44ef-9b6c-560a7f361dd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:12:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11170',
+ 'x-ms-request-id',
+ '2bb7ca6b-7cfe-46ab-8bd8-85ab4cbd7c57',
+ 'x-ms-correlation-request-id',
+ '2bb7ca6b-7cfe-46ab-8bd8-85ab4cbd7c57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051301Z:2bb7ca6b-7cfe-46ab-8bd8-85ab4cbd7c57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11169',
+ 'x-ms-request-id',
+ '7b995bfb-1e8f-4f41-ad64-342cb8296587',
+ 'x-ms-correlation-request-id',
+ '7b995bfb-1e8f-4f41-ad64-342cb8296587',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051303Z:7b995bfb-1e8f-4f41-ad64-342cb8296587',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11168',
+ 'x-ms-request-id',
+ '90461ae0-d305-49c2-93fb-eb2a4fc429af',
+ 'x-ms-correlation-request-id',
+ '90461ae0-d305-49c2-93fb-eb2a4fc429af',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051306Z:90461ae0-d305-49c2-93fb-eb2a4fc429af',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11167',
+ 'x-ms-request-id',
+ '78ff1c7d-4477-4e6c-a2a4-fc1f75f020cd',
+ 'x-ms-correlation-request-id',
+ '78ff1c7d-4477-4e6c-a2a4-fc1f75f020cd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051309Z:78ff1c7d-4477-4e6c-a2a4-fc1f75f020cd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11166',
+ 'x-ms-request-id',
+ 'e3ca6175-c35c-4b74-85f1-80a2876449f0',
+ 'x-ms-correlation-request-id',
+ 'e3ca6175-c35c-4b74-85f1-80a2876449f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051311Z:e3ca6175-c35c-4b74-85f1-80a2876449f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11165',
+ 'x-ms-request-id',
+ '47cd85e4-6bb1-45df-a14b-78bf53c0b25b',
+ 'x-ms-correlation-request-id',
+ '47cd85e4-6bb1-45df-a14b-78bf53c0b25b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051313Z:47cd85e4-6bb1-45df-a14b-78bf53c0b25b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11164',
+ 'x-ms-request-id',
+ '8212b07b-5645-4268-b15d-69a783828363',
+ 'x-ms-correlation-request-id',
+ '8212b07b-5645-4268-b15d-69a783828363',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051316Z:8212b07b-5645-4268-b15d-69a783828363',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11163',
+ 'x-ms-request-id',
+ '02b5821d-600e-4c04-a586-3d54957e0696',
+ 'x-ms-correlation-request-id',
+ '02b5821d-600e-4c04-a586-3d54957e0696',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051318Z:02b5821d-600e-4c04-a586-3d54957e0696',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11162',
+ 'x-ms-request-id',
+ '71bd4f01-8930-42a3-adf4-1d1922deb076',
+ 'x-ms-correlation-request-id',
+ '71bd4f01-8930-42a3-adf4-1d1922deb076',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051320Z:71bd4f01-8930-42a3-adf4-1d1922deb076',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11161',
+ 'x-ms-request-id',
+ '58bb77c0-5ddc-4018-ad3f-8b0f9ba19009',
+ 'x-ms-correlation-request-id',
+ '58bb77c0-5ddc-4018-ad3f-8b0f9ba19009',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051323Z:58bb77c0-5ddc-4018-ad3f-8b0f9ba19009',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11160',
+ 'x-ms-request-id',
+ 'b9de5c4d-388a-46f3-a6ff-f659147baa47',
+ 'x-ms-correlation-request-id',
+ 'b9de5c4d-388a-46f3-a6ff-f659147baa47',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051325Z:b9de5c4d-388a-46f3-a6ff-f659147baa47',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11159',
+ 'x-ms-request-id',
+ '421777d2-dbe3-48c8-ba8d-05630260209d',
+ 'x-ms-correlation-request-id',
+ '421777d2-dbe3-48c8-ba8d-05630260209d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051327Z:421777d2-dbe3-48c8-ba8d-05630260209d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11158',
+ 'x-ms-request-id',
+ 'c99ec7f1-cd59-4854-8226-6aaee54f13ed',
+ 'x-ms-correlation-request-id',
+ 'c99ec7f1-cd59-4854-8226-6aaee54f13ed',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051330Z:c99ec7f1-cd59-4854-8226-6aaee54f13ed',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11157',
+ 'x-ms-request-id',
+ '1e120818-6c06-4783-aba4-6a861b8be244',
+ 'x-ms-correlation-request-id',
+ '1e120818-6c06-4783-aba4-6a861b8be244',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051332Z:1e120818-6c06-4783-aba4-6a861b8be244',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11156',
+ 'x-ms-request-id',
+ '4adf1d4c-7a42-4613-90e7-7955e3d66c1e',
+ 'x-ms-correlation-request-id',
+ '4adf1d4c-7a42-4613-90e7-7955e3d66c1e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051334Z:4adf1d4c-7a42-4613-90e7-7955e3d66c1e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11155',
+ 'x-ms-request-id',
+ 'c8bdbe1c-128e-4f0d-ac35-1346526bed39',
+ 'x-ms-correlation-request-id',
+ 'c8bdbe1c-128e-4f0d-ac35-1346526bed39',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051337Z:c8bdbe1c-128e-4f0d-ac35-1346526bed39',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11154',
+ 'x-ms-request-id',
+ '8e5b8250-ce1a-4f52-9a5e-c26473b611f6',
+ 'x-ms-correlation-request-id',
+ '8e5b8250-ce1a-4f52-9a5e-c26473b611f6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051339Z:8e5b8250-ce1a-4f52-9a5e-c26473b611f6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11153',
+ 'x-ms-request-id',
+ '8d101b0a-0ed4-4b90-a51c-8f6a6442c42e',
+ 'x-ms-correlation-request-id',
+ '8d101b0a-0ed4-4b90-a51c-8f6a6442c42e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051341Z:8d101b0a-0ed4-4b90-a51c-8f6a6442c42e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11152',
+ 'x-ms-request-id',
+ '120e7751-1329-4824-b790-e54ba5486d9c',
+ 'x-ms-correlation-request-id',
+ '120e7751-1329-4824-b790-e54ba5486d9c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051344Z:120e7751-1329-4824-b790-e54ba5486d9c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11151',
+ 'x-ms-request-id',
+ '40637ea4-4e92-4b35-a76c-c5e5eba37400',
+ 'x-ms-correlation-request-id',
+ '40637ea4-4e92-4b35-a76c-c5e5eba37400',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051346Z:40637ea4-4e92-4b35-a76c-c5e5eba37400',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11150',
+ 'x-ms-request-id',
+ '7a8f48ca-69d2-4890-8c78-2e4b112c94b5',
+ 'x-ms-correlation-request-id',
+ '7a8f48ca-69d2-4890-8c78-2e4b112c94b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051348Z:7a8f48ca-69d2-4890-8c78-2e4b112c94b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11149',
+ 'x-ms-request-id',
+ '78ec82a3-4246-445f-9833-d49d9862a08b',
+ 'x-ms-correlation-request-id',
+ '78ec82a3-4246-445f-9833-d49d9862a08b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051351Z:78ec82a3-4246-445f-9833-d49d9862a08b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11148',
+ 'x-ms-request-id',
+ '849f93b9-fb62-4671-94e1-cae6b952a367',
+ 'x-ms-correlation-request-id',
+ '849f93b9-fb62-4671-94e1-cae6b952a367',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051353Z:849f93b9-fb62-4671-94e1-cae6b952a367',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11147',
+ 'x-ms-request-id',
+ '2fb5937c-c1fd-4ef1-9383-7d2ac40a8c01',
+ 'x-ms-correlation-request-id',
+ '2fb5937c-c1fd-4ef1-9383-7d2ac40a8c01',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051355Z:2fb5937c-c1fd-4ef1-9383-7d2ac40a8c01',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11146',
+ 'x-ms-request-id',
+ 'b3a1e8d9-83fc-4f49-83dd-0e1a4283d8bd',
+ 'x-ms-correlation-request-id',
+ 'b3a1e8d9-83fc-4f49-83dd-0e1a4283d8bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051358Z:b3a1e8d9-83fc-4f49-83dd-0e1a4283d8bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11145',
+ 'x-ms-request-id',
+ 'd6cb0d4d-7089-4036-b48d-d01f6e1a943c',
+ 'x-ms-correlation-request-id',
+ 'd6cb0d4d-7089-4036-b48d-d01f6e1a943c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051400Z:d6cb0d4d-7089-4036-b48d-d01f6e1a943c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:13:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11144',
+ 'x-ms-request-id',
+ 'db53c85d-571c-49dc-9db2-c26ecca83e0c',
+ 'x-ms-correlation-request-id',
+ 'db53c85d-571c-49dc-9db2-c26ecca83e0c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051402Z:db53c85d-571c-49dc-9db2-c26ecca83e0c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11143',
+ 'x-ms-request-id',
+ '9c96c6e6-0bfd-41ef-bc5e-a84dbb8be8f3',
+ 'x-ms-correlation-request-id',
+ '9c96c6e6-0bfd-41ef-bc5e-a84dbb8be8f3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051405Z:9c96c6e6-0bfd-41ef-bc5e-a84dbb8be8f3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11142',
+ 'x-ms-request-id',
+ '4e6439f8-7e1b-456e-a3fb-78265bbf0443',
+ 'x-ms-correlation-request-id',
+ '4e6439f8-7e1b-456e-a3fb-78265bbf0443',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051408Z:4e6439f8-7e1b-456e-a3fb-78265bbf0443',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11141',
+ 'x-ms-request-id',
+ 'b0982aef-0ec5-4213-a96a-eafdb5606f74',
+ 'x-ms-correlation-request-id',
+ 'b0982aef-0ec5-4213-a96a-eafdb5606f74',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051410Z:b0982aef-0ec5-4213-a96a-eafdb5606f74',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11140',
+ 'x-ms-request-id',
+ '7350a5eb-fbb6-45a5-9228-1de675888bc7',
+ 'x-ms-correlation-request-id',
+ '7350a5eb-fbb6-45a5-9228-1de675888bc7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051412Z:7350a5eb-fbb6-45a5-9228-1de675888bc7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11139',
+ 'x-ms-request-id',
+ '138bbc55-1637-4fee-8186-790f844f8f98',
+ 'x-ms-correlation-request-id',
+ '138bbc55-1637-4fee-8186-790f844f8f98',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051415Z:138bbc55-1637-4fee-8186-790f844f8f98',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11138',
+ 'x-ms-request-id',
+ 'ad88208e-111a-4716-8025-47f41318840e',
+ 'x-ms-correlation-request-id',
+ 'ad88208e-111a-4716-8025-47f41318840e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051417Z:ad88208e-111a-4716-8025-47f41318840e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11137',
+ 'x-ms-request-id',
+ '79e27ff2-2ccb-4723-a540-0cbacb06df64',
+ 'x-ms-correlation-request-id',
+ '79e27ff2-2ccb-4723-a540-0cbacb06df64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051419Z:79e27ff2-2ccb-4723-a540-0cbacb06df64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11136',
+ 'x-ms-request-id',
+ '41ca63b3-f996-421e-8033-249ba5121894',
+ 'x-ms-correlation-request-id',
+ '41ca63b3-f996-421e-8033-249ba5121894',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051421Z:41ca63b3-f996-421e-8033-249ba5121894',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11135',
+ 'x-ms-request-id',
+ '26b5a0c6-0b06-4d73-9259-a868fba1d63c',
+ 'x-ms-correlation-request-id',
+ '26b5a0c6-0b06-4d73-9259-a868fba1d63c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051424Z:26b5a0c6-0b06-4d73-9259-a868fba1d63c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11134',
+ 'x-ms-request-id',
+ '2f133e74-0b0b-4481-88de-75594dc81c6f',
+ 'x-ms-correlation-request-id',
+ '2f133e74-0b0b-4481-88de-75594dc81c6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051426Z:2f133e74-0b0b-4481-88de-75594dc81c6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11133',
+ 'x-ms-request-id',
+ '7a7b9de0-35bd-46e6-abd6-c6f0b982d17c',
+ 'x-ms-correlation-request-id',
+ '7a7b9de0-35bd-46e6-abd6-c6f0b982d17c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051428Z:7a7b9de0-35bd-46e6-abd6-c6f0b982d17c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11132',
+ 'x-ms-request-id',
+ 'bf2013c8-5354-4d5e-8b2b-001a58d1c492',
+ 'x-ms-correlation-request-id',
+ 'bf2013c8-5354-4d5e-8b2b-001a58d1c492',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051431Z:bf2013c8-5354-4d5e-8b2b-001a58d1c492',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11131',
+ 'x-ms-request-id',
+ 'f091f9fb-9386-498f-a09a-b1ee17aec54c',
+ 'x-ms-correlation-request-id',
+ 'f091f9fb-9386-498f-a09a-b1ee17aec54c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051433Z:f091f9fb-9386-498f-a09a-b1ee17aec54c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11130',
+ 'x-ms-request-id',
+ '2e70ef00-89b2-4652-a0dd-04f3ba825c8c',
+ 'x-ms-correlation-request-id',
+ '2e70ef00-89b2-4652-a0dd-04f3ba825c8c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051435Z:2e70ef00-89b2-4652-a0dd-04f3ba825c8c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11129',
+ 'x-ms-request-id',
+ '1f563784-e50b-40c0-bd05-0b3aff927953',
+ 'x-ms-correlation-request-id',
+ '1f563784-e50b-40c0-bd05-0b3aff927953',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051438Z:1f563784-e50b-40c0-bd05-0b3aff927953',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11128',
+ 'x-ms-request-id',
+ '350c36a7-0f28-4808-ac53-200de51fb3bd',
+ 'x-ms-correlation-request-id',
+ '350c36a7-0f28-4808-ac53-200de51fb3bd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051440Z:350c36a7-0f28-4808-ac53-200de51fb3bd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11127',
+ 'x-ms-request-id',
+ 'd23e6499-debf-499a-be72-d350a28e513d',
+ 'x-ms-correlation-request-id',
+ 'd23e6499-debf-499a-be72-d350a28e513d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051442Z:d23e6499-debf-499a-be72-d350a28e513d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11126',
+ 'x-ms-request-id',
+ '9955b799-a641-4770-9741-1afae79bd642',
+ 'x-ms-correlation-request-id',
+ '9955b799-a641-4770-9741-1afae79bd642',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051445Z:9955b799-a641-4770-9741-1afae79bd642',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11125',
+ 'x-ms-request-id',
+ '3a3fe876-8447-4a0f-ab36-32674d0d6f87',
+ 'x-ms-correlation-request-id',
+ '3a3fe876-8447-4a0f-ab36-32674d0d6f87',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051447Z:3a3fe876-8447-4a0f-ab36-32674d0d6f87',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11124',
+ 'x-ms-request-id',
+ '8b4f9a9f-9da4-4e21-9953-f3def9c403e2',
+ 'x-ms-correlation-request-id',
+ '8b4f9a9f-9da4-4e21-9953-f3def9c403e2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051449Z:8b4f9a9f-9da4-4e21-9953-f3def9c403e2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:49 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11123',
+ 'x-ms-request-id',
+ '076534f3-539d-48f1-a936-635c323cef83',
+ 'x-ms-correlation-request-id',
+ '076534f3-539d-48f1-a936-635c323cef83',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051452Z:076534f3-539d-48f1-a936-635c323cef83',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11122',
+ 'x-ms-request-id',
+ '1c6de6cb-834f-4df4-8326-99d3cbcf7ed0',
+ 'x-ms-correlation-request-id',
+ '1c6de6cb-834f-4df4-8326-99d3cbcf7ed0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051454Z:1c6de6cb-834f-4df4-8326-99d3cbcf7ed0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11121',
+ 'x-ms-request-id',
+ '16414248-f0f2-40c3-8074-b8adbb18d783',
+ 'x-ms-correlation-request-id',
+ '16414248-f0f2-40c3-8074-b8adbb18d783',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051456Z:16414248-f0f2-40c3-8074-b8adbb18d783',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11120',
+ 'x-ms-request-id',
+ '6609705e-774a-4a88-9ffa-2fcfdea9fcff',
+ 'x-ms-correlation-request-id',
+ '6609705e-774a-4a88-9ffa-2fcfdea9fcff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051459Z:6609705e-774a-4a88-9ffa-2fcfdea9fcff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:14:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11119',
+ 'x-ms-request-id',
+ 'e65447ea-999b-4544-bfb2-0a61090bd5b5',
+ 'x-ms-correlation-request-id',
+ 'e65447ea-999b-4544-bfb2-0a61090bd5b5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051501Z:e65447ea-999b-4544-bfb2-0a61090bd5b5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11118',
+ 'x-ms-request-id',
+ 'ac9f700c-14a0-4f83-8082-78b953b39eaa',
+ 'x-ms-correlation-request-id',
+ 'ac9f700c-14a0-4f83-8082-78b953b39eaa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051503Z:ac9f700c-14a0-4f83-8082-78b953b39eaa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11117',
+ 'x-ms-request-id',
+ 'd08d5df9-1030-45a1-91e6-747d1b84c152',
+ 'x-ms-correlation-request-id',
+ 'd08d5df9-1030-45a1-91e6-747d1b84c152',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051506Z:d08d5df9-1030-45a1-91e6-747d1b84c152',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11116',
+ 'x-ms-request-id',
+ 'bba19511-a6ca-4c70-8aab-f1b39f9054ee',
+ 'x-ms-correlation-request-id',
+ 'bba19511-a6ca-4c70-8aab-f1b39f9054ee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051509Z:bba19511-a6ca-4c70-8aab-f1b39f9054ee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11115',
+ 'x-ms-request-id',
+ '4fc81842-69c2-4f5c-9b1a-ab679e8d9247',
+ 'x-ms-correlation-request-id',
+ '4fc81842-69c2-4f5c-9b1a-ab679e8d9247',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051511Z:4fc81842-69c2-4f5c-9b1a-ab679e8d9247',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11114',
+ 'x-ms-request-id',
+ '6918984a-42e7-4860-844c-25c39c73dd09',
+ 'x-ms-correlation-request-id',
+ '6918984a-42e7-4860-844c-25c39c73dd09',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051513Z:6918984a-42e7-4860-844c-25c39c73dd09',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11113',
+ 'x-ms-request-id',
+ 'e15bf633-5734-4f03-8b9d-528d541b37c5',
+ 'x-ms-correlation-request-id',
+ 'e15bf633-5734-4f03-8b9d-528d541b37c5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051516Z:e15bf633-5734-4f03-8b9d-528d541b37c5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11112',
+ 'x-ms-request-id',
+ 'a63430f5-a9f1-4dfb-8401-9fe27e308195',
+ 'x-ms-correlation-request-id',
+ 'a63430f5-a9f1-4dfb-8401-9fe27e308195',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051518Z:a63430f5-a9f1-4dfb-8401-9fe27e308195',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11111',
+ 'x-ms-request-id',
+ 'f3e409e6-e2fa-47e1-8c5c-ef63fc7ad77a',
+ 'x-ms-correlation-request-id',
+ 'f3e409e6-e2fa-47e1-8c5c-ef63fc7ad77a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051520Z:f3e409e6-e2fa-47e1-8c5c-ef63fc7ad77a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11110',
+ 'x-ms-request-id',
+ '03b67bab-a4c3-4e8d-93a5-33a26c9350c2',
+ 'x-ms-correlation-request-id',
+ '03b67bab-a4c3-4e8d-93a5-33a26c9350c2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051523Z:03b67bab-a4c3-4e8d-93a5-33a26c9350c2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11109',
+ 'x-ms-request-id',
+ '2e319c77-c1ca-45fc-bfeb-6e297a9d7b61',
+ 'x-ms-correlation-request-id',
+ '2e319c77-c1ca-45fc-bfeb-6e297a9d7b61',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051525Z:2e319c77-c1ca-45fc-bfeb-6e297a9d7b61',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11108',
+ 'x-ms-request-id',
+ '8b70d8d0-233b-44e2-a1ac-775df4a57ebe',
+ 'x-ms-correlation-request-id',
+ '8b70d8d0-233b-44e2-a1ac-775df4a57ebe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051527Z:8b70d8d0-233b-44e2-a1ac-775df4a57ebe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11107',
+ 'x-ms-request-id',
+ '6f529d0f-f156-4621-809d-2e1c7666bd59',
+ 'x-ms-correlation-request-id',
+ '6f529d0f-f156-4621-809d-2e1c7666bd59',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051530Z:6f529d0f-f156-4621-809d-2e1c7666bd59',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11106',
+ 'x-ms-request-id',
+ '62b17920-5e6a-4161-99c9-48743564472c',
+ 'x-ms-correlation-request-id',
+ '62b17920-5e6a-4161-99c9-48743564472c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051532Z:62b17920-5e6a-4161-99c9-48743564472c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11105',
+ 'x-ms-request-id',
+ '5db77142-a7fe-473a-909e-597cc1d4076d',
+ 'x-ms-correlation-request-id',
+ '5db77142-a7fe-473a-909e-597cc1d4076d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051534Z:5db77142-a7fe-473a-909e-597cc1d4076d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11104',
+ 'x-ms-request-id',
+ '154d3d2f-54b5-4376-baef-740f81f4b38f',
+ 'x-ms-correlation-request-id',
+ '154d3d2f-54b5-4376-baef-740f81f4b38f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051537Z:154d3d2f-54b5-4376-baef-740f81f4b38f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11103',
+ 'x-ms-request-id',
+ 'f331f24f-11e5-43a0-8133-f452f8776bc2',
+ 'x-ms-correlation-request-id',
+ 'f331f24f-11e5-43a0-8133-f452f8776bc2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051539Z:f331f24f-11e5-43a0-8133-f452f8776bc2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11102',
+ 'x-ms-request-id',
+ '46277705-e796-42ca-9a80-4469c9457ffa',
+ 'x-ms-correlation-request-id',
+ '46277705-e796-42ca-9a80-4469c9457ffa',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051541Z:46277705-e796-42ca-9a80-4469c9457ffa',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11101',
+ 'x-ms-request-id',
+ '5130690c-6cb8-4f97-8fb1-0c32adbd05dd',
+ 'x-ms-correlation-request-id',
+ '5130690c-6cb8-4f97-8fb1-0c32adbd05dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051543Z:5130690c-6cb8-4f97-8fb1-0c32adbd05dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11100',
+ 'x-ms-request-id',
+ 'e704d224-ef25-4d3e-8a22-f3dc65a8152c',
+ 'x-ms-correlation-request-id',
+ 'e704d224-ef25-4d3e-8a22-f3dc65a8152c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051546Z:e704d224-ef25-4d3e-8a22-f3dc65a8152c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11099',
+ 'x-ms-request-id',
+ 'df687794-0940-4367-aeee-5d5ff844b74c',
+ 'x-ms-correlation-request-id',
+ 'df687794-0940-4367-aeee-5d5ff844b74c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051548Z:df687794-0940-4367-aeee-5d5ff844b74c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11098',
+ 'x-ms-request-id',
+ '8654e079-b9ea-4d4e-a83a-766c9f36d2d2',
+ 'x-ms-correlation-request-id',
+ '8654e079-b9ea-4d4e-a83a-766c9f36d2d2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051550Z:8654e079-b9ea-4d4e-a83a-766c9f36d2d2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11097',
+ 'x-ms-request-id',
+ 'a7a0c52f-23ba-46fb-a266-e1eaa1f1f75b',
+ 'x-ms-correlation-request-id',
+ 'a7a0c52f-23ba-46fb-a266-e1eaa1f1f75b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051553Z:a7a0c52f-23ba-46fb-a266-e1eaa1f1f75b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11096',
+ 'x-ms-request-id',
+ 'e056b16b-22b0-4cb3-b652-79fc26722a16',
+ 'x-ms-correlation-request-id',
+ 'e056b16b-22b0-4cb3-b652-79fc26722a16',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051555Z:e056b16b-22b0-4cb3-b652-79fc26722a16',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11095',
+ 'x-ms-request-id',
+ 'a2702145-c8b4-4a8e-84d3-25f17000b98d',
+ 'x-ms-correlation-request-id',
+ 'a2702145-c8b4-4a8e-84d3-25f17000b98d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051557Z:a2702145-c8b4-4a8e-84d3-25f17000b98d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11094',
+ 'x-ms-request-id',
+ '2f9f90e8-9584-454e-b8f7-4f47f4189779',
+ 'x-ms-correlation-request-id',
+ '2f9f90e8-9584-454e-b8f7-4f47f4189779',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051600Z:2f9f90e8-9584-454e-b8f7-4f47f4189779',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:15:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11093',
+ 'x-ms-request-id',
+ '1b3c90fa-f0cb-42be-87d2-f55bfd1bf19d',
+ 'x-ms-correlation-request-id',
+ '1b3c90fa-f0cb-42be-87d2-f55bfd1bf19d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051602Z:1b3c90fa-f0cb-42be-87d2-f55bfd1bf19d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11092',
+ 'x-ms-request-id',
+ 'a623c53f-7f72-45a8-95e2-a0b7d798ae46',
+ 'x-ms-correlation-request-id',
+ 'a623c53f-7f72-45a8-95e2-a0b7d798ae46',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051604Z:a623c53f-7f72-45a8-95e2-a0b7d798ae46',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11091',
+ 'x-ms-request-id',
+ '512a0c6d-8291-44e0-9630-de3ab181020c',
+ 'x-ms-correlation-request-id',
+ '512a0c6d-8291-44e0-9630-de3ab181020c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051607Z:512a0c6d-8291-44e0-9630-de3ab181020c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11090',
+ 'x-ms-request-id',
+ '8b12e5b0-d2c3-4735-a4cf-88eb99169340',
+ 'x-ms-correlation-request-id',
+ '8b12e5b0-d2c3-4735-a4cf-88eb99169340',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051610Z:8b12e5b0-d2c3-4735-a4cf-88eb99169340',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11089',
+ 'x-ms-request-id',
+ '66becc58-de00-4e1a-9ffc-5d2a3d60d196',
+ 'x-ms-correlation-request-id',
+ '66becc58-de00-4e1a-9ffc-5d2a3d60d196',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051612Z:66becc58-de00-4e1a-9ffc-5d2a3d60d196',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11088',
+ 'x-ms-request-id',
+ 'de30f198-3d81-4a66-9b72-51beb5886772',
+ 'x-ms-correlation-request-id',
+ 'de30f198-3d81-4a66-9b72-51beb5886772',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051614Z:de30f198-3d81-4a66-9b72-51beb5886772',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11087',
+ 'x-ms-request-id',
+ '0438aeaa-b138-4d9c-8b3e-7d5a7b5c6d40',
+ 'x-ms-correlation-request-id',
+ '0438aeaa-b138-4d9c-8b3e-7d5a7b5c6d40',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051617Z:0438aeaa-b138-4d9c-8b3e-7d5a7b5c6d40',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11086',
+ 'x-ms-request-id',
+ '0ee823b7-9411-46aa-bcf0-78264b5140ec',
+ 'x-ms-correlation-request-id',
+ '0ee823b7-9411-46aa-bcf0-78264b5140ec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051619Z:0ee823b7-9411-46aa-bcf0-78264b5140ec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11085',
+ 'x-ms-request-id',
+ 'd648ef33-81cb-4c31-bf08-98ffca306eff',
+ 'x-ms-correlation-request-id',
+ 'd648ef33-81cb-4c31-bf08-98ffca306eff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051621Z:d648ef33-81cb-4c31-bf08-98ffca306eff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11084',
+ 'x-ms-request-id',
+ '7a91f06d-5bb6-4775-91da-7ed4072c740d',
+ 'x-ms-correlation-request-id',
+ '7a91f06d-5bb6-4775-91da-7ed4072c740d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051624Z:7a91f06d-5bb6-4775-91da-7ed4072c740d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11083',
+ 'x-ms-request-id',
+ '677cdb68-32ef-4508-9bdb-cf6cfc1164f1',
+ 'x-ms-correlation-request-id',
+ '677cdb68-32ef-4508-9bdb-cf6cfc1164f1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051626Z:677cdb68-32ef-4508-9bdb-cf6cfc1164f1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11082',
+ 'x-ms-request-id',
+ '9335f3fc-581d-4c3c-9714-c00a9396557a',
+ 'x-ms-correlation-request-id',
+ '9335f3fc-581d-4c3c-9714-c00a9396557a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051628Z:9335f3fc-581d-4c3c-9714-c00a9396557a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11081',
+ 'x-ms-request-id',
+ 'd594f283-06eb-45a9-8e10-940e24cecfcf',
+ 'x-ms-correlation-request-id',
+ 'd594f283-06eb-45a9-8e10-940e24cecfcf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051630Z:d594f283-06eb-45a9-8e10-940e24cecfcf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11080',
+ 'x-ms-request-id',
+ 'f424946c-c736-45fb-8562-dbfeb2b96700',
+ 'x-ms-correlation-request-id',
+ 'f424946c-c736-45fb-8562-dbfeb2b96700',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051633Z:f424946c-c736-45fb-8562-dbfeb2b96700',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11079',
+ 'x-ms-request-id',
+ 'e871ea75-93d1-44c7-b877-40037a5d2f16',
+ 'x-ms-correlation-request-id',
+ 'e871ea75-93d1-44c7-b877-40037a5d2f16',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051635Z:e871ea75-93d1-44c7-b877-40037a5d2f16',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11078',
+ 'x-ms-request-id',
+ '2cf6499f-dfe9-4ce6-8d8f-7d9a7a0b885f',
+ 'x-ms-correlation-request-id',
+ '2cf6499f-dfe9-4ce6-8d8f-7d9a7a0b885f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051637Z:2cf6499f-dfe9-4ce6-8d8f-7d9a7a0b885f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11077',
+ 'x-ms-request-id',
+ '1117be42-0237-4b43-bf75-9c8c76e987bb',
+ 'x-ms-correlation-request-id',
+ '1117be42-0237-4b43-bf75-9c8c76e987bb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051640Z:1117be42-0237-4b43-bf75-9c8c76e987bb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11076',
+ 'x-ms-request-id',
+ '07e6b270-731b-4351-ab2e-0f6bc47cc949',
+ 'x-ms-correlation-request-id',
+ '07e6b270-731b-4351-ab2e-0f6bc47cc949',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051642Z:07e6b270-731b-4351-ab2e-0f6bc47cc949',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:42 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11075',
+ 'x-ms-request-id',
+ '2079f7a2-037c-4801-b707-6a90a1f20cc7',
+ 'x-ms-correlation-request-id',
+ '2079f7a2-037c-4801-b707-6a90a1f20cc7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051644Z:2079f7a2-037c-4801-b707-6a90a1f20cc7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11074',
+ 'x-ms-request-id',
+ '420934fd-89c0-4c80-897f-ddeeaa83f71b',
+ 'x-ms-correlation-request-id',
+ '420934fd-89c0-4c80-897f-ddeeaa83f71b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051647Z:420934fd-89c0-4c80-897f-ddeeaa83f71b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11073',
+ 'x-ms-request-id',
+ 'd23b8f47-9092-4529-a5cd-929fd8fa2d18',
+ 'x-ms-correlation-request-id',
+ 'd23b8f47-9092-4529-a5cd-929fd8fa2d18',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051650Z:d23b8f47-9092-4529-a5cd-929fd8fa2d18',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11072',
+ 'x-ms-request-id',
+ '94d62a54-e7b2-46ee-80a2-f38462044313',
+ 'x-ms-correlation-request-id',
+ '94d62a54-e7b2-46ee-80a2-f38462044313',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051652Z:94d62a54-e7b2-46ee-80a2-f38462044313',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11071',
+ 'x-ms-request-id',
+ '8b883bd1-6c95-4e1e-9fdf-b41e4b9f7894',
+ 'x-ms-correlation-request-id',
+ '8b883bd1-6c95-4e1e-9fdf-b41e4b9f7894',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051654Z:8b883bd1-6c95-4e1e-9fdf-b41e4b9f7894',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11070',
+ 'x-ms-request-id',
+ '13fe6c09-a181-4334-8bc5-3f1f9b6883df',
+ 'x-ms-correlation-request-id',
+ '13fe6c09-a181-4334-8bc5-3f1f9b6883df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051657Z:13fe6c09-a181-4334-8bc5-3f1f9b6883df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11069',
+ 'x-ms-request-id',
+ '9094f20d-d880-464f-858a-91565fd9cdb5',
+ 'x-ms-correlation-request-id',
+ '9094f20d-d880-464f-858a-91565fd9cdb5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051659Z:9094f20d-d880-464f-858a-91565fd9cdb5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:16:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11068',
+ 'x-ms-request-id',
+ '7ff5d91f-3562-4e22-bb8c-6a2bba655c9e',
+ 'x-ms-correlation-request-id',
+ '7ff5d91f-3562-4e22-bb8c-6a2bba655c9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051701Z:7ff5d91f-3562-4e22-bb8c-6a2bba655c9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11067',
+ 'x-ms-request-id',
+ 'a4aa0f91-20b4-417b-86a5-f7cdf9d6d97d',
+ 'x-ms-correlation-request-id',
+ 'a4aa0f91-20b4-417b-86a5-f7cdf9d6d97d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051704Z:a4aa0f91-20b4-417b-86a5-f7cdf9d6d97d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11066',
+ 'x-ms-request-id',
+ '4cef0ae2-68c3-41b6-ab37-198b767a9e99',
+ 'x-ms-correlation-request-id',
+ '4cef0ae2-68c3-41b6-ab37-198b767a9e99',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051706Z:4cef0ae2-68c3-41b6-ab37-198b767a9e99',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11065',
+ 'x-ms-request-id',
+ '073ab290-3d85-4c01-9437-c3fd7eee7cb5',
+ 'x-ms-correlation-request-id',
+ '073ab290-3d85-4c01-9437-c3fd7eee7cb5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051709Z:073ab290-3d85-4c01-9437-c3fd7eee7cb5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11064',
+ 'x-ms-request-id',
+ 'd318fb88-5e67-4bbd-a471-d79651d19d0b',
+ 'x-ms-correlation-request-id',
+ 'd318fb88-5e67-4bbd-a471-d79651d19d0b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051711Z:d318fb88-5e67-4bbd-a471-d79651d19d0b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11063',
+ 'x-ms-request-id',
+ 'b5412ae6-ed91-4cb8-b2bb-b5fe936dd444',
+ 'x-ms-correlation-request-id',
+ 'b5412ae6-ed91-4cb8-b2bb-b5fe936dd444',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051714Z:b5412ae6-ed91-4cb8-b2bb-b5fe936dd444',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11062',
+ 'x-ms-request-id',
+ '9a663046-b0b3-4761-a6fc-0a0abe04de4c',
+ 'x-ms-correlation-request-id',
+ '9a663046-b0b3-4761-a6fc-0a0abe04de4c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051716Z:9a663046-b0b3-4761-a6fc-0a0abe04de4c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11061',
+ 'x-ms-request-id',
+ '7d13f4b9-bb00-49cc-922a-eb881840d7b1',
+ 'x-ms-correlation-request-id',
+ '7d13f4b9-bb00-49cc-922a-eb881840d7b1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051718Z:7d13f4b9-bb00-49cc-922a-eb881840d7b1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11060',
+ 'x-ms-request-id',
+ '86365f78-5446-4ff3-9bfc-c9f9b7193a79',
+ 'x-ms-correlation-request-id',
+ '86365f78-5446-4ff3-9bfc-c9f9b7193a79',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051721Z:86365f78-5446-4ff3-9bfc-c9f9b7193a79',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11059',
+ 'x-ms-request-id',
+ '4e37201d-b64e-411d-a8f0-33a46daad952',
+ 'x-ms-correlation-request-id',
+ '4e37201d-b64e-411d-a8f0-33a46daad952',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051723Z:4e37201d-b64e-411d-a8f0-33a46daad952',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11058',
+ 'x-ms-request-id',
+ '7102a9b9-ce64-4747-b38b-610203086445',
+ 'x-ms-correlation-request-id',
+ '7102a9b9-ce64-4747-b38b-610203086445',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051725Z:7102a9b9-ce64-4747-b38b-610203086445',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11057',
+ 'x-ms-request-id',
+ '83d23c03-7934-4a95-aea5-4582b6d7a715',
+ 'x-ms-correlation-request-id',
+ '83d23c03-7934-4a95-aea5-4582b6d7a715',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051727Z:83d23c03-7934-4a95-aea5-4582b6d7a715',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11056',
+ 'x-ms-request-id',
+ 'ff2a5a1a-96bd-4582-acd4-45855824f981',
+ 'x-ms-correlation-request-id',
+ 'ff2a5a1a-96bd-4582-acd4-45855824f981',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051730Z:ff2a5a1a-96bd-4582-acd4-45855824f981',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11055',
+ 'x-ms-request-id',
+ '44f4b565-68df-49c1-a5a8-c03f504a3c71',
+ 'x-ms-correlation-request-id',
+ '44f4b565-68df-49c1-a5a8-c03f504a3c71',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051732Z:44f4b565-68df-49c1-a5a8-c03f504a3c71',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11054',
+ 'x-ms-request-id',
+ '5df738d4-59ee-4eec-ac81-2feb204fb92a',
+ 'x-ms-correlation-request-id',
+ '5df738d4-59ee-4eec-ac81-2feb204fb92a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051734Z:5df738d4-59ee-4eec-ac81-2feb204fb92a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11053',
+ 'x-ms-request-id',
+ '6c5c1ced-e7ce-49f7-9e71-e3da3c7d334a',
+ 'x-ms-correlation-request-id',
+ '6c5c1ced-e7ce-49f7-9e71-e3da3c7d334a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051737Z:6c5c1ced-e7ce-49f7-9e71-e3da3c7d334a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11052',
+ 'x-ms-request-id',
+ 'ee0e02f9-e5f6-409c-8e6e-861acbdfdfdb',
+ 'x-ms-correlation-request-id',
+ 'ee0e02f9-e5f6-409c-8e6e-861acbdfdfdb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051739Z:ee0e02f9-e5f6-409c-8e6e-861acbdfdfdb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11051',
+ 'x-ms-request-id',
+ 'f5c53ca1-a66d-4a36-b037-068da25e51ba',
+ 'x-ms-correlation-request-id',
+ 'f5c53ca1-a66d-4a36-b037-068da25e51ba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051741Z:f5c53ca1-a66d-4a36-b037-068da25e51ba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11050',
+ 'x-ms-request-id',
+ 'ea5a2994-f6d5-4be6-9f3f-fea6220eb231',
+ 'x-ms-correlation-request-id',
+ 'ea5a2994-f6d5-4be6-9f3f-fea6220eb231',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051744Z:ea5a2994-f6d5-4be6-9f3f-fea6220eb231',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11049',
+ 'x-ms-request-id',
+ '68fb8bb5-7f92-432e-b4a5-3f3b6cbc25e7',
+ 'x-ms-correlation-request-id',
+ '68fb8bb5-7f92-432e-b4a5-3f3b6cbc25e7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051746Z:68fb8bb5-7f92-432e-b4a5-3f3b6cbc25e7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11048',
+ 'x-ms-request-id',
+ '9797e11d-9d4f-4aa5-9238-16a250227e23',
+ 'x-ms-correlation-request-id',
+ '9797e11d-9d4f-4aa5-9238-16a250227e23',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051748Z:9797e11d-9d4f-4aa5-9238-16a250227e23',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11047',
+ 'x-ms-request-id',
+ '8e1118e0-3bab-47c2-aa3c-f7254e221c7e',
+ 'x-ms-correlation-request-id',
+ '8e1118e0-3bab-47c2-aa3c-f7254e221c7e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051751Z:8e1118e0-3bab-47c2-aa3c-f7254e221c7e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11046',
+ 'x-ms-request-id',
+ 'c174015f-5d26-4d10-86a1-76ad6b833747',
+ 'x-ms-correlation-request-id',
+ 'c174015f-5d26-4d10-86a1-76ad6b833747',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051754Z:c174015f-5d26-4d10-86a1-76ad6b833747',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11045',
+ 'x-ms-request-id',
+ '3b4db7bf-515c-4cec-bddd-0f42b0aea9a6',
+ 'x-ms-correlation-request-id',
+ '3b4db7bf-515c-4cec-bddd-0f42b0aea9a6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051756Z:3b4db7bf-515c-4cec-bddd-0f42b0aea9a6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11044',
+ 'x-ms-request-id',
+ '93d3cff7-7d60-406d-94b5-1fc0212963a4',
+ 'x-ms-correlation-request-id',
+ '93d3cff7-7d60-406d-94b5-1fc0212963a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051758Z:93d3cff7-7d60-406d-94b5-1fc0212963a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:17:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11043',
+ 'x-ms-request-id',
+ '242268dc-e45e-4e5b-975d-0c3ca718f876',
+ 'x-ms-correlation-request-id',
+ '242268dc-e45e-4e5b-975d-0c3ca718f876',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051800Z:242268dc-e45e-4e5b-975d-0c3ca718f876',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11042',
+ 'x-ms-request-id',
+ '8ab0bdc4-0557-418b-b5b3-c043b4258240',
+ 'x-ms-correlation-request-id',
+ '8ab0bdc4-0557-418b-b5b3-c043b4258240',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051803Z:8ab0bdc4-0557-418b-b5b3-c043b4258240',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11041',
+ 'x-ms-request-id',
+ '66033db5-5a54-442a-94e0-6f1a2afb7f13',
+ 'x-ms-correlation-request-id',
+ '66033db5-5a54-442a-94e0-6f1a2afb7f13',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051805Z:66033db5-5a54-442a-94e0-6f1a2afb7f13',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11040',
+ 'x-ms-request-id',
+ '4f956541-5db1-4d13-bfb1-4c95421cbb91',
+ 'x-ms-correlation-request-id',
+ '4f956541-5db1-4d13-bfb1-4c95421cbb91',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051808Z:4f956541-5db1-4d13-bfb1-4c95421cbb91',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11039',
+ 'x-ms-request-id',
+ 'ebfa28ee-6f4c-4454-a234-eb71fa5f3195',
+ 'x-ms-correlation-request-id',
+ 'ebfa28ee-6f4c-4454-a234-eb71fa5f3195',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051810Z:ebfa28ee-6f4c-4454-a234-eb71fa5f3195',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11038',
+ 'x-ms-request-id',
+ 'e821ed05-bc37-41ac-982e-ba86cd072961',
+ 'x-ms-correlation-request-id',
+ 'e821ed05-bc37-41ac-982e-ba86cd072961',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051813Z:e821ed05-bc37-41ac-982e-ba86cd072961',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11037',
+ 'x-ms-request-id',
+ '21ce27a1-b366-44f1-b0dc-3faf91716f18',
+ 'x-ms-correlation-request-id',
+ '21ce27a1-b366-44f1-b0dc-3faf91716f18',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051815Z:21ce27a1-b366-44f1-b0dc-3faf91716f18',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11036',
+ 'x-ms-request-id',
+ 'fb255345-54b3-4fbb-bc6d-f63979e4a5f0',
+ 'x-ms-correlation-request-id',
+ 'fb255345-54b3-4fbb-bc6d-f63979e4a5f0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051817Z:fb255345-54b3-4fbb-bc6d-f63979e4a5f0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11035',
+ 'x-ms-request-id',
+ 'd5a2b62d-1c1f-4e88-931a-fed7417f6cbf',
+ 'x-ms-correlation-request-id',
+ 'd5a2b62d-1c1f-4e88-931a-fed7417f6cbf',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051820Z:d5a2b62d-1c1f-4e88-931a-fed7417f6cbf',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11034',
+ 'x-ms-request-id',
+ 'a2993838-6aba-4b8d-a467-2a7da7235cf7',
+ 'x-ms-correlation-request-id',
+ 'a2993838-6aba-4b8d-a467-2a7da7235cf7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051822Z:a2993838-6aba-4b8d-a467-2a7da7235cf7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11033',
+ 'x-ms-request-id',
+ '446e0376-d59a-48b9-8b2a-fe9bb00d2e5e',
+ 'x-ms-correlation-request-id',
+ '446e0376-d59a-48b9-8b2a-fe9bb00d2e5e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051824Z:446e0376-d59a-48b9-8b2a-fe9bb00d2e5e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11032',
+ 'x-ms-request-id',
+ 'a45fa2d6-17d4-40fa-b43d-04b25c45836e',
+ 'x-ms-correlation-request-id',
+ 'a45fa2d6-17d4-40fa-b43d-04b25c45836e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051827Z:a45fa2d6-17d4-40fa-b43d-04b25c45836e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11031',
+ 'x-ms-request-id',
+ '00dd36b1-cfcd-4fd0-beca-35a5bed2e3ec',
+ 'x-ms-correlation-request-id',
+ '00dd36b1-cfcd-4fd0-beca-35a5bed2e3ec',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051829Z:00dd36b1-cfcd-4fd0-beca-35a5bed2e3ec',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11030',
+ 'x-ms-request-id',
+ 'afc6520e-9e24-49fe-86ad-17d16aa70847',
+ 'x-ms-correlation-request-id',
+ 'afc6520e-9e24-49fe-86ad-17d16aa70847',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051831Z:afc6520e-9e24-49fe-86ad-17d16aa70847',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11029',
+ 'x-ms-request-id',
+ '36ec8008-ef4c-4d39-b57b-f49456143cf3',
+ 'x-ms-correlation-request-id',
+ '36ec8008-ef4c-4d39-b57b-f49456143cf3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051834Z:36ec8008-ef4c-4d39-b57b-f49456143cf3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11028',
+ 'x-ms-request-id',
+ '702b5f0a-8778-49b9-a0fa-3acf3f687910',
+ 'x-ms-correlation-request-id',
+ '702b5f0a-8778-49b9-a0fa-3acf3f687910',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051836Z:702b5f0a-8778-49b9-a0fa-3acf3f687910',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11027',
+ 'x-ms-request-id',
+ '86f56951-faa2-4846-836c-94525ee23164',
+ 'x-ms-correlation-request-id',
+ '86f56951-faa2-4846-836c-94525ee23164',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051838Z:86f56951-faa2-4846-836c-94525ee23164',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11026',
+ 'x-ms-request-id',
+ '0194df61-0f11-48b5-8515-8309f8a10c18',
+ 'x-ms-correlation-request-id',
+ '0194df61-0f11-48b5-8515-8309f8a10c18',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051841Z:0194df61-0f11-48b5-8515-8309f8a10c18',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11025',
+ 'x-ms-request-id',
+ 'c381dca9-fe17-49ed-8495-c964bc027525',
+ 'x-ms-correlation-request-id',
+ 'c381dca9-fe17-49ed-8495-c964bc027525',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051843Z:c381dca9-fe17-49ed-8495-c964bc027525',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11024',
+ 'x-ms-request-id',
+ 'bf562434-2220-4e56-b583-601ff452e12b',
+ 'x-ms-correlation-request-id',
+ 'bf562434-2220-4e56-b583-601ff452e12b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051845Z:bf562434-2220-4e56-b583-601ff452e12b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11023',
+ 'x-ms-request-id',
+ '53785018-46cf-46f4-a4e8-671d186c07ef',
+ 'x-ms-correlation-request-id',
+ '53785018-46cf-46f4-a4e8-671d186c07ef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051848Z:53785018-46cf-46f4-a4e8-671d186c07ef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11022',
+ 'x-ms-request-id',
+ '91b09d9d-be76-4d39-a53d-fdcf6cb4045a',
+ 'x-ms-correlation-request-id',
+ '91b09d9d-be76-4d39-a53d-fdcf6cb4045a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051850Z:91b09d9d-be76-4d39-a53d-fdcf6cb4045a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11021',
+ 'x-ms-request-id',
+ '6af9d5dc-a537-4c5c-90c8-2128ae2bfaa4',
+ 'x-ms-correlation-request-id',
+ '6af9d5dc-a537-4c5c-90c8-2128ae2bfaa4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051852Z:6af9d5dc-a537-4c5c-90c8-2128ae2bfaa4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11020',
+ 'x-ms-request-id',
+ 'd0503b19-17f9-40a0-90c2-2cf5262cf2e9',
+ 'x-ms-correlation-request-id',
+ 'd0503b19-17f9-40a0-90c2-2cf5262cf2e9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051855Z:d0503b19-17f9-40a0-90c2-2cf5262cf2e9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11019',
+ 'x-ms-request-id',
+ '356bb3eb-f9cd-4f92-9886-05fb28703d4b',
+ 'x-ms-correlation-request-id',
+ '356bb3eb-f9cd-4f92-9886-05fb28703d4b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051857Z:356bb3eb-f9cd-4f92-9886-05fb28703d4b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11018',
+ 'x-ms-request-id',
+ '10e5f57c-cc32-4063-9e25-f16c504d510f',
+ 'x-ms-correlation-request-id',
+ '10e5f57c-cc32-4063-9e25-f16c504d510f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051859Z:10e5f57c-cc32-4063-9e25-f16c504d510f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:18:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11017',
+ 'x-ms-request-id',
+ 'c454e6ea-0fd5-4eda-8f34-9c336febec4b',
+ 'x-ms-correlation-request-id',
+ 'c454e6ea-0fd5-4eda-8f34-9c336febec4b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051902Z:c454e6ea-0fd5-4eda-8f34-9c336febec4b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11016',
+ 'x-ms-request-id',
+ 'c6731ba2-d0a5-4b11-84fe-063cf7c5486f',
+ 'x-ms-correlation-request-id',
+ 'c6731ba2-d0a5-4b11-84fe-063cf7c5486f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051904Z:c6731ba2-d0a5-4b11-84fe-063cf7c5486f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11015',
+ 'x-ms-request-id',
+ 'b77f96b6-59a7-4795-b4a6-a33daee8513e',
+ 'x-ms-correlation-request-id',
+ 'b77f96b6-59a7-4795-b4a6-a33daee8513e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051906Z:b77f96b6-59a7-4795-b4a6-a33daee8513e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11014',
+ 'x-ms-request-id',
+ 'c9c8e825-85c6-4afa-a6fb-c0207d1268df',
+ 'x-ms-correlation-request-id',
+ 'c9c8e825-85c6-4afa-a6fb-c0207d1268df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051909Z:c9c8e825-85c6-4afa-a6fb-c0207d1268df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11013',
+ 'x-ms-request-id',
+ '59c5673b-b59e-4c36-b3a6-c3c493413546',
+ 'x-ms-correlation-request-id',
+ '59c5673b-b59e-4c36-b3a6-c3c493413546',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051912Z:59c5673b-b59e-4c36-b3a6-c3c493413546',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:11 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11012',
+ 'x-ms-request-id',
+ 'c0cb28c6-adb8-409c-8724-128c97607f82',
+ 'x-ms-correlation-request-id',
+ 'c0cb28c6-adb8-409c-8724-128c97607f82',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051914Z:c0cb28c6-adb8-409c-8724-128c97607f82',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11011',
+ 'x-ms-request-id',
+ 'c6db60e8-13a0-4cd4-ad46-985233fba663',
+ 'x-ms-correlation-request-id',
+ 'c6db60e8-13a0-4cd4-ad46-985233fba663',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051916Z:c6db60e8-13a0-4cd4-ad46-985233fba663',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:16 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11010',
+ 'x-ms-request-id',
+ '94d6eead-5646-421d-97a8-47a9b880b19a',
+ 'x-ms-correlation-request-id',
+ '94d6eead-5646-421d-97a8-47a9b880b19a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051919Z:94d6eead-5646-421d-97a8-47a9b880b19a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11009',
+ 'x-ms-request-id',
+ 'a7188664-889e-4a48-b086-1703ad7a8ff5',
+ 'x-ms-correlation-request-id',
+ 'a7188664-889e-4a48-b086-1703ad7a8ff5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051921Z:a7188664-889e-4a48-b086-1703ad7a8ff5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11008',
+ 'x-ms-request-id',
+ 'a16bb09a-0a4b-4f70-976e-f88d37b8557a',
+ 'x-ms-correlation-request-id',
+ 'a16bb09a-0a4b-4f70-976e-f88d37b8557a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051923Z:a16bb09a-0a4b-4f70-976e-f88d37b8557a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11007',
+ 'x-ms-request-id',
+ 'd4d05d09-0020-47ec-a276-6efac048b82b',
+ 'x-ms-correlation-request-id',
+ 'd4d05d09-0020-47ec-a276-6efac048b82b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051926Z:d4d05d09-0020-47ec-a276-6efac048b82b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11006',
+ 'x-ms-request-id',
+ '38d7de05-6017-4de8-b8ff-4b259e7a9732',
+ 'x-ms-correlation-request-id',
+ '38d7de05-6017-4de8-b8ff-4b259e7a9732',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051928Z:38d7de05-6017-4de8-b8ff-4b259e7a9732',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11005',
+ 'x-ms-request-id',
+ 'dbfa095d-dd95-47a0-b376-da7dee1986a2',
+ 'x-ms-correlation-request-id',
+ 'dbfa095d-dd95-47a0-b376-da7dee1986a2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051930Z:dbfa095d-dd95-47a0-b376-da7dee1986a2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11004',
+ 'x-ms-request-id',
+ 'abaea106-08dd-4fb4-8d59-71bc151f5f08',
+ 'x-ms-correlation-request-id',
+ 'abaea106-08dd-4fb4-8d59-71bc151f5f08',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051933Z:abaea106-08dd-4fb4-8d59-71bc151f5f08',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:32 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11003',
+ 'x-ms-request-id',
+ 'fbc3d4c0-a276-4ebd-a46e-35b5f14a9838',
+ 'x-ms-correlation-request-id',
+ 'fbc3d4c0-a276-4ebd-a46e-35b5f14a9838',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051935Z:fbc3d4c0-a276-4ebd-a46e-35b5f14a9838',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11002',
+ 'x-ms-request-id',
+ '56d9c527-d345-40f5-9574-c8f74b58e420',
+ 'x-ms-correlation-request-id',
+ '56d9c527-d345-40f5-9574-c8f74b58e420',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051937Z:56d9c527-d345-40f5-9574-c8f74b58e420',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11001',
+ 'x-ms-request-id',
+ 'fbd4af13-1b54-4070-9472-da6c397feb4f',
+ 'x-ms-correlation-request-id',
+ 'fbd4af13-1b54-4070-9472-da6c397feb4f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051940Z:fbd4af13-1b54-4070-9472-da6c397feb4f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11000',
+ 'x-ms-request-id',
+ '740df0e3-2871-4660-9474-b384a9bc9784',
+ 'x-ms-correlation-request-id',
+ '740df0e3-2871-4660-9474-b384a9bc9784',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051942Z:740df0e3-2871-4660-9474-b384a9bc9784',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10999',
+ 'x-ms-request-id',
+ '98bfc081-0f35-43b7-823b-e5847de81a9e',
+ 'x-ms-correlation-request-id',
+ '98bfc081-0f35-43b7-823b-e5847de81a9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051944Z:98bfc081-0f35-43b7-823b-e5847de81a9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10998',
+ 'x-ms-request-id',
+ '4a6590c3-fa62-41d3-8af9-89573bec7b9e',
+ 'x-ms-correlation-request-id',
+ '4a6590c3-fa62-41d3-8af9-89573bec7b9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051947Z:4a6590c3-fa62-41d3-8af9-89573bec7b9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10997',
+ 'x-ms-request-id',
+ 'c3913d72-4be4-407a-917b-796bca19be97',
+ 'x-ms-correlation-request-id',
+ 'c3913d72-4be4-407a-917b-796bca19be97',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051949Z:c3913d72-4be4-407a-917b-796bca19be97',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10996',
+ 'x-ms-request-id',
+ '65c43ff5-6011-4929-8a8e-790b4f68c6ea',
+ 'x-ms-correlation-request-id',
+ '65c43ff5-6011-4929-8a8e-790b4f68c6ea',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051951Z:65c43ff5-6011-4929-8a8e-790b4f68c6ea',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10995',
+ 'x-ms-request-id',
+ '9e209392-f5df-4c60-9289-e05ccf3afd7d',
+ 'x-ms-correlation-request-id',
+ '9e209392-f5df-4c60-9289-e05ccf3afd7d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051954Z:9e209392-f5df-4c60-9289-e05ccf3afd7d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10994',
+ 'x-ms-request-id',
+ '456bcf16-051a-41e5-ae10-08278649906e',
+ 'x-ms-correlation-request-id',
+ '456bcf16-051a-41e5-ae10-08278649906e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051957Z:456bcf16-051a-41e5-ae10-08278649906e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:56 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10993',
+ 'x-ms-request-id',
+ '9dc8b3a1-3ddb-4d24-a99e-6310713d20d9',
+ 'x-ms-correlation-request-id',
+ '9dc8b3a1-3ddb-4d24-a99e-6310713d20d9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T051959Z:9dc8b3a1-3ddb-4d24-a99e-6310713d20d9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:19:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10992',
+ 'x-ms-request-id',
+ '6f79827b-a5bc-4412-af68-d55c3b281c11',
+ 'x-ms-correlation-request-id',
+ '6f79827b-a5bc-4412-af68-d55c3b281c11',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052001Z:6f79827b-a5bc-4412-af68-d55c3b281c11',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10991',
+ 'x-ms-request-id',
+ '11831f0f-300e-44d3-90bf-3c6b578914f5',
+ 'x-ms-correlation-request-id',
+ '11831f0f-300e-44d3-90bf-3c6b578914f5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052003Z:11831f0f-300e-44d3-90bf-3c6b578914f5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10990',
+ 'x-ms-request-id',
+ '57380fa2-20a7-4821-8a0d-c55f590ea8fc',
+ 'x-ms-correlation-request-id',
+ '57380fa2-20a7-4821-8a0d-c55f590ea8fc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052006Z:57380fa2-20a7-4821-8a0d-c55f590ea8fc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10989',
+ 'x-ms-request-id',
+ '7f0a03fd-3ce5-48c4-9371-05c2ca91b1ff',
+ 'x-ms-correlation-request-id',
+ '7f0a03fd-3ce5-48c4-9371-05c2ca91b1ff',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052009Z:7f0a03fd-3ce5-48c4-9371-05c2ca91b1ff',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10988',
+ 'x-ms-request-id',
+ 'f2a09c4a-5fe5-49c8-bda9-e11fdc162677',
+ 'x-ms-correlation-request-id',
+ 'f2a09c4a-5fe5-49c8-bda9-e11fdc162677',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052011Z:f2a09c4a-5fe5-49c8-bda9-e11fdc162677',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10987',
+ 'x-ms-request-id',
+ 'daaf287c-c9fd-48a5-9033-ea3e1c4b3db6',
+ 'x-ms-correlation-request-id',
+ 'daaf287c-c9fd-48a5-9033-ea3e1c4b3db6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052013Z:daaf287c-c9fd-48a5-9033-ea3e1c4b3db6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10986',
+ 'x-ms-request-id',
+ 'd32f3142-fd15-4796-9570-721d3df0fbfe',
+ 'x-ms-correlation-request-id',
+ 'd32f3142-fd15-4796-9570-721d3df0fbfe',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052016Z:d32f3142-fd15-4796-9570-721d3df0fbfe',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10985',
+ 'x-ms-request-id',
+ '7605886e-81c2-4eb8-bf33-c3097c523889',
+ 'x-ms-correlation-request-id',
+ '7605886e-81c2-4eb8-bf33-c3097c523889',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052018Z:7605886e-81c2-4eb8-bf33-c3097c523889',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10984',
+ 'x-ms-request-id',
+ '07a2b928-c246-48d0-863d-d7bb672495cc',
+ 'x-ms-correlation-request-id',
+ '07a2b928-c246-48d0-863d-d7bb672495cc',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052020Z:07a2b928-c246-48d0-863d-d7bb672495cc',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10983',
+ 'x-ms-request-id',
+ 'df63dea9-df70-462f-ab50-50e6021567b7',
+ 'x-ms-correlation-request-id',
+ 'df63dea9-df70-462f-ab50-50e6021567b7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052023Z:df63dea9-df70-462f-ab50-50e6021567b7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10982',
+ 'x-ms-request-id',
+ '0d387b4a-8232-46af-ab90-ed19b3d2ecee',
+ 'x-ms-correlation-request-id',
+ '0d387b4a-8232-46af-ab90-ed19b3d2ecee',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052025Z:0d387b4a-8232-46af-ab90-ed19b3d2ecee',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10981',
+ 'x-ms-request-id',
+ '047564ec-a9c4-419f-8326-6de9630a5ae5',
+ 'x-ms-correlation-request-id',
+ '047564ec-a9c4-419f-8326-6de9630a5ae5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052027Z:047564ec-a9c4-419f-8326-6de9630a5ae5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10980',
+ 'x-ms-request-id',
+ '9629aaf1-5a5b-4c8a-9932-b7c1d963ff09',
+ 'x-ms-correlation-request-id',
+ '9629aaf1-5a5b-4c8a-9932-b7c1d963ff09',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052030Z:9629aaf1-5a5b-4c8a-9932-b7c1d963ff09',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10979',
+ 'x-ms-request-id',
+ 'cf5f0e41-8787-495b-826b-5f63b82b5756',
+ 'x-ms-correlation-request-id',
+ 'cf5f0e41-8787-495b-826b-5f63b82b5756',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052032Z:cf5f0e41-8787-495b-826b-5f63b82b5756',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10978',
+ 'x-ms-request-id',
+ 'c3a511ba-989b-4c0b-8df9-f4ef0820abfd',
+ 'x-ms-correlation-request-id',
+ 'c3a511ba-989b-4c0b-8df9-f4ef0820abfd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052034Z:c3a511ba-989b-4c0b-8df9-f4ef0820abfd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10977',
+ 'x-ms-request-id',
+ '32dbbb55-ea0f-4be7-95c2-3c887bfc1c88',
+ 'x-ms-correlation-request-id',
+ '32dbbb55-ea0f-4be7-95c2-3c887bfc1c88',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052037Z:32dbbb55-ea0f-4be7-95c2-3c887bfc1c88',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10976',
+ 'x-ms-request-id',
+ 'b7b76460-dc96-49c8-bd34-cf2a8420eacb',
+ 'x-ms-correlation-request-id',
+ 'b7b76460-dc96-49c8-bd34-cf2a8420eacb',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052039Z:b7b76460-dc96-49c8-bd34-cf2a8420eacb',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:39 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10975',
+ 'x-ms-request-id',
+ 'bb0a2504-cb2b-428d-826c-b87e2b05c334',
+ 'x-ms-correlation-request-id',
+ 'bb0a2504-cb2b-428d-826c-b87e2b05c334',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052041Z:bb0a2504-cb2b-428d-826c-b87e2b05c334',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:41 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10974',
+ 'x-ms-request-id',
+ 'd0d253ca-b401-406c-8713-f385ac3dbe57',
+ 'x-ms-correlation-request-id',
+ 'd0d253ca-b401-406c-8713-f385ac3dbe57',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052044Z:d0d253ca-b401-406c-8713-f385ac3dbe57',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:44 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10973',
+ 'x-ms-request-id',
+ 'd2307cf5-8587-4680-8853-1533af36633e',
+ 'x-ms-correlation-request-id',
+ 'd2307cf5-8587-4680-8853-1533af36633e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052046Z:d2307cf5-8587-4680-8853-1533af36633e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:46 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10972',
+ 'x-ms-request-id',
+ '74116ecb-dea8-4d20-9750-484bd7d60ac8',
+ 'x-ms-correlation-request-id',
+ '74116ecb-dea8-4d20-9750-484bd7d60ac8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052048Z:74116ecb-dea8-4d20-9750-484bd7d60ac8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10971',
+ 'x-ms-request-id',
+ '2b3bcf6b-8585-44e2-ab4d-30feb655eca5',
+ 'x-ms-correlation-request-id',
+ '2b3bcf6b-8585-44e2-ab4d-30feb655eca5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052051Z:2b3bcf6b-8585-44e2-ab4d-30feb655eca5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:51 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10970',
+ 'x-ms-request-id',
+ 'e15b6ad0-f0a3-4ded-ab2c-42a08cbb9444',
+ 'x-ms-correlation-request-id',
+ 'e15b6ad0-f0a3-4ded-ab2c-42a08cbb9444',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052053Z:e15b6ad0-f0a3-4ded-ab2c-42a08cbb9444',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10969',
+ 'x-ms-request-id',
+ '4a392f3d-3b3e-4b44-a0c4-103e4b1c760e',
+ 'x-ms-correlation-request-id',
+ '4a392f3d-3b3e-4b44-a0c4-103e4b1c760e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052055Z:4a392f3d-3b3e-4b44-a0c4-103e4b1c760e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10968',
+ 'x-ms-request-id',
+ 'd3fcfc90-a924-4659-bd7d-d80569cb9274',
+ 'x-ms-correlation-request-id',
+ 'd3fcfc90-a924-4659-bd7d-d80569cb9274',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052058Z:d3fcfc90-a924-4659-bd7d-d80569cb9274',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:20:58 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10967',
+ 'x-ms-request-id',
+ '6493a266-cff1-4560-9bcc-92e039235ea3',
+ 'x-ms-correlation-request-id',
+ '6493a266-cff1-4560-9bcc-92e039235ea3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052101Z:6493a266-cff1-4560-9bcc-92e039235ea3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10966',
+ 'x-ms-request-id',
+ 'ebcc6547-a357-4e5d-af75-6414c18b02b3',
+ 'x-ms-correlation-request-id',
+ 'ebcc6547-a357-4e5d-af75-6414c18b02b3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052103Z:ebcc6547-a357-4e5d-af75-6414c18b02b3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10965',
+ 'x-ms-request-id',
+ '788a7244-a572-4ca2-ad6b-c2246bc653a5',
+ 'x-ms-correlation-request-id',
+ '788a7244-a572-4ca2-ad6b-c2246bc653a5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052105Z:788a7244-a572-4ca2-ad6b-c2246bc653a5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10964',
+ 'x-ms-request-id',
+ 'e6640c19-5668-4b18-9b03-cedb646b3cd5',
+ 'x-ms-correlation-request-id',
+ 'e6640c19-5668-4b18-9b03-cedb646b3cd5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052108Z:e6640c19-5668-4b18-9b03-cedb646b3cd5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10963',
+ 'x-ms-request-id',
+ '19f28255-de6c-44bb-bdd3-e7267735ed72',
+ 'x-ms-correlation-request-id',
+ '19f28255-de6c-44bb-bdd3-e7267735ed72',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052111Z:19f28255-de6c-44bb-bdd3-e7267735ed72',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10962',
+ 'x-ms-request-id',
+ '1d1b023e-7e99-43eb-b920-90f1f902ac13',
+ 'x-ms-correlation-request-id',
+ '1d1b023e-7e99-43eb-b920-90f1f902ac13',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052113Z:1d1b023e-7e99-43eb-b920-90f1f902ac13',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10961',
+ 'x-ms-request-id',
+ '113543c2-c173-49d9-9d66-be85a84612b6',
+ 'x-ms-correlation-request-id',
+ '113543c2-c173-49d9-9d66-be85a84612b6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052115Z:113543c2-c173-49d9-9d66-be85a84612b6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10960',
+ 'x-ms-request-id',
+ 'f00fa7cc-deee-4c8b-a145-2557ecd73665',
+ 'x-ms-correlation-request-id',
+ 'f00fa7cc-deee-4c8b-a145-2557ecd73665',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052118Z:f00fa7cc-deee-4c8b-a145-2557ecd73665',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10959',
+ 'x-ms-request-id',
+ '7eb99fb6-d227-46f8-83c3-0bb4186e243a',
+ 'x-ms-correlation-request-id',
+ '7eb99fb6-d227-46f8-83c3-0bb4186e243a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052120Z:7eb99fb6-d227-46f8-83c3-0bb4186e243a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10958',
+ 'x-ms-request-id',
+ '2a23630d-1156-4a39-be10-a535733b0888',
+ 'x-ms-correlation-request-id',
+ '2a23630d-1156-4a39-be10-a535733b0888',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052122Z:2a23630d-1156-4a39-be10-a535733b0888',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10957',
+ 'x-ms-request-id',
+ 'd217562b-6220-4f8f-83e3-1b88ca47e142',
+ 'x-ms-correlation-request-id',
+ 'd217562b-6220-4f8f-83e3-1b88ca47e142',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052125Z:d217562b-6220-4f8f-83e3-1b88ca47e142',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10956',
+ 'x-ms-request-id',
+ '4ca9269c-af84-419a-81da-b193c26fad9b',
+ 'x-ms-correlation-request-id',
+ '4ca9269c-af84-419a-81da-b193c26fad9b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052127Z:4ca9269c-af84-419a-81da-b193c26fad9b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:27 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10955',
+ 'x-ms-request-id',
+ '973a9be5-653c-4e45-8f86-41c0dbbff7b4',
+ 'x-ms-correlation-request-id',
+ '973a9be5-653c-4e45-8f86-41c0dbbff7b4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052129Z:973a9be5-653c-4e45-8f86-41c0dbbff7b4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10954',
+ 'x-ms-request-id',
+ '8236d069-8680-46d8-9220-e1dd4ec2abf6',
+ 'x-ms-correlation-request-id',
+ '8236d069-8680-46d8-9220-e1dd4ec2abf6',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052132Z:8236d069-8680-46d8-9220-e1dd4ec2abf6',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10953',
+ 'x-ms-request-id',
+ 'c6274805-e3d5-4d5a-b639-9464d30815a1',
+ 'x-ms-correlation-request-id',
+ 'c6274805-e3d5-4d5a-b639-9464d30815a1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052134Z:c6274805-e3d5-4d5a-b639-9464d30815a1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10952',
+ 'x-ms-request-id',
+ 'cb70a29e-bd87-4b55-8cc6-20472100ac32',
+ 'x-ms-correlation-request-id',
+ 'cb70a29e-bd87-4b55-8cc6-20472100ac32',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052136Z:cb70a29e-bd87-4b55-8cc6-20472100ac32',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10951',
+ 'x-ms-request-id',
+ 'baaf2f02-d3f9-495f-898a-90a5c031d741',
+ 'x-ms-correlation-request-id',
+ 'baaf2f02-d3f9-495f-898a-90a5c031d741',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052139Z:baaf2f02-d3f9-495f-898a-90a5c031d741',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10950',
+ 'x-ms-request-id',
+ '48ca32a1-1305-45b8-94a5-0be1688a883b',
+ 'x-ms-correlation-request-id',
+ '48ca32a1-1305-45b8-94a5-0be1688a883b',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052141Z:48ca32a1-1305-45b8-94a5-0be1688a883b',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10949',
+ 'x-ms-request-id',
+ '651617d8-2097-4f6c-90eb-c29420e33c5c',
+ 'x-ms-correlation-request-id',
+ '651617d8-2097-4f6c-90eb-c29420e33c5c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052143Z:651617d8-2097-4f6c-90eb-c29420e33c5c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10948',
+ 'x-ms-request-id',
+ '290b69ab-e58c-4c0f-ba19-e69b551184f2',
+ 'x-ms-correlation-request-id',
+ '290b69ab-e58c-4c0f-ba19-e69b551184f2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052146Z:290b69ab-e58c-4c0f-ba19-e69b551184f2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10947',
+ 'x-ms-request-id',
+ '9a0f55e0-f17f-41d9-8906-7febe082cd32',
+ 'x-ms-correlation-request-id',
+ '9a0f55e0-f17f-41d9-8906-7febe082cd32',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052148Z:9a0f55e0-f17f-41d9-8906-7febe082cd32',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:47 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10946',
+ 'x-ms-request-id',
+ '1a175ba8-9f5f-430c-97d3-d8a4b926b1b9',
+ 'x-ms-correlation-request-id',
+ '1a175ba8-9f5f-430c-97d3-d8a4b926b1b9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052150Z:1a175ba8-9f5f-430c-97d3-d8a4b926b1b9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10945',
+ 'x-ms-request-id',
+ 'b937bdcd-d804-4205-9594-793693926b6e',
+ 'x-ms-correlation-request-id',
+ 'b937bdcd-d804-4205-9594-793693926b6e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052153Z:b937bdcd-d804-4205-9594-793693926b6e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:52 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10944',
+ 'x-ms-request-id',
+ 'e6a2b271-c1f6-48c0-a997-b554aa39f072',
+ 'x-ms-correlation-request-id',
+ 'e6a2b271-c1f6-48c0-a997-b554aa39f072',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052155Z:e6a2b271-c1f6-48c0-a997-b554aa39f072',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10943',
+ 'x-ms-request-id',
+ '2032d639-81a0-4a9d-a23f-c7d381677c79',
+ 'x-ms-correlation-request-id',
+ '2032d639-81a0-4a9d-a23f-c7d381677c79',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052157Z:2032d639-81a0-4a9d-a23f-c7d381677c79',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10942',
+ 'x-ms-request-id',
+ 'a49a2d4f-85be-4e31-b90e-f6345ab2c0a3',
+ 'x-ms-correlation-request-id',
+ 'a49a2d4f-85be-4e31-b90e-f6345ab2c0a3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052159Z:a49a2d4f-85be-4e31-b90e-f6345ab2c0a3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:21:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10941',
+ 'x-ms-request-id',
+ '25669516-d249-48cb-b362-1e4fde8824ac',
+ 'x-ms-correlation-request-id',
+ '25669516-d249-48cb-b362-1e4fde8824ac',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052202Z:25669516-d249-48cb-b362-1e4fde8824ac',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10940',
+ 'x-ms-request-id',
+ 'a5003414-6c13-4c10-9ea9-663c3a8fccba',
+ 'x-ms-correlation-request-id',
+ 'a5003414-6c13-4c10-9ea9-663c3a8fccba',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052204Z:a5003414-6c13-4c10-9ea9-663c3a8fccba',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:03 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10939',
+ 'x-ms-request-id',
+ 'f1ca5f6a-ea81-41b7-999d-4f59ae0e92cd',
+ 'x-ms-correlation-request-id',
+ 'f1ca5f6a-ea81-41b7-999d-4f59ae0e92cd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052206Z:f1ca5f6a-ea81-41b7-999d-4f59ae0e92cd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:06 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10938',
+ 'x-ms-request-id',
+ '18599f99-225a-4c31-a97a-fe184046c318',
+ 'x-ms-correlation-request-id',
+ '18599f99-225a-4c31-a97a-fe184046c318',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052209Z:18599f99-225a-4c31-a97a-fe184046c318',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10937',
+ 'x-ms-request-id',
+ '76a51b88-b64e-45bb-9c0c-6677573a8f6f',
+ 'x-ms-correlation-request-id',
+ '76a51b88-b64e-45bb-9c0c-6677573a8f6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052211Z:76a51b88-b64e-45bb-9c0c-6677573a8f6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10936',
+ 'x-ms-request-id',
+ '62628c6a-dd81-41e0-8d78-17b4ff7b8292',
+ 'x-ms-correlation-request-id',
+ '62628c6a-dd81-41e0-8d78-17b4ff7b8292',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052213Z:62628c6a-dd81-41e0-8d78-17b4ff7b8292',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:13 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10935',
+ 'x-ms-request-id',
+ 'c37dbe47-5776-4b67-992a-fb3ca2fb2ef4',
+ 'x-ms-correlation-request-id',
+ 'c37dbe47-5776-4b67-992a-fb3ca2fb2ef4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052216Z:c37dbe47-5776-4b67-992a-fb3ca2fb2ef4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:15 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10934',
+ 'x-ms-request-id',
+ '2e85a19b-825f-40b8-8321-1f86342106ae',
+ 'x-ms-correlation-request-id',
+ '2e85a19b-825f-40b8-8321-1f86342106ae',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052218Z:2e85a19b-825f-40b8-8321-1f86342106ae',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10933',
+ 'x-ms-request-id',
+ '531d3a3c-8eac-4dfe-9861-e1f96c659550',
+ 'x-ms-correlation-request-id',
+ '531d3a3c-8eac-4dfe-9861-e1f96c659550',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052220Z:531d3a3c-8eac-4dfe-9861-e1f96c659550',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:20 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10932',
+ 'x-ms-request-id',
+ 'bd8622bf-fa21-44b9-a5a7-fc903dbc28c7',
+ 'x-ms-correlation-request-id',
+ 'bd8622bf-fa21-44b9-a5a7-fc903dbc28c7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052223Z:bd8622bf-fa21-44b9-a5a7-fc903dbc28c7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:22 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10931',
+ 'x-ms-request-id',
+ 'd7cc908d-1cf2-4ce6-aedd-d0c99a94a63f',
+ 'x-ms-correlation-request-id',
+ 'd7cc908d-1cf2-4ce6-aedd-d0c99a94a63f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052225Z:d7cc908d-1cf2-4ce6-aedd-d0c99a94a63f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:24 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10930',
+ 'x-ms-request-id',
+ '14fa4f80-58c3-4141-9cd4-63675f7c31ce',
+ 'x-ms-correlation-request-id',
+ '14fa4f80-58c3-4141-9cd4-63675f7c31ce',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052227Z:14fa4f80-58c3-4141-9cd4-63675f7c31ce',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10929',
+ 'x-ms-request-id',
+ '0c47f503-9dd1-473f-a456-6a2a7b74a2e7',
+ 'x-ms-correlation-request-id',
+ '0c47f503-9dd1-473f-a456-6a2a7b74a2e7',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052230Z:0c47f503-9dd1-473f-a456-6a2a7b74a2e7',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10928',
+ 'x-ms-request-id',
+ '7f8bf9a0-dc3f-49e6-8bf3-b002a5a74ff5',
+ 'x-ms-correlation-request-id',
+ '7f8bf9a0-dc3f-49e6-8bf3-b002a5a74ff5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052232Z:7f8bf9a0-dc3f-49e6-8bf3-b002a5a74ff5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10927',
+ 'x-ms-request-id',
+ 'ca98484b-16dd-40de-b49d-832a66d80a0d',
+ 'x-ms-correlation-request-id',
+ 'ca98484b-16dd-40de-b49d-832a66d80a0d',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052234Z:ca98484b-16dd-40de-b49d-832a66d80a0d',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10926',
+ 'x-ms-request-id',
+ 'de8b376c-8d02-4666-85f5-ccb056061972',
+ 'x-ms-correlation-request-id',
+ 'de8b376c-8d02-4666-85f5-ccb056061972',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052237Z:de8b376c-8d02-4666-85f5-ccb056061972',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10925',
+ 'x-ms-request-id',
+ '6cb016e8-82f3-4e65-b682-1b6991b5fc9f',
+ 'x-ms-correlation-request-id',
+ '6cb016e8-82f3-4e65-b682-1b6991b5fc9f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052239Z:6cb016e8-82f3-4e65-b682-1b6991b5fc9f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:38 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10924',
+ 'x-ms-request-id',
+ '56d4cd76-dfd0-416a-80dd-e687ba963a00',
+ 'x-ms-correlation-request-id',
+ '56d4cd76-dfd0-416a-80dd-e687ba963a00',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052241Z:56d4cd76-dfd0-416a-80dd-e687ba963a00',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:40 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10923',
+ 'x-ms-request-id',
+ 'c0f234f4-2c6e-4e11-b019-5389a62279a4',
+ 'x-ms-correlation-request-id',
+ 'c0f234f4-2c6e-4e11-b019-5389a62279a4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052244Z:c0f234f4-2c6e-4e11-b019-5389a62279a4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:43 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10922',
+ 'x-ms-request-id',
+ '050e0ec1-5798-4d8a-8fe8-fc8dde2e9d64',
+ 'x-ms-correlation-request-id',
+ '050e0ec1-5798-4d8a-8fe8-fc8dde2e9d64',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052246Z:050e0ec1-5798-4d8a-8fe8-fc8dde2e9d64',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:45 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10921',
+ 'x-ms-request-id',
+ 'd490f7ed-3a58-4d3f-8e95-322e241217dd',
+ 'x-ms-correlation-request-id',
+ 'd490f7ed-3a58-4d3f-8e95-322e241217dd',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052248Z:d490f7ed-3a58-4d3f-8e95-322e241217dd',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:48 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10920',
+ 'x-ms-request-id',
+ '20628808-8698-4e55-9254-2d4ff5a1bb93',
+ 'x-ms-correlation-request-id',
+ '20628808-8698-4e55-9254-2d4ff5a1bb93',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052251Z:20628808-8698-4e55-9254-2d4ff5a1bb93',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:50 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10919',
+ 'x-ms-request-id',
+ 'af1b8d7c-560c-4499-a352-0d537541ad93',
+ 'x-ms-correlation-request-id',
+ 'af1b8d7c-560c-4499-a352-0d537541ad93',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052253Z:af1b8d7c-560c-4499-a352-0d537541ad93',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:53 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10918',
+ 'x-ms-request-id',
+ '7683402b-0205-448d-a3b8-d27d2f857b23',
+ 'x-ms-correlation-request-id',
+ '7683402b-0205-448d-a3b8-d27d2f857b23',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052255Z:7683402b-0205-448d-a3b8-d27d2f857b23',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:55 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10917',
+ 'x-ms-request-id',
+ '544240ec-71ef-4326-bc1c-c5f1a4734a92',
+ 'x-ms-correlation-request-id',
+ '544240ec-71ef-4326-bc1c-c5f1a4734a92',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052258Z:544240ec-71ef-4326-bc1c-c5f1a4734a92',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:22:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10916',
+ 'x-ms-request-id',
+ '5932d8ed-5b0c-4f77-afb6-ad9822a33b8e',
+ 'x-ms-correlation-request-id',
+ '5932d8ed-5b0c-4f77-afb6-ad9822a33b8e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052300Z:5932d8ed-5b0c-4f77-afb6-ad9822a33b8e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:00 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10915',
+ 'x-ms-request-id',
+ '64615e89-132b-4614-a32a-247d9929143a',
+ 'x-ms-correlation-request-id',
+ '64615e89-132b-4614-a32a-247d9929143a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052302Z:64615e89-132b-4614-a32a-247d9929143a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:02 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10914',
+ 'x-ms-request-id',
+ '8a78be55-ec4b-4b2b-9cbd-012c12aaeaf2',
+ 'x-ms-correlation-request-id',
+ '8a78be55-ec4b-4b2b-9cbd-012c12aaeaf2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052305Z:8a78be55-ec4b-4b2b-9cbd-012c12aaeaf2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:04 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10913',
+ 'x-ms-request-id',
+ '3a497379-2fc0-4b20-bdce-ee3af3c475ef',
+ 'x-ms-correlation-request-id',
+ '3a497379-2fc0-4b20-bdce-ee3af3c475ef',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052307Z:3a497379-2fc0-4b20-bdce-ee3af3c475ef',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:07 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10912',
+ 'x-ms-request-id',
+ '2a9b6047-9826-4684-a8b6-7a241b41cdd1',
+ 'x-ms-correlation-request-id',
+ '2a9b6047-9826-4684-a8b6-7a241b41cdd1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052309Z:2a9b6047-9826-4684-a8b6-7a241b41cdd1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:09 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10911',
+ 'x-ms-request-id',
+ 'f3099baf-91dd-4a9e-b882-33e3caa4c27c',
+ 'x-ms-correlation-request-id',
+ 'f3099baf-91dd-4a9e-b882-33e3caa4c27c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052312Z:f3099baf-91dd-4a9e-b882-33e3caa4c27c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10910',
+ 'x-ms-request-id',
+ '504b9dbb-3e1e-4748-9024-3e1a194d9d20',
+ 'x-ms-correlation-request-id',
+ '504b9dbb-3e1e-4748-9024-3e1a194d9d20',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052314Z:504b9dbb-3e1e-4748-9024-3e1a194d9d20',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:14 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10909',
+ 'x-ms-request-id',
+ '03fcc3c7-2a38-44b9-8dd3-4f01c89c2772',
+ 'x-ms-correlation-request-id',
+ '03fcc3c7-2a38-44b9-8dd3-4f01c89c2772',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052317Z:03fcc3c7-2a38-44b9-8dd3-4f01c89c2772',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:17 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10908',
+ 'x-ms-request-id',
+ '509d2a7a-38e9-40f5-b80f-d5ec957e3ed3',
+ 'x-ms-correlation-request-id',
+ '509d2a7a-38e9-40f5-b80f-d5ec957e3ed3',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052319Z:509d2a7a-38e9-40f5-b80f-d5ec957e3ed3',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:19 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10907',
+ 'x-ms-request-id',
+ '8b7d730c-bade-4088-a5eb-3d4981cf7b72',
+ 'x-ms-correlation-request-id',
+ '8b7d730c-bade-4088-a5eb-3d4981cf7b72',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052321Z:8b7d730c-bade-4088-a5eb-3d4981cf7b72',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10906',
+ 'x-ms-request-id',
+ 'fc45cbdb-0be1-4a2e-87c7-0751812e4a93',
+ 'x-ms-correlation-request-id',
+ 'fc45cbdb-0be1-4a2e-87c7-0751812e4a93',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052324Z:fc45cbdb-0be1-4a2e-87c7-0751812e4a93',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10905',
+ 'x-ms-request-id',
+ 'ebded49b-0597-490e-85ea-d57fb315ff6f',
+ 'x-ms-correlation-request-id',
+ 'ebded49b-0597-490e-85ea-d57fb315ff6f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052326Z:ebded49b-0597-490e-85ea-d57fb315ff6f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:26 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10904',
+ 'x-ms-request-id',
+ 'ef5d7588-243c-440b-a745-0ebfe3b1e3d0',
+ 'x-ms-correlation-request-id',
+ 'ef5d7588-243c-440b-a745-0ebfe3b1e3d0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052328Z:ef5d7588-243c-440b-a745-0ebfe3b1e3d0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:28 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10903',
+ 'x-ms-request-id',
+ 'f4c78f1b-795c-4013-a532-e3e2633490c1',
+ 'x-ms-correlation-request-id',
+ 'f4c78f1b-795c-4013-a532-e3e2633490c1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052331Z:f4c78f1b-795c-4013-a532-e3e2633490c1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:30 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10902',
+ 'x-ms-request-id',
+ '65e3ec2b-a844-4158-8715-0038fb037af1',
+ 'x-ms-correlation-request-id',
+ '65e3ec2b-a844-4158-8715-0038fb037af1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052333Z:65e3ec2b-a844-4158-8715-0038fb037af1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:33 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10901',
+ 'x-ms-request-id',
+ 'c73c4e43-0d33-4f97-979c-d6cba3b7ff98',
+ 'x-ms-correlation-request-id',
+ 'c73c4e43-0d33-4f97-979c-d6cba3b7ff98',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052335Z:c73c4e43-0d33-4f97-979c-d6cba3b7ff98',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:35 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/c8470edf-55c7-4959-bc08-6050ad931687')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10900',
+ 'x-ms-request-id',
+ 'eb8602f6-3b54-4e0d-8e18-a3e9e4bb5c9e',
+ 'x-ms-correlation-request-id',
+ 'eb8602f6-3b54-4e0d-8e18-a3e9e4bb5c9e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052338Z:eb8602f6-3b54-4e0d-8e18-a3e9e4bb5c9e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:37 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10899',
+ 'x-ms-request-id',
+ '835781ee-e0a9-46e7-8914-0dc1c157eeb1',
+ 'x-ms-correlation-request-id',
+ '835781ee-e0a9-46e7-8914-0dc1c157eeb1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052338Z:835781ee-e0a9-46e7-8914-0dc1c157eeb1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:23:38 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_get_test.js
new file mode 100644
index 000000000000..62c4ff45969b
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_get_test.js
@@ -0,0 +1,147 @@
+let nock = require('nock');
+
+module.exports.hash = "4e47848003a4f74b73262cd4a838afa8";
+
+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',
+ 'b337db6b-7951-4d81-85ef-837a8b430200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Aiw9psMJF8RBt_ScocOulbg; expires=Thu, 16-Dec-2021 04:40:24 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrs1-9Upgo40QAWHk8A4S5bnREXpxOskA3ZPdgYyBmzya6OFeoZ4O1fTyASBrSXPlNC_E-7UBMe48MA8IxIyJ4sJnrnWwxodh3gK_Tt67026XXXUWi2Tkf5tOjhuALn2yCG95-6ZAq-e37w3r-SbnyuGod49E9hLhM3ZMyKsaSW4UgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:23 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',
+ '8eef547c-b276-4bd5-af48-16ed55190200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Ai1lqgrAZMtJmnPqiLwhumY; expires=Thu, 16-Dec-2021 04:40:24 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrHW0s8I6N9Aoh4fD4yZiuciskiapWjeWMCLwCsq6CdqW5Vp26ptLEZbALhuoSQLgyshnmcDFx1K2KLS6cBoohYTgMCGR-OI2XHbF9J8LvVSdmW4gvqTCK_CyaISWRODXdJtaiZz4iC9hgBaxERu2aPVwqmtaS88dsMEAzYp3tam0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:24 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=e0664779-9cc5-4761-bd53-85afdb7dadb2&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',
+ 'b337db6b-7951-4d81-85ef-837a8d430200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AraOk1QsPIdHlYfEtq_DGZUWPr5BAQAAADctJdkOAAAA; expires=Thu, 16-Dec-2021 04:40:24 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:24 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx5')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77efee7f34fa68992d7242a9fb71594d3360475f9d664d9b7ef59a3e6caf57687bab8ea8f9db6289d17e5e5693ac744de99b36bb683e7af48b7fc9e8a3e69a86b1784a2fd3df1f4deb3c6bf3d9714bafededeced6eefd2ff3e7db3b3ffe8dea78f76f6c7f7eeed7fbabbf7e0a73ea23769e0abbc6e8b1c90f0d765d110c2c5f2e2754b4008c2ebf5749ae7b37c463dceb4fbd3e56c55154b74306fdb55f3e86e4891b169d88cb31faceb7c3cad168ff6f7efdd2518abf5a42ca62ff2f6aaaadfd238f386bafee874994d4aee23e7df8ed76db520da4d9f6545595de6f5478fceb3b2c9cdf75faccbb65895f977eba2cd9f2b990950d0e8654623c317bf577efd050daaad1c98a2f9c9a26ed759a9983c2bca36af0d1aa6d565d0e6d5ba049dbef7fd91c1f77855bca1e9a40f3f7afd8b4ac27e5634f8823a7c42d338fb226f33cc29a36906abb005c767759ebf297ae33b5e66e5350d3f2b5f13d6d905cd847e9f75bf39a996e7c5c5ba661260169be93c5f64c08bd0fa6e5e964ff3f36249a3a2f92e964d9b2da7f9198df1a349369b4ef6663bdbf71ee62432fbe7d976763079b0bdfb70b2f7294dd7ec7c3fc39868001e537e797e9ed70a9d986439cb6accdb2c3fcf6852ce6634ed457b4d5f3e2beaa6c51c5cdb0f49528494c7d3f2c9f52a03393e7a512d73fa464987c92c69fae776c4539ad982187c39bd7e5911ef10ec5f6cbaa3c19bef9ee7977949e05e13914189d1478becddd99266f5322bcf96af738233a3feeef3178479992fa9e9cb9aa8f3eea347bb3b3b441f6ae388f925f15d4d6a815e82945d6112811ebea3cfbea78a2860fded2bd2276b08ae11fe17a21bbe4b9f8b0230c271931429a88dc27483c09eabf4bcac8b8ab027caed100f343f45147f95cfd63477e89ee9fc4b88ab4971ccfeff3bc05174386410daf9947aafb33236acd7f83e3d9106ef39be10f6373bcebdf71c679e81d604aa333e67980c7a370e4b407db3c3d91d1c0ef1a541f9473c99f1b07ec493bd6109a86f76381b79d236874962ffe9ebb2a685643b264b148515ce1dbdda8119e18b3ef0bd01e042417aa503d44d461fd62e2831ad6a8c1ebf65ab6c5294e473313de89362e5394d936cfa76bd6282d1bbbfd878c22f7382372ba6d403f9a2fceb17d52c7f19b8a6f2ae33e75f14cb35b9ee349c7d922ef9f6554e8e003077cdbe4dee3e353a304dd46732130a3c3efa3caf3efa2564dfbbaec92b0d16cee0357ceffbd4827c01828f815be4d979f925","bfe4ff01bdec892c940c0000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11281',
+ 'x-ms-request-id',
+ '131506eb-afa8-477f-9bc0-baf0d94af0f9',
+ 'x-ms-correlation-request-id',
+ '131506eb-afa8-477f-9bc0-baf0d94af0f9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044025Z:131506eb-afa8-477f-9bc0-baf0d94af0f9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:24 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_list_test.js
new file mode 100644
index 000000000000..839f42cf0be1
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_databaseaccounts_list_test.js
@@ -0,0 +1,147 @@
+let nock = require('nock');
+
+module.exports.hash = "de33ebb0ef19ac76d33e9ba8414e51e3";
+
+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',
+ 'bb38216c-2516-4c2f-a747-b8440fbc0100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Aqsq5AFbRRpFhP1VrpB5DhU; expires=Thu, 16-Dec-2021 04:40:25 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrvvBn6pZ-_gAw2GrX-BGJEcFB1IuRfBMDXrJujrWy1cU5XOcJITdINkJajm-oyCEdZ8XoIgd2NS4ph8UH537FdZn98vYXttdiTtnnIqy8lxKZE93jQYV8rsTQdDIEQmCKxzpIC3IbUumooMqouepWraC9u0GguT_vOVC_1WJeRL4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:25 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',
+ '8eef547c-b276-4bd5-af48-16ed5d190200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AsBuFu930EhLtQlTYgrsRzM; expires=Thu, 16-Dec-2021 04:40:25 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrmUotJLPO5IIFR0sOXnR2NRa-e3rwK1pLXW2SVzFP7ksxhqdBItJamAVpPPI43O2YIYlRQiybSklQhWBLEdGjl_0pFeFjNxprfckhuTLAdZ8-iuP-6bBSH4n6jnVQTD5JiYq7HQqA6PY_Iqg6RJTc_Wk8XOR8QB032weFnl04AtwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:25 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=d690a832-3903-4838-98c3-56d8094f9d68&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',
+ 'f0acc770-0b86-478e-8099-57246ca10100',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AojPHwfLJHFLrqS-H7vKRF8WPr5BAQAAADktJdkOAAAA; expires=Thu, 16-Dec-2021 04:40:26 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:25 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/databaseAccounts')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbbfb1f8d3e5a660bc2eca3eec76535cd801d7d759a356dfad56bfab0bd5ea1edad3aa2e66f8b2546fb79594db2d235a56fdaeca2f9e8d12ffe25a38f9a6b1ac6e229bd4c7f7f34adf3accd67c72dbdb6b7b3b7bbbd4bfffbf4cdcefea37b9f3edad91fdfbbb7ffe9eede839ffa88dea481aff2ba2d7240c25f9745430817cb8bd72d012108afd7d3699ecff219f538d3ee4f97b355552cd1c1bc6d57cda3bb2145c6a66133ce7eb0aef3f1b45a3cdadfbf779760acd693b298bec8dbabaa7e4be3cc1beafaa3d3653629b98f9c7f3b5eb7d58268377d9615657599d71f3d3acfca2637df7fb12edb6255e6dfad8b367fae64264041a397198d0c5ffc5ef9f51734a8b672608ae6278bba5d67a562f2ac28dbbc3668985697419b57eb1274fadef74706dfe355f186a6933efce8f52f2a09fb59d1e00beaf0094de3ec8bbccd30a78ca619acc2161c9fd579fea6e88def789995d734fcac7c4d5867173413fa7dd6fde6a45a9e1717eb9a4980596ca6f37c91012f42ebbb79593ecdcf8b258d8ae6bb58366db69ce66734c68f26d96c3ad99bed6cdf7b9893c8ec9f67dbd9c1e4c1f6eec3c9dea7345db3f3fd0c63a201784cf9e5f9795e2b746292e52cab316fb3fc3ca349399bd1b417ed357df9aca89b1673706d3f244911521e4fcb27d7ab0ce4f8e845b5cce91b251d26b3a4e99fdb114f69660b62f0e5f4fa6545bc43b07fb1e98e066fbe7b9e5fe625817b4d440625461f2db277674b9a55521c67cbd739c199517ff7f90bc2bccc97d4f4654dd479f7d1a3dd9d1da20fb571c4fc92f8ae26b5402f41caae3089400fdfd167461105acbf7d45fa640dc135c2ff4274c377e973510046386e922205b551986e10d873959e97755111f644b91de281e6a788e2aff2d99ae60edd339d7f097135298ed9ff7f07388a0e870c423b9f52ef7556c686f51adfa727d2e03dc717c2fe66c7b9f79ee3cc33d09a4075c6e70c9341efc66109a86f7638bb83c321be3428ff8827331ed68f78b2372c01f5cd0e67234fdae63049ec3f7d5dd6b4906cc76489a2b0c2b9a3573b30237cd107be37005c2848af7480bac9e8c3da0525a6558dd1e3b76c954d8a927c2ea6077d52ac3ca769924ddfae574c307af7171b4ff8654ef066c5947a205f947ffda29ae52f03d754de75e6fc8b62b926d79d86b34fd225dfbecac91100e6aed9b7c9dda74607a689fa4c664281c7479fe7d547bf84ec7bd73579a5c1c219bc86ef7d9f5a902f40f031708b3c3b2fbfe4977cff97","fc3ff323be4da00c0000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '11280',
+ 'x-ms-request-id',
+ '54cdd315-0335-4bd8-81d6-541ce89ea7d4',
+ 'x-ms-correlation-request-id',
+ '54cdd315-0335-4bd8-81d6-541ce89ea7d4',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T044026Z:54cdd315-0335-4bd8-81d6-541ce89ea7d4',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 04:40:25 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_create_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_create_test.js
new file mode 100644
index 000000000000..bfbef05a7701
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_create_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "ca0ecae0d9ebbd0edfcdcc507b25b6bd";
+
+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',
+ '9fd66a90-f0ee-4971-a0d8-0bb35b0b0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AvywEzhsNbdPqiYdi2OKa2k; expires=Thu, 16-Dec-2021 05:26:53 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7V40btT5PZSpROFqLa2GlnUktwqsnMJdT5SScmE1pyUeedUx34Uwid_P0zXYH6M_T7KqS4xvyYlSYpn59KARiyd-F0d3LIriXPd74VK8Ge0l0m2iMoaPvINUXqgz_rBQE3twUd2u-er8QamIeaLrSGRO702VJa_UOlp4daPjLy8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26: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',
+ 'd4ef46f0-e630-4a94-8bdf-493139660200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Aif8BT3PUVNFhGUpZPUbAis; expires=Thu, 16-Dec-2021 05:26:53 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5jVRJQ6wNMiOLcXVy9MdMCjISCAFmsdP5qvby1tTY-kWsrET3zG66QczurIQdllqW4uDUSpk6kmFUj2YIL2MKXulNHhzBPfRdp7d6DhOvZXlsqBt2pse3q70Xg5gCe190_EZj6IvK5YTQnuqy70jd6SAM0dBwQlpG4OhE7gOmeogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26: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=4ddd76a0-d42b-4834-ac01-04cbc14490b7&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',
+ '9635a5ac-2e71-41e3-8246-58e63b5c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AqhE8Esx1blIpwCgVbGBvREWPr5BAQAAAB04JdkOAAAA; expires=Thu, 16-Dec-2021 05:26: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',
+ 'Tue, 16 Nov 2021 05:26:53 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx', {"location":"eastus","properties":{"resource":{"id":"mydatabasexxxx"},"options":{"throughput":2000}}})
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/f101bead-4cdf-46e0-ba0e-df82e52e59bf?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f101bead-4cdf-46e0-ba0e-df82e52e59bf?api-version=2021-10-15',
+ 'x-ms-request-id',
+ 'f101bead-4cdf-46e0-ba0e-df82e52e59bf',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1198',
+ 'x-ms-correlation-request-id',
+ '882a1d62-2a85-45fa-82eb-a637b144da78',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052654Z:882a1d62-2a85-45fa-82eb-a637b144da78',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f101bead-4cdf-46e0-ba0e-df82e52e59bf')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10818',
+ 'x-ms-request-id',
+ '1e13c239-a3f0-4036-99a6-262a233127d5',
+ 'x-ms-correlation-request-id',
+ '1e13c239-a3f0-4036-99a6-262a233127d5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052655Z:1e13c239-a3f0-4036-99a6-262a233127d5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:54 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f101bead-4cdf-46e0-ba0e-df82e52e59bf')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10817',
+ 'x-ms-request-id',
+ 'a4b4256e-a9f8-439e-962e-4cbcc5e03762',
+ 'x-ms-correlation-request-id',
+ 'a4b4256e-a9f8-439e-962e-4cbcc5e03762',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052657Z:a4b4256e-a9f8-439e-962e-4cbcc5e03762',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:57 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f101bead-4cdf-46e0-ba0e-df82e52e59bf')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10816',
+ 'x-ms-request-id',
+ '1114d4ef-e0e9-4a98-926a-eea2981fe531',
+ 'x-ms-correlation-request-id',
+ '1114d4ef-e0e9-4a98-926a-eea2981fe531',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052659Z:1114d4ef-e0e9-4a98-926a-eea2981fe531',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:26:59 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f101bead-4cdf-46e0-ba0e-df82e52e59bf')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10815',
+ 'x-ms-request-id',
+ 'e067fd53-4839-4f9c-8536-fadabc9abd5f',
+ 'x-ms-correlation-request-id',
+ 'e067fd53-4839-4f9c-8536-fadabc9abd5f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052702Z:e067fd53-4839-4f9c-8536-fadabc9abd5f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:01 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbffb68f4517bbdca09e55b02ef80a3f797d902eff7e012deabbc6e0b6af4e8177f644687df99449df6bfe497","fc92ff07e722cde03c010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10814',
+ 'x-ms-request-id',
+ '07f7c338-1114-4151-8730-378bbbc3e08c',
+ 'x-ms-correlation-request-id',
+ '07f7c338-1114-4151-8730-378bbbc3e08c',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052704Z:07f7c338-1114-4151-8730-378bbbc3e08c',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:04 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_delete_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_delete_test.js
new file mode 100644
index 000000000000..79c41227cf96
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_delete_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "488c7472ce58caba31a49b6ac0fceecf";
+
+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',
+ '9fd66a90-f0ee-4971-a0d8-0bb35e0c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AnakvHLzUGVFnPSougqU3Yo; expires=Thu, 16-Dec-2021 05:27:28 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5U3Fb-tJ6t32wPNmPdoz323RC_uJa8jsEcwSJdUb09A1akU4XZjbPJZ1iNjwe0TTm1cVWkPHGei5P2uLzoldN8_b1ktzIaBAMLFIrQICN8e1htin6PrnDFjjHPoOiEHk2GPZyV74L1sQAUhsyLbtTjhbH7SLJfbOAjsQXy8_twwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:28 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',
+ '940be910-32c2-4a49-8c53-c8536ea00200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Ahn1nlhkM3dCs6ucgHoSVwI; expires=Thu, 16-Dec-2021 05:27:28 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevroTDbPRNvTIusWMDFiWsFGtOCmQ1lEgSjg4fRdpgfZJI8YqjENt0TobhTUsEmgwow412WMh0YAH2YDaXLmVfu2hAXnwBAZR3vQkYJ7MvDHlgQ2Xc35CX0dsEnuQBL9AL4E-8XVEoaz-jVhjSjVTHB01iNAmUzLoEwtiVHyUFnjqAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:28 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=c8607a99-300e-4d3a-a40a-d96c17098490&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',
+ '749d6ae1-80c5-45a9-bd7d-cc6520a70200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=Aljx1bAK9gNOrYM-I872ZgAWPr5BAQAAAEA4JdkOAAAA; expires=Thu, 16-Dec-2021 05:27:29 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:28 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .delete('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/operationResults/4eaa93d9-b0dd-4558-8d93-8397182edf2e?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4eaa93d9-b0dd-4558-8d93-8397182edf2e?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '4eaa93d9-b0dd-4558-8d93-8397182edf2e',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-deletes',
+ '14998',
+ 'x-ms-correlation-request-id',
+ '4bd3f63f-37b2-4c63-9a75-cb9722146725',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052729Z:4bd3f63f-37b2-4c63-9a75-cb9722146725',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4eaa93d9-b0dd-4558-8d93-8397182edf2e')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10801',
+ 'x-ms-request-id',
+ '51869cd5-b7f3-4949-9abc-4419c28750b0',
+ 'x-ms-correlation-request-id',
+ '51869cd5-b7f3-4949-9abc-4419c28750b0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052730Z:51869cd5-b7f3-4949-9abc-4419c28750b0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:29 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4eaa93d9-b0dd-4558-8d93-8397182edf2e')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10800',
+ 'x-ms-request-id',
+ 'ca901ebc-445a-4ea9-b70c-486fa048175e',
+ 'x-ms-correlation-request-id',
+ 'ca901ebc-445a-4ea9-b70c-486fa048175e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052732Z:ca901ebc-445a-4ea9-b70c-486fa048175e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:31 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4eaa93d9-b0dd-4558-8d93-8397182edf2e')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10799',
+ 'x-ms-request-id',
+ '1ab0511c-cfe7-4936-a9cb-efd65fea49d1',
+ 'x-ms-correlation-request-id',
+ '1ab0511c-cfe7-4936-a9cb-efd65fea49d1',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052734Z:1ab0511c-cfe7-4936-a9cb-efd65fea49d1',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:34 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4eaa93d9-b0dd-4558-8d93-8397182edf2e')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10798',
+ 'x-ms-request-id',
+ 'c9fe5a9a-c019-4058-9f5e-c56ebb987628',
+ 'x-ms-correlation-request-id',
+ 'c9fe5a9a-c019-4058-9f5e-c56ebb987628',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052737Z:c9fe5a9a-c019-4058-9f5e-c56ebb987628',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:36 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bdefff","92ff0742ea40440c000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10797',
+ 'x-ms-request-id',
+ '71ed46e3-1030-4a6c-933d-945c0233b897',
+ 'x-ms-correlation-request-id',
+ '71ed46e3-1030-4a6c-933d-945c0233b897',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052737Z:71ed46e3-1030-4a6c-933d-945c0233b897',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:37 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_get_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_get_test.js
new file mode 100644
index 000000000000..435640489cac
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_get_test.js
@@ -0,0 +1,147 @@
+let nock = require('nock');
+
+module.exports.hash = "86d5606c1637e27be599a17367d1cd7f";
+
+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',
+ '940be910-32c2-4a49-8c53-c85305a00200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Anh7imeOZsdBtER6h4UnLkY; expires=Thu, 16-Dec-2021 05:27:15 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_4apAbB-pK1n0wpvNMwgk9IGlHnWEci4h28m-lvJ83xa1kAhGAhaubRI06lRVvS6nIIv6g3upunTmM_W3OAdpsA65fTkJniKtCrv-CDxs96jr9SoQt9iExholgjnelpsIsdKjY2W9d3hkv5y8Gj2k71V5fkWpVUnolNj2oaViMkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27: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',
+ '749d6ae1-80c5-45a9-bd7d-cc65bea60200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AgriMfjA_n1EqZiZxxsax_I; expires=Thu, 16-Dec-2021 05:27:15 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAryQJ2eGaMPXxGovDA_cHGRpNI8yvrpa3VRVX14qzi-CmeQTjrS-q7kj49ZgNIX3863qaF4nVrf0zFZaQsm1r0q8R7sgQ448Wl63xKtugkZr7JtkQxj4EFg8y0Oupgp1GrTafqhl-TV_SfgraTQAAU9r_tX--5_8UIeVYZO-52YgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27: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=20943b29-cceb-4a32-9b6a-a8fde1cf9acc&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',
+ 'd4ef46f0-e630-4a94-8bdf-4931d6660200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AkWdiVrzlbNFkDqTw2u7f6EWPr5BAQAAADM4JdkOAAAA; expires=Thu, 16-Dec-2021 05:27: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',
+ 'Tue, 16 Nov 2021 05:27:15 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbffb68f4517bbdca09e55b02ef80a3f797d902eff7e012deabbc6e0b6af4e8177f644687df99449df6bfe497","fc92ff07e722cde03c010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10808',
+ 'x-ms-request-id',
+ '0bdfd044-7ee8-4ea8-bb22-299a32e979a9',
+ 'x-ms-correlation-request-id',
+ '0bdfd044-7ee8-4ea8-bb22-299a32e979a9',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052716Z:0bdfd044-7ee8-4ea8-bb22-299a32e979a9',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:16 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_list_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_list_test.js
new file mode 100644
index 000000000000..93842777d1be
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_list_test.js
@@ -0,0 +1,147 @@
+let nock = require('nock');
+
+module.exports.hash = "eadc8968e3fe58bd1708b15ed3c009ac";
+
+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',
+ '940be910-32c2-4a49-8c53-c8530ba00200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AsgiJqwoWXlGt-DwP_K5VBM; expires=Thu, 16-Dec-2021 05:27:16 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrLJP6G6psBsddxVaVz4gIrmD9Nr0G9__3QqrCMJdOwQ2PbQT8DtQaWHBxXE3HcBWtqxznpCFU64fkQ7sD36ouvivtJu8F0AoVylg3k0545A9C6Dh-0XhWCkw7aEjjFB_--BHQDqscmBRATaOkzdLWj-RxMhoMzDoHR8L6mQniuyggAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:16 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',
+ '5bbba508-99e8-4683-b2bf-ca9c172e0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=ApD3qfYdwwBCm1I4FGU_bz0; expires=Thu, 16-Dec-2021 05:27:17 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrbNVjDZbbJKAcf3YZPjJU2JCsrqBVNB_NR2hW7IvLNp7vI8lP6RhxiVdxaVYu5OPZxoayecxXvnwuHnsy9GOudkYRN0dXmILdLpaCHs8UAvrvAEakFnTpbwieA6d8W86y4iZt5rGiqEHBV8gDZ4qg_CE12lkIuF0w1icUy5GTICYgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:16 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=68abd665-b60a-4bc7-8633-8d560e1d93e4&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',
+ '5bbba508-99e8-4683-b2bf-ca9c192e0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=Ahf6sBkKAO9KkAJi9TW5eFkWPr5BAQAAADQ4JdkOAAAA; expires=Thu, 16-Dec-2021 05:27:17 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:16 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1479759b9ce3f7af4bd5ffc5131fbe8d147779bf5a499d6c5aa2daa6573f7e1def9c3fbb383f3ed7bd34f1f6cefefeeed6f3fdc9d3ed83e989eef3c98ce26e77bfbbb77ebbca9d6f534ffbcaed6abe6eee2faa79b366fdabbabbaba2c6679dddcfda298d655539db7e3a7d574bdc897edd3277767599b4db2263f9e4eabf5b2c58b99fcfaeeddbb4fef2eaae545359b3cd556f87aa6bfd3f7ef3e1a7dd45eaf08f38f6e09bc038ede5f660bbcdf834b78aff2ba2da8d1a35ffc91191d7e671275daff925ff24bbeff4b","fe1f5917398e48010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10807',
+ 'x-ms-request-id',
+ 'fcafe343-7d24-4dc7-b26a-9ae258cba1e2',
+ 'x-ms-correlation-request-id',
+ 'fcafe343-7d24-4dc7-b26a-9ae258cba1e2',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052717Z:fcafe343-7d24-4dc7-b26a-9ae258cba1e2',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:17 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_migrate_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_migrate_test.js
new file mode 100644
index 000000000000..9e08870ef0dd
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_migrate_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "815e8aba25f8f86489191a803833c25a";
+
+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',
+ '749d6ae1-80c5-45a9-bd7d-cc65cda60200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AiIkCodwOtZHp654rvi84L0; expires=Thu, 16-Dec-2021 05:27:17 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr1csXTGz_WeScRTrjWpnLwXVXlpdbtG1IQowuYwOQQ_QlFsSoUxTyGbOKdp-z9DUO4oc7V6iTCaQlJn17SQq_HWzb43m7hdr0jZqNCwfXnxRUVrhvvKjEE_AFSR_I-RSumOvw6-I7MgPq-pAfwFj9zF8n4A8Aq4V3crFS8iM_sHEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:17 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',
+ '940be910-32c2-4a49-8c53-c85314a00200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=Au4G6TFJ-D9OqstOHUC-m8U; expires=Thu, 16-Dec-2021 05:27:18 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrXSScdHvf_KJt4PTVu7J96hZi7hJkC4sOeJCeLpeElgdq5ymGjocBlDgOaXtXkr5bAwrAmyLekG2eKE_IFR_xUX2aKUtvKV5kiAmzDzzQcmP48iTdxxQgfoONMoZJHJ8E2whD4JGLjuHDZR9jWsGBZPxw2542UPJf9nUC8lBaPdUgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:17 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=74b8a5a7-2691-4925-86e5-3a2a412aeaa5&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',
+ '9635a5ac-2e71-41e3-8246-58e6d95c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=Api1WR_2s01HqT-McZ3Y2OcWPr5BAQAAADY4JdkOAAAA; expires=Thu, 16-Dec-2021 05:27:18 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:17 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .post('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale')
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale/operationResults/62a04c3f-fdff-4396-98b8-23a06213fcf7?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/62a04c3f-fdff-4396-98b8-23a06213fcf7?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '62a04c3f-fdff-4396-98b8-23a06213fcf7',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1199',
+ 'x-ms-correlation-request-id',
+ 'fc0bffc6-9a9c-4dee-9f7d-ba20ce0d2177',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052718Z:fc0bffc6-9a9c-4dee-9f7d-ba20ce0d2177',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/62a04c3f-fdff-4396-98b8-23a06213fcf7')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10806',
+ 'x-ms-request-id',
+ '65c009d0-fa36-405c-9da7-a69ad84d0d7e',
+ 'x-ms-correlation-request-id',
+ '65c009d0-fa36-405c-9da7-a69ad84d0d7e',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052719Z:65c009d0-fa36-405c-9da7-a69ad84d0d7e',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:18 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/62a04c3f-fdff-4396-98b8-23a06213fcf7')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10805',
+ 'x-ms-request-id',
+ 'e4d8236a-d6d4-4746-bef8-a996a45a9634',
+ 'x-ms-correlation-request-id',
+ 'e4d8236a-d6d4-4746-bef8-a996a45a9634',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052721Z:e4d8236a-d6d4-4746-bef8-a996a45a9634',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:21 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/62a04c3f-fdff-4396-98b8-23a06213fcf7')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10804',
+ 'x-ms-request-id',
+ 'fb4391d1-5f8f-44ec-9a26-aea0ba63b1e8',
+ 'x-ms-correlation-request-id',
+ 'fb4391d1-5f8f-44ec-9a26-aea0ba63b1e8',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052723Z:fb4391d1-5f8f-44ec-9a26-aea0ba63b1e8',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:23 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/62a04c3f-fdff-4396-98b8-23a06213fcf7')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10803',
+ 'x-ms-request-id',
+ '9682e402-cc81-4011-9d80-2bfa3e8ec0c0',
+ 'x-ms-correlation-request-id',
+ '9682e402-cc81-4011-9d80-2bfa3e8ec0c0',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052726Z:9682e402-cc81-4011-9d80-2bfa3e8ec0c0',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:25 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/migrateToAutoscale/operationResults/62a04c3f-fdff-4396-98b8-23a06213fcf7')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edbbb8be2a2cedafc4d75bc6eab669a95f947a38fdaeb554e03bc252addce23bd457b59660bf4322fbefb05fd451458e5755be4cd478f7ef147864ef8ddc1fbe8d1fececee8a3cc0031f0d16a91bd7b1336dcf925a38f16c5b258ac17fe371fe1ab8f7ec92ff925","ff0fb72c9d4ec7010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10802',
+ 'x-ms-request-id',
+ '246f4d0b-9a65-4508-a35a-d8335dbae5df',
+ 'x-ms-correlation-request-id',
+ '246f4d0b-9a65-4508-a35a-d8335dbae5df',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052728Z:246f4d0b-9a65-4508-a35a-d8335dbae5df',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:28 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_update_test.js b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_update_test.js
new file mode 100644
index 000000000000..dda15cbafbbb
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/recordings/node/cosmosdb_test/recording_mongodbresources_update_test.js
@@ -0,0 +1,327 @@
+let nock = require('nock');
+
+module.exports.hash = "f7278ea84712afd9068e196bac5da99c";
+
+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',
+ '5bbba508-99e8-4683-b2bf-ca9cb42d0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR2 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AtdyFBgB-8tAvzXii1-7tLM; expires=Thu, 16-Dec-2021 05:27:04 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevryhpyXr2v6yoXo99-FnUoLKRaAaj8fHYaRQEa4eTO3TSfpFt3KreUTm-tZWUB14WI88bfZdsiP-ABGL1VCV4pFPZ_CpzexFuvd2bhvL06FGOcz_9TMxqFJpalcuqahhOi__wqKeFr7LKQina8_URsdHiAimJSO9BXWfnqTER-OOcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:04 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',
+ 'f96763da-090c-48e0-95c9-d9c9115c0200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - SEASLR1 ProdSlices',
+ 'Set-Cookie',
+ 'fpc=AmFibjxZGlVOtN7lOtHPFN0; expires=Thu, 16-Dec-2021 05:27:04 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrKXUGsAWOcb4JCtG4D2ajFSjE_dFl3RvFMpUJuFb04zf0jzAEq48GxDjEpUGpsimBg7DzGJadMP6y3CDoyc4OvHiF7KtWIQVRDpVyx5scuxE9GWMcsA9n2EJskpguYhv5cE3vJSHIoGNXaWhZPaTBIqoxQDsY4PwCz6P18ef_WrMgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:04 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=0eca76bd-62e3-449f-b134-6cd2aac74f01&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',
+ '749d6ae1-80c5-45a9-bd7d-cc6585a60200',
+ 'x-ms-ests-server',
+ '2.1.12249.11 - KRSLR1 ProdSlices',
+ 'x-ms-clitelem',
+ '1,0,0,,',
+ 'Set-Cookie',
+ 'fpc=AjQPscSR-pJNgSMGyPSe904WPr5BAQAAACg4JdkOAAAA; expires=Thu, 16-Dec-2021 05:27:05 GMT; path=/; secure; HttpOnly; SameSite=None',
+ 'Set-Cookie',
+ 'x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly',
+ 'Set-Cookie',
+ 'stsservicecookie=estsfd; path=/; secure; samesite=none; httponly',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:04 GMT',
+ 'Content-Length',
+ '1374'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .put('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default', {"location":"eastus","properties":{"resource":{"throughput":400}}})
+ .query(true)
+ .reply(202, {"status":"Enqueued"}, [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Content-Length',
+ '21',
+ 'Content-Type',
+ 'application/json',
+ 'Location',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default/operationResults/2605c8c3-fc98-44b3-9efc-9f53706f78fa?api-version=2021-10-15',
+ 'Azure-AsyncOperation',
+ 'https://management.azure.com/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2605c8c3-fc98-44b3-9efc-9f53706f78fa?api-version=2021-10-15',
+ 'x-ms-request-id',
+ '2605c8c3-fc98-44b3-9efc-9f53706f78fa',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-writes',
+ '1197',
+ 'x-ms-correlation-request-id',
+ '77464c4c-ae8d-4518-bd10-45a8600bc097',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052705Z:77464c4c-ae8d-4518-bd10-45a8600bc097',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2605c8c3-fc98-44b3-9efc-9f53706f78fa')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10813',
+ 'x-ms-request-id',
+ '6955f1d7-1214-47a8-b85e-36fdf3130155',
+ 'x-ms-correlation-request-id',
+ '6955f1d7-1214-47a8-b85e-36fdf3130155',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052706Z:6955f1d7-1214-47a8-b85e-36fdf3130155',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:05 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2605c8c3-fc98-44b3-9efc-9f53706f78fa')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f9d2e7fd13a5fe7b38f7e","c9ff0340d7f1c015000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10812',
+ 'x-ms-request-id',
+ 'cdc4ea15-8bac-45b3-b05b-e4019f37aa3f',
+ 'x-ms-correlation-request-id',
+ 'cdc4ea15-8bac-45b3-b05b-e4019f37aa3f',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052708Z:cdc4ea15-8bac-45b3-b05b-e4019f37aa3f',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:08 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2605c8c3-fc98-44b3-9efc-9f53706f78fa')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471f3dcd7fd13a5fe7b38f7e","c9ff03a32266ad15000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10811',
+ 'x-ms-request-id',
+ '396298d4-3043-48ff-b24c-2f0dab7e9156',
+ 'x-ms-correlation-request-id',
+ '396298d4-3043-48ff-b24c-2f0dab7e9156',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052710Z:396298d4-3043-48ff-b24c-2f0dab7e9156',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:10 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2605c8c3-fc98-44b3-9efc-9f53706f78fa')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef1474d9bb5ebe6a3471fbd5e4fa7793ecb671ffd","92ff0720887be416000000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10810',
+ 'x-ms-request-id',
+ '536c8beb-127a-47b9-86f8-2f4af8b10a1a',
+ 'x-ms-correlation-request-id',
+ '536c8beb-127a-47b9-86f8-2f4af8b10a1a',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052713Z:536c8beb-127a-47b9-86f8-2f4af8b10a1a',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:12 GMT'
+]);
+
+nock('https://management.azure.com:443', {"encodedQueryParams":true})
+ .get('/subscriptions/azure_subscription_id/resourceGroups/myjstest/providers/Microsoft.DocumentDB/databaseAccounts/myaccountxxx6/mongodbDatabases/mydatabasexxxx/throughputSettings/default')
+ .query(true)
+ .reply(200, ["1f8b0800000000000400edbd07601c499625262f6dca7b7f4af54ad7e074a10880601324d8904010ecc188cde692ec1d69472329ab2a81ca6556655d661640cced9dbcf7de7befbdf7de7befbdf7ba3b9d4e27f7dfff3f5c6664016cf6ce4adac99e2180aac81f3f7e7c1f3f227ef147c5eca3471fdd6dd693665a17abb6a896cddd877be70fefcf0eceb7ef4d3f7db0bdbfbbb7bffd7077fa60fb607abef3603a9b9cefedefdeadf3a65ad7d3fcf3ba5aaf9abb8beb9f6edabc69efaeeaeab298e57573f78b625a574d75de8e9f56d3f5225fb64f9fdc9d656d36c99afc783aadd6cb162f66f2ebbb77ef3ebdbba89617d56cf2545be1eb99fe4edfbfbbdbcea9bb8bf96addbecedbb6585e347767f979b62edb8f461fb5d7ab9c4673cb7ebb3df54113c865b600c879f1dd2fe82f1adb2aafdb226f3e7af48b3f3214c0efeee58f1eedefec8c3e5a14cb62b15ebcf13eff88bef8e897fc925f","f2ff00078e3e0f75010000"], [
+ 'Cache-Control',
+ 'no-store, no-cache',
+ 'Pragma',
+ 'no-cache',
+ 'Transfer-Encoding',
+ 'chunked',
+ 'Content-Type',
+ 'application/json',
+ 'Content-Encoding',
+ 'gzip',
+ 'Vary',
+ 'Accept-Encoding',
+ 'Strict-Transport-Security',
+ 'max-age=31536000; includeSubDomains',
+ 'x-ms-gatewayversion',
+ 'version=2.14.0',
+ 'Server',
+ 'Microsoft-HTTPAPI/2.0',
+ 'x-ms-ratelimit-remaining-subscription-reads',
+ '10809',
+ 'x-ms-request-id',
+ '60c90221-ab94-4698-8a65-2a18b2f7e2e5',
+ 'x-ms-correlation-request-id',
+ '60c90221-ab94-4698-8a65-2a18b2f7e2e5',
+ 'x-ms-routing-request-id',
+ 'SOUTHEASTASIA:20211116T052715Z:60c90221-ab94-4698-8a65-2a18b2f7e2e5',
+ 'X-Content-Type-Options',
+ 'nosniff',
+ 'Date',
+ 'Tue, 16 Nov 2021 05:27:15 GMT'
+]);
diff --git a/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md b/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md
new file mode 100644
index 000000000000..9946d11c4c5f
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/review/arm-cosmosdb.api.md
@@ -0,0 +1,3614 @@
+## API Report File for "@azure/arm-cosmosdb"
+
+> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
+
+```ts
+
+import * as coreAuth from '@azure/core-auth';
+import * as coreClient from '@azure/core-client';
+import { PagedAsyncIterableIterator } from '@azure/core-paging';
+import { PollerLike } from '@azure/core-lro';
+import { PollOperationState } from '@azure/core-lro';
+
+// @public
+export interface AnalyticalStorageConfiguration {
+ schemaType?: AnalyticalStorageSchemaType;
+}
+
+// @public
+export type AnalyticalStorageSchemaType = string;
+
+// @public (undocumented)
+export interface ApiProperties {
+ serverVersion?: ServerVersion;
+}
+
+// @public
+export type ApiType = string;
+
+// @public
+export interface ARMProxyResource {
+ readonly id?: string;
+ readonly name?: string;
+ readonly type?: string;
+}
+
+// @public
+export interface ARMResourceProperties {
+ readonly id?: string;
+ location?: string;
+ readonly name?: string;
+ tags?: {
+ [propertyName: string]: string;
+ };
+ readonly type?: string;
+}
+
+// @public
+export type AuthenticationMethod = string;
+
+// @public (undocumented)
+export interface AutoscaleSettings {
+ maxThroughput?: number;
+}
+
+// @public
+export interface AutoscaleSettingsResource {
+ autoUpgradePolicy?: AutoUpgradePolicyResource;
+ maxThroughput: number;
+ readonly targetMaxThroughput?: number;
+}
+
+// @public
+export interface AutoUpgradePolicyResource {
+ throughputPolicy?: ThroughputPolicyResource;
+}
+
+// @public
+export interface BackupInformation {
+ readonly continuousBackupInformation?: ContinuousBackupInformation;
+}
+
+// @public
+export interface BackupPolicy {
+ migrationState?: BackupPolicyMigrationState;
+ type: "Periodic" | "Continuous";
+}
+
+// @public
+export interface BackupPolicyMigrationState {
+ startTime?: Date;
+ status?: BackupPolicyMigrationStatus;
+ targetType?: BackupPolicyType;
+}
+
+// @public
+export type BackupPolicyMigrationStatus = string;
+
+// @public
+export type BackupPolicyType = string;
+
+// @public (undocumented)
+export type BackupPolicyUnion = BackupPolicy | PeriodicModeBackupPolicy | ContinuousModeBackupPolicy;
+
+// @public
+export type BackupStorageRedundancy = string;
+
+// @public
+export interface Capability {
+ name?: string;
+}
+
+// @public
+export interface Capacity {
+ totalThroughputLimit?: number;
+}
+
+// @public
+export interface CassandraClusterPublicStatus {
+ connectionErrors?: ConnectionError[];
+ dataCenters?: CassandraClusterPublicStatusDataCentersItem[];
+ // (undocumented)
+ eTag?: string;
+ // (undocumented)
+ reaperStatus?: ManagedCassandraReaperStatus;
+}
+
+// @public (undocumented)
+export interface CassandraClusterPublicStatusDataCentersItem {
+ name?: string;
+ // (undocumented)
+ nodes?: ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems[];
+ seedNodes?: string[];
+}
+
+// @public
+export interface CassandraClusters {
+ beginCreateUpdate(resourceGroupName: string, clusterName: string, body: ClusterResource, options?: CassandraClustersCreateUpdateOptionalParams): Promise, CassandraClustersCreateUpdateResponse>>;
+ beginCreateUpdateAndWait(resourceGroupName: string, clusterName: string, body: ClusterResource, options?: CassandraClustersCreateUpdateOptionalParams): Promise;
+ beginDeallocate(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeallocateOptionalParams): Promise, void>>;
+ beginDeallocateAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeallocateOptionalParams): Promise;
+ beginDelete(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeleteOptionalParams): Promise, void>>;
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeleteOptionalParams): Promise;
+ beginInvokeCommand(resourceGroupName: string, clusterName: string, body: CommandPostBody, options?: CassandraClustersInvokeCommandOptionalParams): Promise, CassandraClustersInvokeCommandResponse>>;
+ beginInvokeCommandAndWait(resourceGroupName: string, clusterName: string, body: CommandPostBody, options?: CassandraClustersInvokeCommandOptionalParams): Promise;
+ beginStart(resourceGroupName: string, clusterName: string, options?: CassandraClustersStartOptionalParams): Promise, void>>;
+ beginStartAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersStartOptionalParams): Promise;
+ beginUpdate(resourceGroupName: string, clusterName: string, body: ClusterResource, options?: CassandraClustersUpdateOptionalParams): Promise, CassandraClustersUpdateResponse>>;
+ beginUpdateAndWait(resourceGroupName: string, clusterName: string, body: ClusterResource, options?: CassandraClustersUpdateOptionalParams): Promise;
+ get(resourceGroupName: string, clusterName: string, options?: CassandraClustersGetOptionalParams): Promise;
+ listByResourceGroup(resourceGroupName: string, options?: CassandraClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator;
+ listBySubscription(options?: CassandraClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator;
+ status(resourceGroupName: string, clusterName: string, options?: CassandraClustersStatusOptionalParams): Promise;
+}
+
+// @public
+export interface CassandraClustersCreateUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraClustersCreateUpdateResponse = ClusterResource;
+
+// @public
+export interface CassandraClustersDeallocateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface CassandraClustersDeleteOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface CassandraClustersGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraClustersGetResponse = ClusterResource;
+
+// @public
+export interface CassandraClustersInvokeCommandOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraClustersInvokeCommandResponse = CommandOutput;
+
+// @public
+export interface CassandraClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraClustersListByResourceGroupResponse = ListClusters;
+
+// @public
+export interface CassandraClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraClustersListBySubscriptionResponse = ListClusters;
+
+// @public
+export interface CassandraClustersStartOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface CassandraClustersStatusOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraClustersStatusResponse = CassandraClusterPublicStatus;
+
+// @public
+export interface CassandraClustersUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraClustersUpdateResponse = ClusterResource;
+
+// @public
+export interface CassandraDataCenters {
+ beginCreateUpdate(resourceGroupName: string, clusterName: string, dataCenterName: string, body: DataCenterResource, options?: CassandraDataCentersCreateUpdateOptionalParams): Promise, CassandraDataCentersCreateUpdateResponse>>;
+ beginCreateUpdateAndWait(resourceGroupName: string, clusterName: string, dataCenterName: string, body: DataCenterResource, options?: CassandraDataCentersCreateUpdateOptionalParams): Promise;
+ beginDelete(resourceGroupName: string, clusterName: string, dataCenterName: string, options?: CassandraDataCentersDeleteOptionalParams): Promise, void>>;
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, dataCenterName: string, options?: CassandraDataCentersDeleteOptionalParams): Promise;
+ beginUpdate(resourceGroupName: string, clusterName: string, dataCenterName: string, body: DataCenterResource, options?: CassandraDataCentersUpdateOptionalParams): Promise, CassandraDataCentersUpdateResponse>>;
+ beginUpdateAndWait(resourceGroupName: string, clusterName: string, dataCenterName: string, body: DataCenterResource, options?: CassandraDataCentersUpdateOptionalParams): Promise;
+ get(resourceGroupName: string, clusterName: string, dataCenterName: string, options?: CassandraDataCentersGetOptionalParams): Promise;
+ list(resourceGroupName: string, clusterName: string, options?: CassandraDataCentersListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface CassandraDataCentersCreateUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraDataCentersCreateUpdateResponse = DataCenterResource;
+
+// @public
+export interface CassandraDataCentersDeleteOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface CassandraDataCentersGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraDataCentersGetResponse = DataCenterResource;
+
+// @public
+export interface CassandraDataCentersListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraDataCentersListResponse = ListDataCenters;
+
+// @public
+export interface CassandraDataCentersUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraDataCentersUpdateResponse = DataCenterResource;
+
+// @public
+export type CassandraKeyspaceCreateUpdateParameters = ARMResourceProperties & {
+ resource: CassandraKeyspaceResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type CassandraKeyspaceGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type CassandraKeyspaceGetPropertiesResource = CassandraKeyspaceResource & ExtendedResourceProperties & {};
+
+// @public
+export type CassandraKeyspaceGetResults = ARMResourceProperties & {
+ resource?: CassandraKeyspaceGetPropertiesResource;
+ options?: CassandraKeyspaceGetPropertiesOptions;
+};
+
+// @public
+export interface CassandraKeyspaceListResult {
+ readonly value?: CassandraKeyspaceGetResults[];
+}
+
+// @public
+export interface CassandraKeyspaceResource {
+ id: string;
+}
+
+// @public
+export interface CassandraPartitionKey {
+ name?: string;
+}
+
+// @public
+export interface CassandraResources {
+ beginCreateUpdateCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams): Promise, CassandraResourcesCreateUpdateCassandraKeyspaceResponse>>;
+ beginCreateUpdateCassandraKeyspaceAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams): Promise;
+ beginCreateUpdateCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams): Promise, CassandraResourcesCreateUpdateCassandraTableResponse>>;
+ beginCreateUpdateCassandraTableAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams): Promise;
+ beginDeleteCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams): Promise, void>>;
+ beginDeleteCassandraKeyspaceAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams): Promise;
+ beginDeleteCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesDeleteCassandraTableOptionalParams): Promise, void>>;
+ beginDeleteCassandraTableAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesDeleteCassandraTableOptionalParams): Promise;
+ beginMigrateCassandraKeyspaceToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams): Promise, CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse>>;
+ beginMigrateCassandraKeyspaceToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams): Promise;
+ beginMigrateCassandraKeyspaceToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams): Promise, CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse>>;
+ beginMigrateCassandraKeyspaceToManualThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams): Promise;
+ beginMigrateCassandraTableToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams): Promise, CassandraResourcesMigrateCassandraTableToAutoscaleResponse>>;
+ beginMigrateCassandraTableToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams): Promise;
+ beginMigrateCassandraTableToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams): Promise, CassandraResourcesMigrateCassandraTableToManualThroughputResponse>>;
+ beginMigrateCassandraTableToManualThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams): Promise;
+ beginUpdateCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams): Promise, CassandraResourcesUpdateCassandraKeyspaceThroughputResponse>>;
+ beginUpdateCassandraKeyspaceThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams): Promise;
+ beginUpdateCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams): Promise, CassandraResourcesUpdateCassandraTableThroughputResponse>>;
+ beginUpdateCassandraTableThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams): Promise;
+ getCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesGetCassandraKeyspaceOptionalParams): Promise;
+ getCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams): Promise;
+ getCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesGetCassandraTableOptionalParams): Promise;
+ getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesGetCassandraTableThroughputOptionalParams): Promise;
+ listCassandraKeyspaces(resourceGroupName: string, accountName: string, options?: CassandraResourcesListCassandraKeyspacesOptionalParams): PagedAsyncIterableIterator;
+ listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraTablesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesCreateUpdateCassandraKeyspaceResponse = CassandraKeyspaceGetResults;
+
+// @public
+export interface CassandraResourcesCreateUpdateCassandraTableOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults;
+
+// @public
+export interface CassandraResourcesDeleteCassandraKeyspaceOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface CassandraResourcesDeleteCassandraTableOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface CassandraResourcesGetCassandraKeyspaceOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraResourcesGetCassandraKeyspaceResponse = CassandraKeyspaceGetResults;
+
+// @public
+export interface CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraResourcesGetCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesGetCassandraTableOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraResourcesGetCassandraTableResponse = CassandraTableGetResults;
+
+// @public
+export interface CassandraResourcesGetCassandraTableThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesListCassandraKeyspacesOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraResourcesListCassandraKeyspacesResponse = CassandraKeyspaceListResult;
+
+// @public
+export interface CassandraResourcesListCassandraTablesOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CassandraResourcesListCassandraTablesResponse = CassandraTableListResult;
+
+// @public
+export interface CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesMigrateCassandraTableToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesUpdateCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraResourcesUpdateCassandraTableThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type CassandraResourcesUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface CassandraSchema {
+ clusterKeys?: ClusterKey[];
+ columns?: Column[];
+ partitionKeys?: CassandraPartitionKey[];
+}
+
+// @public
+export type CassandraTableCreateUpdateParameters = ARMResourceProperties & {
+ resource: CassandraTableResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type CassandraTableGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type CassandraTableGetPropertiesResource = CassandraTableResource & ExtendedResourceProperties & {};
+
+// @public
+export type CassandraTableGetResults = ARMResourceProperties & {
+ resource?: CassandraTableGetPropertiesResource;
+ options?: CassandraTableGetPropertiesOptions;
+};
+
+// @public
+export interface CassandraTableListResult {
+ readonly value?: CassandraTableGetResults[];
+}
+
+// @public
+export interface CassandraTableResource {
+ analyticalStorageTtl?: number;
+ defaultTtl?: number;
+ id: string;
+ schema?: CassandraSchema;
+}
+
+// @public (undocumented)
+export interface Certificate {
+ pem?: string;
+}
+
+// @public
+export interface CloudError {
+ error?: ErrorResponse;
+}
+
+// @public
+export interface ClusterKey {
+ name?: string;
+ orderBy?: string;
+}
+
+// @public
+export type ClusterResource = ManagedCassandraARMResourceProperties & {
+ properties?: ClusterResourceProperties;
+};
+
+// @public
+export interface ClusterResourceProperties {
+ authenticationMethod?: AuthenticationMethod;
+ cassandraAuditLoggingEnabled?: boolean;
+ cassandraVersion?: string;
+ clientCertificates?: Certificate[];
+ clusterNameOverride?: string;
+ deallocated?: boolean;
+ delegatedManagementSubnetId?: string;
+ externalGossipCertificates?: Certificate[];
+ externalSeedNodes?: SeedNode[];
+ readonly gossipCertificates?: Certificate[];
+ hoursBetweenBackups?: number;
+ initialCassandraAdminPassword?: string;
+ prometheusEndpoint?: SeedNode;
+ provisioningState?: ManagedCassandraProvisioningState;
+ repairEnabled?: boolean;
+ restoreFromBackupId?: string;
+ readonly seedNodes?: SeedNode[];
+}
+
+// @public
+export interface Collection {
+ listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: CollectionListMetricDefinitionsOptionalParams): PagedAsyncIterableIterator;
+ listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionListMetricsOptionalParams): PagedAsyncIterableIterator;
+ listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: CollectionListUsagesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface CollectionListMetricDefinitionsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CollectionListMetricDefinitionsResponse = MetricDefinitionsListResult;
+
+// @public
+export interface CollectionListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CollectionListMetricsResponse = MetricListResult;
+
+// @public
+export interface CollectionListUsagesOptionalParams extends coreClient.OperationOptions {
+ filter?: string;
+}
+
+// @public
+export type CollectionListUsagesResponse = UsagesResult;
+
+// @public
+export interface CollectionPartition {
+ listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionPartitionListMetricsOptionalParams): PagedAsyncIterableIterator;
+ listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: CollectionPartitionListUsagesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface CollectionPartitionListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CollectionPartitionListMetricsResponse = PartitionMetricListResult;
+
+// @public
+export interface CollectionPartitionListUsagesOptionalParams extends coreClient.OperationOptions {
+ filter?: string;
+}
+
+// @public
+export type CollectionPartitionListUsagesResponse = PartitionUsagesResult;
+
+// @public
+export interface CollectionPartitionRegion {
+ listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionPartitionRegionListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface CollectionPartitionRegionListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CollectionPartitionRegionListMetricsResponse = PartitionMetricListResult;
+
+// @public
+export interface CollectionRegion {
+ listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionRegionListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface CollectionRegionListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type CollectionRegionListMetricsResponse = MetricListResult;
+
+// @public
+export interface Column {
+ name?: string;
+ type?: string;
+}
+
+// @public
+export interface CommandOutput {
+ commandOutput?: string;
+}
+
+// @public
+export interface CommandPostBody {
+ arguments?: {
+ [propertyName: string]: string;
+ };
+ cassandraStopStart?: boolean;
+ command: string;
+ host: string;
+ readwrite?: boolean;
+}
+
+// @public (undocumented)
+export interface Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties {
+ readonly clientId?: string;
+ readonly principalId?: string;
+}
+
+// @public (undocumented)
+export interface ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems {
+ address?: string;
+ cpuUsage?: number;
+ diskFreeKB?: number;
+ diskUsedKB?: number;
+ hostID?: string;
+ load?: string;
+ memoryBuffersAndCachedKB?: number;
+ memoryFreeKB?: number;
+ memoryTotalKB?: number;
+ memoryUsedKB?: number;
+ rack?: string;
+ // (undocumented)
+ size?: number;
+ state?: NodeState;
+ // (undocumented)
+ status?: string;
+ timestamp?: string;
+ tokens?: string[];
+}
+
+// @public (undocumented)
+export interface CompositePath {
+ order?: CompositePathSortOrder;
+ path?: string;
+}
+
+// @public
+export type CompositePathSortOrder = string;
+
+// @public
+export type ConflictResolutionMode = string;
+
+// @public
+export interface ConflictResolutionPolicy {
+ conflictResolutionPath?: string;
+ conflictResolutionProcedure?: string;
+ mode?: ConflictResolutionMode;
+}
+
+// @public (undocumented)
+export interface ConnectionError {
+ connectionState?: ConnectionState;
+ exception?: string;
+ iPFrom?: string;
+ iPTo?: string;
+ port?: number;
+}
+
+// @public
+export type ConnectionState = string;
+
+// @public
+export type ConnectorOffer = string;
+
+// @public
+export interface ConsistencyPolicy {
+ defaultConsistencyLevel: DefaultConsistencyLevel;
+ maxIntervalInSeconds?: number;
+ maxStalenessPrefix?: number;
+}
+
+// @public
+export interface ContainerPartitionKey {
+ kind?: PartitionKind;
+ paths?: string[];
+ readonly systemKey?: boolean;
+ version?: number;
+}
+
+// @public
+export interface ContinuousBackupInformation {
+ latestRestorableTimestamp?: string;
+}
+
+// @public
+export interface ContinuousBackupRestoreLocation {
+ location?: string;
+}
+
+// @public
+export type ContinuousModeBackupPolicy = BackupPolicy & {
+ type: "Continuous";
+};
+
+// @public
+export interface CorsPolicy {
+ allowedHeaders?: string;
+ allowedMethods?: string;
+ allowedOrigins: string;
+ exposedHeaders?: string;
+ maxAgeInSeconds?: number;
+}
+
+// @public (undocumented)
+export class CosmosDBManagementClient extends CosmosDBManagementClientContext {
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CosmosDBManagementClientOptionalParams);
+ // (undocumented)
+ cassandraClusters: CassandraClusters;
+ // (undocumented)
+ cassandraDataCenters: CassandraDataCenters;
+ // (undocumented)
+ cassandraResources: CassandraResources;
+ // (undocumented)
+ collection: Collection;
+ // (undocumented)
+ collectionPartition: CollectionPartition;
+ // (undocumented)
+ collectionPartitionRegion: CollectionPartitionRegion;
+ // (undocumented)
+ collectionRegion: CollectionRegion;
+ // (undocumented)
+ database: Database;
+ // (undocumented)
+ databaseAccountRegion: DatabaseAccountRegion;
+ // (undocumented)
+ databaseAccounts: DatabaseAccounts;
+ // (undocumented)
+ gremlinResources: GremlinResources;
+ // (undocumented)
+ locations: Locations;
+ // (undocumented)
+ mongoDBResources: MongoDBResources;
+ // (undocumented)
+ notebookWorkspaces: NotebookWorkspaces;
+ // (undocumented)
+ operations: Operations;
+ // (undocumented)
+ partitionKeyRangeId: PartitionKeyRangeId;
+ // (undocumented)
+ partitionKeyRangeIdRegion: PartitionKeyRangeIdRegion;
+ // (undocumented)
+ percentile: Percentile;
+ // (undocumented)
+ percentileSourceTarget: PercentileSourceTarget;
+ // (undocumented)
+ percentileTarget: PercentileTarget;
+ // (undocumented)
+ privateEndpointConnections: PrivateEndpointConnections;
+ // (undocumented)
+ privateLinkResources: PrivateLinkResources;
+ // (undocumented)
+ restorableDatabaseAccounts: RestorableDatabaseAccounts;
+ // (undocumented)
+ restorableMongodbCollections: RestorableMongodbCollections;
+ // (undocumented)
+ restorableMongodbDatabases: RestorableMongodbDatabases;
+ // (undocumented)
+ restorableMongodbResources: RestorableMongodbResources;
+ // (undocumented)
+ restorableSqlContainers: RestorableSqlContainers;
+ // (undocumented)
+ restorableSqlDatabases: RestorableSqlDatabases;
+ // (undocumented)
+ restorableSqlResources: RestorableSqlResources;
+ // (undocumented)
+ sqlResources: SqlResources;
+ // (undocumented)
+ tableResources: TableResources;
+}
+
+// @public (undocumented)
+export class CosmosDBManagementClientContext extends coreClient.ServiceClient {
+ // (undocumented)
+ $host: string;
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CosmosDBManagementClientOptionalParams);
+ // (undocumented)
+ apiVersion: string;
+ // (undocumented)
+ subscriptionId: string;
+}
+
+// @public
+export interface CosmosDBManagementClientOptionalParams extends coreClient.ServiceClientOptions {
+ $host?: string;
+ apiVersion?: string;
+ endpoint?: string;
+}
+
+// @public
+export type CreatedByType = string;
+
+// @public
+export type CreateMode = string;
+
+// @public
+export interface CreateUpdateOptions {
+ autoscaleSettings?: AutoscaleSettings;
+ throughput?: number;
+}
+
+// @public
+export interface Database {
+ listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, options?: DatabaseListMetricDefinitionsOptionalParams): PagedAsyncIterableIterator;
+ listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, filter: string, options?: DatabaseListMetricsOptionalParams): PagedAsyncIterableIterator;
+ listUsages(resourceGroupName: string, accountName: string, databaseRid: string, options?: DatabaseListUsagesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface DatabaseAccountConnectionString {
+ readonly connectionString?: string;
+ readonly description?: string;
+}
+
+// @public
+export type DatabaseAccountCreateUpdateParameters = ARMResourceProperties & {
+ kind?: DatabaseAccountKind;
+ identity?: ManagedServiceIdentity;
+ consistencyPolicy?: ConsistencyPolicy;
+ locations: Location_2[];
+ databaseAccountOfferType: "Standard";
+ ipRules?: IpAddressOrRange[];
+ isVirtualNetworkFilterEnabled?: boolean;
+ enableAutomaticFailover?: boolean;
+ capabilities?: Capability[];
+ virtualNetworkRules?: VirtualNetworkRule[];
+ enableMultipleWriteLocations?: boolean;
+ enableCassandraConnector?: boolean;
+ connectorOffer?: ConnectorOffer;
+ disableKeyBasedMetadataWriteAccess?: boolean;
+ keyVaultKeyUri?: string;
+ defaultIdentity?: string;
+ publicNetworkAccess?: PublicNetworkAccess;
+ enableFreeTier?: boolean;
+ apiProperties?: ApiProperties;
+ enableAnalyticalStorage?: boolean;
+ analyticalStorageConfiguration?: AnalyticalStorageConfiguration;
+ createMode?: CreateMode;
+ backupPolicy?: BackupPolicyUnion;
+ cors?: CorsPolicy[];
+ networkAclBypass?: NetworkAclBypass;
+ networkAclBypassResourceIds?: string[];
+ disableLocalAuth?: boolean;
+ restoreParameters?: RestoreParameters;
+ capacity?: Capacity;
+};
+
+// @public
+export type DatabaseAccountGetResults = ARMResourceProperties & {
+ kind?: DatabaseAccountKind;
+ identity?: ManagedServiceIdentity;
+ readonly systemData?: SystemData;
+ readonly provisioningState?: string;
+ readonly documentEndpoint?: string;
+ readonly databaseAccountOfferType?: "Standard";
+ ipRules?: IpAddressOrRange[];
+ isVirtualNetworkFilterEnabled?: boolean;
+ enableAutomaticFailover?: boolean;
+ consistencyPolicy?: ConsistencyPolicy;
+ capabilities?: Capability[];
+ readonly writeLocations?: Location_2[];
+ readonly readLocations?: Location_2[];
+ readonly locations?: Location_2[];
+ readonly failoverPolicies?: FailoverPolicy[];
+ virtualNetworkRules?: VirtualNetworkRule[];
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
+ enableMultipleWriteLocations?: boolean;
+ enableCassandraConnector?: boolean;
+ connectorOffer?: ConnectorOffer;
+ disableKeyBasedMetadataWriteAccess?: boolean;
+ keyVaultKeyUri?: string;
+ defaultIdentity?: string;
+ publicNetworkAccess?: PublicNetworkAccess;
+ enableFreeTier?: boolean;
+ apiProperties?: ApiProperties;
+ enableAnalyticalStorage?: boolean;
+ analyticalStorageConfiguration?: AnalyticalStorageConfiguration;
+ readonly instanceId?: string;
+ createMode?: CreateMode;
+ restoreParameters?: RestoreParameters;
+ backupPolicy?: BackupPolicyUnion;
+ cors?: CorsPolicy[];
+ networkAclBypass?: NetworkAclBypass;
+ networkAclBypassResourceIds?: string[];
+ disableLocalAuth?: boolean;
+ capacity?: Capacity;
+};
+
+// @public
+export type DatabaseAccountKind = string;
+
+// @public
+export interface DatabaseAccountListConnectionStringsResult {
+ connectionStrings?: DatabaseAccountConnectionString[];
+}
+
+// @public
+export type DatabaseAccountListKeysResult = DatabaseAccountListReadOnlyKeysResult & {
+ readonly primaryMasterKey?: string;
+ readonly secondaryMasterKey?: string;
+};
+
+// @public
+export interface DatabaseAccountListReadOnlyKeysResult {
+ readonly primaryReadonlyMasterKey?: string;
+ readonly secondaryReadonlyMasterKey?: string;
+}
+
+// @public
+export interface DatabaseAccountRegenerateKeyParameters {
+ keyKind: KeyKind;
+}
+
+// @public
+export interface DatabaseAccountRegion {
+ listMetrics(resourceGroupName: string, accountName: string, region: string, filter: string, options?: DatabaseAccountRegionListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface DatabaseAccountRegionListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountRegionListMetricsResponse = MetricListResult;
+
+// @public
+export interface DatabaseAccounts {
+ beginCreateOrUpdate(resourceGroupName: string, accountName: string, createUpdateParameters: DatabaseAccountCreateUpdateParameters, options?: DatabaseAccountsCreateOrUpdateOptionalParams): Promise, DatabaseAccountsCreateOrUpdateResponse>>;
+ beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, createUpdateParameters: DatabaseAccountCreateUpdateParameters, options?: DatabaseAccountsCreateOrUpdateOptionalParams): Promise;
+ beginDelete(resourceGroupName: string, accountName: string, options?: DatabaseAccountsDeleteOptionalParams): Promise, void>>;
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: DatabaseAccountsDeleteOptionalParams): Promise;
+ beginFailoverPriorityChange(resourceGroupName: string, accountName: string, failoverParameters: FailoverPolicies, options?: DatabaseAccountsFailoverPriorityChangeOptionalParams): Promise, void>>;
+ beginFailoverPriorityChangeAndWait(resourceGroupName: string, accountName: string, failoverParameters: FailoverPolicies, options?: DatabaseAccountsFailoverPriorityChangeOptionalParams): Promise;
+ beginOfflineRegion(resourceGroupName: string, accountName: string, regionParameterForOffline: RegionForOnlineOffline, options?: DatabaseAccountsOfflineRegionOptionalParams): Promise, void>>;
+ beginOfflineRegionAndWait(resourceGroupName: string, accountName: string, regionParameterForOffline: RegionForOnlineOffline, options?: DatabaseAccountsOfflineRegionOptionalParams): Promise;
+ beginOnlineRegion(resourceGroupName: string, accountName: string, regionParameterForOnline: RegionForOnlineOffline, options?: DatabaseAccountsOnlineRegionOptionalParams): Promise, void>>;
+ beginOnlineRegionAndWait(resourceGroupName: string, accountName: string, regionParameterForOnline: RegionForOnlineOffline, options?: DatabaseAccountsOnlineRegionOptionalParams): Promise;
+ beginRegenerateKey(resourceGroupName: string, accountName: string, keyToRegenerate: DatabaseAccountRegenerateKeyParameters, options?: DatabaseAccountsRegenerateKeyOptionalParams): Promise, void>>;
+ beginRegenerateKeyAndWait(resourceGroupName: string, accountName: string, keyToRegenerate: DatabaseAccountRegenerateKeyParameters, options?: DatabaseAccountsRegenerateKeyOptionalParams): Promise;
+ beginUpdate(resourceGroupName: string, accountName: string, updateParameters: DatabaseAccountUpdateParameters, options?: DatabaseAccountsUpdateOptionalParams): Promise, DatabaseAccountsUpdateResponse>>;
+ beginUpdateAndWait(resourceGroupName: string, accountName: string, updateParameters: DatabaseAccountUpdateParameters, options?: DatabaseAccountsUpdateOptionalParams): Promise;
+ checkNameExists(accountName: string, options?: DatabaseAccountsCheckNameExistsOptionalParams): Promise;
+ get(resourceGroupName: string, accountName: string, options?: DatabaseAccountsGetOptionalParams): Promise;
+ getReadOnlyKeys(resourceGroupName: string, accountName: string, options?: DatabaseAccountsGetReadOnlyKeysOptionalParams): Promise;
+ list(options?: DatabaseAccountsListOptionalParams): PagedAsyncIterableIterator;
+ listByResourceGroup(resourceGroupName: string, options?: DatabaseAccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator;
+ listConnectionStrings(resourceGroupName: string, accountName: string, options?: DatabaseAccountsListConnectionStringsOptionalParams): Promise;
+ listKeys(resourceGroupName: string, accountName: string, options?: DatabaseAccountsListKeysOptionalParams): Promise;
+ listMetricDefinitions(resourceGroupName: string, accountName: string, options?: DatabaseAccountsListMetricDefinitionsOptionalParams): PagedAsyncIterableIterator;
+ listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: DatabaseAccountsListMetricsOptionalParams): PagedAsyncIterableIterator;
+ listReadOnlyKeys(resourceGroupName: string, accountName: string, options?: DatabaseAccountsListReadOnlyKeysOptionalParams): Promise;
+ listUsages(resourceGroupName: string, accountName: string, options?: DatabaseAccountsListUsagesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface DatabaseAccountsCheckNameExistsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsCheckNameExistsResponse = {
+ body: boolean;
+};
+
+// @public
+export interface DatabaseAccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type DatabaseAccountsCreateOrUpdateResponse = DatabaseAccountGetResults;
+
+// @public
+export interface DatabaseAccountsDeleteOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface DatabaseAccountsFailoverPriorityChangeOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface DatabaseAccountsGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export interface DatabaseAccountsGetReadOnlyKeysOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsGetReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult;
+
+// @public
+export type DatabaseAccountsGetResponse = DatabaseAccountGetResults;
+
+// @public
+export interface DatabaseAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsListByResourceGroupResponse = DatabaseAccountsListResult;
+
+// @public
+export interface DatabaseAccountsListConnectionStringsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsListConnectionStringsResponse = DatabaseAccountListConnectionStringsResult;
+
+// @public
+export interface DatabaseAccountsListKeysOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsListKeysResponse = DatabaseAccountListKeysResult;
+
+// @public
+export interface DatabaseAccountsListMetricDefinitionsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsListMetricDefinitionsResponse = MetricDefinitionsListResult;
+
+// @public
+export interface DatabaseAccountsListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsListMetricsResponse = MetricListResult;
+
+// @public
+export interface DatabaseAccountsListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export interface DatabaseAccountsListReadOnlyKeysOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseAccountsListReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult;
+
+// @public
+export type DatabaseAccountsListResponse = DatabaseAccountsListResult;
+
+// @public
+export interface DatabaseAccountsListResult {
+ readonly value?: DatabaseAccountGetResults[];
+}
+
+// @public
+export interface DatabaseAccountsListUsagesOptionalParams extends coreClient.OperationOptions {
+ filter?: string;
+}
+
+// @public
+export type DatabaseAccountsListUsagesResponse = UsagesResult;
+
+// @public
+export interface DatabaseAccountsOfflineRegionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface DatabaseAccountsOnlineRegionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface DatabaseAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface DatabaseAccountsUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type DatabaseAccountsUpdateResponse = DatabaseAccountGetResults;
+
+// @public
+export interface DatabaseAccountUpdateParameters {
+ analyticalStorageConfiguration?: AnalyticalStorageConfiguration;
+ apiProperties?: ApiProperties;
+ backupPolicy?: BackupPolicyUnion;
+ capabilities?: Capability[];
+ capacity?: Capacity;
+ connectorOffer?: ConnectorOffer;
+ consistencyPolicy?: ConsistencyPolicy;
+ cors?: CorsPolicy[];
+ defaultIdentity?: string;
+ disableKeyBasedMetadataWriteAccess?: boolean;
+ disableLocalAuth?: boolean;
+ enableAnalyticalStorage?: boolean;
+ enableAutomaticFailover?: boolean;
+ enableCassandraConnector?: boolean;
+ enableFreeTier?: boolean;
+ enableMultipleWriteLocations?: boolean;
+ identity?: ManagedServiceIdentity;
+ ipRules?: IpAddressOrRange[];
+ isVirtualNetworkFilterEnabled?: boolean;
+ keyVaultKeyUri?: string;
+ location?: string;
+ locations?: Location_2[];
+ networkAclBypass?: NetworkAclBypass;
+ networkAclBypassResourceIds?: string[];
+ publicNetworkAccess?: PublicNetworkAccess;
+ tags?: {
+ [propertyName: string]: string;
+ };
+ virtualNetworkRules?: VirtualNetworkRule[];
+}
+
+// @public
+export interface DatabaseListMetricDefinitionsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseListMetricDefinitionsResponse = MetricDefinitionsListResult;
+
+// @public
+export interface DatabaseListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type DatabaseListMetricsResponse = MetricListResult;
+
+// @public
+export interface DatabaseListUsagesOptionalParams extends coreClient.OperationOptions {
+ filter?: string;
+}
+
+// @public
+export type DatabaseListUsagesResponse = UsagesResult;
+
+// @public
+export interface DatabaseRestoreResource {
+ collectionNames?: string[];
+ databaseName?: string;
+}
+
+// @public
+export type DataCenterResource = ARMProxyResource & {
+ properties?: DataCenterResourceProperties;
+};
+
+// @public
+export interface DataCenterResourceProperties {
+ availabilityZone?: boolean;
+ backupStorageCustomerKeyUri?: string;
+ base64EncodedCassandraYamlFragment?: string;
+ dataCenterLocation?: string;
+ delegatedSubnetId?: string;
+ diskCapacity?: number;
+ diskSku?: string;
+ managedDiskCustomerKeyUri?: string;
+ nodeCount?: number;
+ provisioningState?: ManagedCassandraProvisioningState;
+ readonly seedNodes?: SeedNode[];
+ sku?: string;
+}
+
+// @public
+export type DataType = string;
+
+// @public
+export type DefaultConsistencyLevel = "Eventual" | "Session" | "BoundedStaleness" | "Strong" | "ConsistentPrefix";
+
+// @public
+export interface ErrorResponse {
+ code?: string;
+ message?: string;
+}
+
+// @public (undocumented)
+export interface ExcludedPath {
+ path?: string;
+}
+
+// @public
+export interface ExtendedResourceProperties {
+ readonly etag?: string;
+ readonly rid?: string;
+ readonly ts?: number;
+}
+
+// @public
+export interface FailoverPolicies {
+ failoverPolicies: FailoverPolicy[];
+}
+
+// @public
+export interface FailoverPolicy {
+ failoverPriority?: number;
+ readonly id?: string;
+ locationName?: string;
+}
+
+// @public
+export type GremlinDatabaseCreateUpdateParameters = ARMResourceProperties & {
+ resource: GremlinDatabaseResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type GremlinDatabaseGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type GremlinDatabaseGetPropertiesResource = GremlinDatabaseResource & ExtendedResourceProperties & {};
+
+// @public
+export type GremlinDatabaseGetResults = ARMResourceProperties & {
+ resource?: GremlinDatabaseGetPropertiesResource;
+ options?: GremlinDatabaseGetPropertiesOptions;
+};
+
+// @public
+export interface GremlinDatabaseListResult {
+ readonly value?: GremlinDatabaseGetResults[];
+}
+
+// @public
+export interface GremlinDatabaseResource {
+ id: string;
+}
+
+// @public
+export type GremlinGraphCreateUpdateParameters = ARMResourceProperties & {
+ resource: GremlinGraphResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type GremlinGraphGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type GremlinGraphGetPropertiesResource = GremlinGraphResource & ExtendedResourceProperties & {};
+
+// @public
+export type GremlinGraphGetResults = ARMResourceProperties & {
+ resource?: GremlinGraphGetPropertiesResource;
+ options?: GremlinGraphGetPropertiesOptions;
+};
+
+// @public
+export interface GremlinGraphListResult {
+ readonly value?: GremlinGraphGetResults[];
+}
+
+// @public
+export interface GremlinGraphResource {
+ conflictResolutionPolicy?: ConflictResolutionPolicy;
+ defaultTtl?: number;
+ id: string;
+ indexingPolicy?: IndexingPolicy;
+ partitionKey?: ContainerPartitionKey;
+ uniqueKeyPolicy?: UniqueKeyPolicy;
+}
+
+// @public
+export interface GremlinResources {
+ beginCreateUpdateGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateGremlinDatabaseParameters: GremlinDatabaseCreateUpdateParameters, options?: GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams): Promise, GremlinResourcesCreateUpdateGremlinDatabaseResponse>>;
+ beginCreateUpdateGremlinDatabaseAndWait(resourceGroupName: string, accountName: string, databaseName: string, createUpdateGremlinDatabaseParameters: GremlinDatabaseCreateUpdateParameters, options?: GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams): Promise;
+ beginCreateUpdateGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, createUpdateGremlinGraphParameters: GremlinGraphCreateUpdateParameters, options?: GremlinResourcesCreateUpdateGremlinGraphOptionalParams): Promise, GremlinResourcesCreateUpdateGremlinGraphResponse>>;
+ beginCreateUpdateGremlinGraphAndWait(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, createUpdateGremlinGraphParameters: GremlinGraphCreateUpdateParameters, options?: GremlinResourcesCreateUpdateGremlinGraphOptionalParams): Promise;
+ beginDeleteGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesDeleteGremlinDatabaseOptionalParams): Promise, void>>;
+ beginDeleteGremlinDatabaseAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesDeleteGremlinDatabaseOptionalParams): Promise;
+ beginDeleteGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesDeleteGremlinGraphOptionalParams): Promise, void>>;
+ beginDeleteGremlinGraphAndWait(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesDeleteGremlinGraphOptionalParams): Promise;
+ beginMigrateGremlinDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams): Promise, GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse>>;
+ beginMigrateGremlinDatabaseToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams): Promise;
+ beginMigrateGremlinDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams): Promise, GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse>>;
+ beginMigrateGremlinDatabaseToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams): Promise;
+ beginMigrateGremlinGraphToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams): Promise, GremlinResourcesMigrateGremlinGraphToAutoscaleResponse>>;
+ beginMigrateGremlinGraphToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams): Promise;
+ beginMigrateGremlinGraphToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams): Promise, GremlinResourcesMigrateGremlinGraphToManualThroughputResponse>>;
+ beginMigrateGremlinGraphToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams): Promise;
+ beginUpdateGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams): Promise, GremlinResourcesUpdateGremlinDatabaseThroughputResponse>>;
+ beginUpdateGremlinDatabaseThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams): Promise;
+ beginUpdateGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: GremlinResourcesUpdateGremlinGraphThroughputOptionalParams): Promise, GremlinResourcesUpdateGremlinGraphThroughputResponse>>;
+ beginUpdateGremlinGraphThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: GremlinResourcesUpdateGremlinGraphThroughputOptionalParams): Promise;
+ getGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesGetGremlinDatabaseOptionalParams): Promise;
+ getGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesGetGremlinDatabaseThroughputOptionalParams): Promise;
+ getGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesGetGremlinGraphOptionalParams): Promise;
+ getGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: GremlinResourcesGetGremlinGraphThroughputOptionalParams): Promise;
+ listGremlinDatabases(resourceGroupName: string, accountName: string, options?: GremlinResourcesListGremlinDatabasesOptionalParams): PagedAsyncIterableIterator;
+ listGremlinGraphs(resourceGroupName: string, accountName: string, databaseName: string, options?: GremlinResourcesListGremlinGraphsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesCreateUpdateGremlinDatabaseResponse = GremlinDatabaseGetResults;
+
+// @public
+export interface GremlinResourcesCreateUpdateGremlinGraphOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesCreateUpdateGremlinGraphResponse = GremlinGraphGetResults;
+
+// @public
+export interface GremlinResourcesDeleteGremlinDatabaseOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface GremlinResourcesDeleteGremlinGraphOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface GremlinResourcesGetGremlinDatabaseOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type GremlinResourcesGetGremlinDatabaseResponse = GremlinDatabaseGetResults;
+
+// @public
+export interface GremlinResourcesGetGremlinDatabaseThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type GremlinResourcesGetGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesGetGremlinGraphOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type GremlinResourcesGetGremlinGraphResponse = GremlinGraphGetResults;
+
+// @public
+export interface GremlinResourcesGetGremlinGraphThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type GremlinResourcesGetGremlinGraphThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesListGremlinDatabasesOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type GremlinResourcesListGremlinDatabasesResponse = GremlinDatabaseListResult;
+
+// @public
+export interface GremlinResourcesListGremlinGraphsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type GremlinResourcesListGremlinGraphsResponse = GremlinGraphListResult;
+
+// @public
+export interface GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesMigrateGremlinGraphToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesUpdateGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface GremlinResourcesUpdateGremlinGraphThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type GremlinResourcesUpdateGremlinGraphThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface IncludedPath {
+ indexes?: Indexes[];
+ path?: string;
+}
+
+// @public
+export interface Indexes {
+ dataType?: DataType;
+ kind?: IndexKind;
+ precision?: number;
+}
+
+// @public
+export type IndexingMode = string;
+
+// @public
+export interface IndexingPolicy {
+ automatic?: boolean;
+ compositeIndexes?: CompositePath[][];
+ excludedPaths?: ExcludedPath[];
+ includedPaths?: IncludedPath[];
+ indexingMode?: IndexingMode;
+ spatialIndexes?: SpatialSpec[];
+}
+
+// @public
+export type IndexKind = string;
+
+// @public
+export interface IpAddressOrRange {
+ ipAddressOrRange?: string;
+}
+
+// @public
+export type KeyKind = string;
+
+// @public
+export enum KnownAnalyticalStorageSchemaType {
+ // (undocumented)
+ FullFidelity = "FullFidelity",
+ // (undocumented)
+ WellDefined = "WellDefined"
+}
+
+// @public
+export enum KnownApiType {
+ // (undocumented)
+ Cassandra = "Cassandra",
+ // (undocumented)
+ Gremlin = "Gremlin",
+ // (undocumented)
+ GremlinV2 = "GremlinV2",
+ // (undocumented)
+ MongoDB = "MongoDB",
+ // (undocumented)
+ Sql = "Sql",
+ // (undocumented)
+ Table = "Table"
+}
+
+// @public
+export enum KnownAuthenticationMethod {
+ // (undocumented)
+ Cassandra = "Cassandra",
+ // (undocumented)
+ None = "None"
+}
+
+// @public
+export enum KnownBackupPolicyMigrationStatus {
+ // (undocumented)
+ Completed = "Completed",
+ // (undocumented)
+ Failed = "Failed",
+ // (undocumented)
+ InProgress = "InProgress",
+ // (undocumented)
+ Invalid = "Invalid"
+}
+
+// @public
+export enum KnownBackupPolicyType {
+ // (undocumented)
+ Continuous = "Continuous",
+ // (undocumented)
+ Periodic = "Periodic"
+}
+
+// @public
+export enum KnownBackupStorageRedundancy {
+ // (undocumented)
+ Geo = "Geo",
+ // (undocumented)
+ Local = "Local",
+ // (undocumented)
+ Zone = "Zone"
+}
+
+// @public
+export enum KnownCompositePathSortOrder {
+ // (undocumented)
+ Ascending = "ascending",
+ // (undocumented)
+ Descending = "descending"
+}
+
+// @public
+export enum KnownConflictResolutionMode {
+ // (undocumented)
+ Custom = "Custom",
+ // (undocumented)
+ LastWriterWins = "LastWriterWins"
+}
+
+// @public
+export enum KnownConnectionState {
+ // (undocumented)
+ DatacenterToDatacenterNetworkError = "DatacenterToDatacenterNetworkError",
+ // (undocumented)
+ InternalError = "InternalError",
+ // (undocumented)
+ InternalOperatorToDataCenterCertificateError = "InternalOperatorToDataCenterCertificateError",
+ // (undocumented)
+ OK = "OK",
+ // (undocumented)
+ OperatorToDataCenterNetworkError = "OperatorToDataCenterNetworkError",
+ // (undocumented)
+ Unknown = "Unknown"
+}
+
+// @public
+export enum KnownConnectorOffer {
+ // (undocumented)
+ Small = "Small"
+}
+
+// @public
+export enum KnownCreatedByType {
+ // (undocumented)
+ Application = "Application",
+ // (undocumented)
+ Key = "Key",
+ // (undocumented)
+ ManagedIdentity = "ManagedIdentity",
+ // (undocumented)
+ User = "User"
+}
+
+// @public
+export enum KnownCreateMode {
+ // (undocumented)
+ Default = "Default",
+ // (undocumented)
+ Restore = "Restore"
+}
+
+// @public
+export enum KnownDatabaseAccountKind {
+ // (undocumented)
+ GlobalDocumentDB = "GlobalDocumentDB",
+ // (undocumented)
+ MongoDB = "MongoDB",
+ // (undocumented)
+ Parse = "Parse"
+}
+
+// @public
+export enum KnownDataType {
+ // (undocumented)
+ LineString = "LineString",
+ // (undocumented)
+ MultiPolygon = "MultiPolygon",
+ // (undocumented)
+ Number = "Number",
+ // (undocumented)
+ Point = "Point",
+ // (undocumented)
+ Polygon = "Polygon",
+ // (undocumented)
+ String = "String"
+}
+
+// @public
+export enum KnownIndexingMode {
+ // (undocumented)
+ Consistent = "consistent",
+ // (undocumented)
+ Lazy = "lazy",
+ // (undocumented)
+ None = "none"
+}
+
+// @public
+export enum KnownIndexKind {
+ // (undocumented)
+ Hash = "Hash",
+ // (undocumented)
+ Range = "Range",
+ // (undocumented)
+ Spatial = "Spatial"
+}
+
+// @public
+export enum KnownKeyKind {
+ // (undocumented)
+ Primary = "primary",
+ // (undocumented)
+ PrimaryReadonly = "primaryReadonly",
+ // (undocumented)
+ Secondary = "secondary",
+ // (undocumented)
+ SecondaryReadonly = "secondaryReadonly"
+}
+
+// @public
+export enum KnownManagedCassandraProvisioningState {
+ // (undocumented)
+ Canceled = "Canceled",
+ // (undocumented)
+ Creating = "Creating",
+ // (undocumented)
+ Deleting = "Deleting",
+ // (undocumented)
+ Failed = "Failed",
+ // (undocumented)
+ Succeeded = "Succeeded",
+ // (undocumented)
+ Updating = "Updating"
+}
+
+// @public
+export enum KnownManagedCassandraResourceIdentityType {
+ // (undocumented)
+ None = "None",
+ // (undocumented)
+ SystemAssigned = "SystemAssigned"
+}
+
+// @public
+export enum KnownNodeState {
+ // (undocumented)
+ Joining = "Joining",
+ // (undocumented)
+ Leaving = "Leaving",
+ // (undocumented)
+ Moving = "Moving",
+ // (undocumented)
+ Normal = "Normal",
+ // (undocumented)
+ Stopped = "Stopped"
+}
+
+// @public
+export enum KnownNodeStatus {
+ // (undocumented)
+ Down = "Down",
+ // (undocumented)
+ Up = "Up"
+}
+
+// @public
+export enum KnownNotebookWorkspaceName {
+ // (undocumented)
+ Default = "default"
+}
+
+// @public
+export enum KnownOperationType {
+ // (undocumented)
+ Create = "Create",
+ // (undocumented)
+ Delete = "Delete",
+ // (undocumented)
+ Replace = "Replace",
+ // (undocumented)
+ SystemOperation = "SystemOperation"
+}
+
+// @public
+export enum KnownPartitionKind {
+ // (undocumented)
+ Hash = "Hash",
+ // (undocumented)
+ MultiHash = "MultiHash",
+ // (undocumented)
+ Range = "Range"
+}
+
+// @public
+export enum KnownPrimaryAggregationType {
+ // (undocumented)
+ Average = "Average",
+ // (undocumented)
+ Last = "Last",
+ // (undocumented)
+ Maximum = "Maximum",
+ // (undocumented)
+ Minimum = "Minimum",
+ // (undocumented)
+ None = "None",
+ // (undocumented)
+ Total = "Total"
+}
+
+// @public
+export enum KnownPublicNetworkAccess {
+ // (undocumented)
+ Disabled = "Disabled",
+ // (undocumented)
+ Enabled = "Enabled"
+}
+
+// @public
+export enum KnownRestoreMode {
+ // (undocumented)
+ PointInTime = "PointInTime"
+}
+
+// @public
+export enum KnownServerVersion {
+ // (undocumented)
+ Four0 = "4.0",
+ // (undocumented)
+ Three2 = "3.2",
+ // (undocumented)
+ Three6 = "3.6"
+}
+
+// @public
+export enum KnownSpatialType {
+ // (undocumented)
+ LineString = "LineString",
+ // (undocumented)
+ MultiPolygon = "MultiPolygon",
+ // (undocumented)
+ Point = "Point",
+ // (undocumented)
+ Polygon = "Polygon"
+}
+
+// @public
+export enum KnownTriggerOperation {
+ // (undocumented)
+ All = "All",
+ // (undocumented)
+ Create = "Create",
+ // (undocumented)
+ Delete = "Delete",
+ // (undocumented)
+ Replace = "Replace",
+ // (undocumented)
+ Update = "Update"
+}
+
+// @public
+export enum KnownTriggerType {
+ // (undocumented)
+ Post = "Post",
+ // (undocumented)
+ Pre = "Pre"
+}
+
+// @public
+export enum KnownUnitType {
+ // (undocumented)
+ Bytes = "Bytes",
+ // (undocumented)
+ BytesPerSecond = "BytesPerSecond",
+ // (undocumented)
+ Count = "Count",
+ // (undocumented)
+ CountPerSecond = "CountPerSecond",
+ // (undocumented)
+ Milliseconds = "Milliseconds",
+ // (undocumented)
+ Percent = "Percent",
+ // (undocumented)
+ Seconds = "Seconds"
+}
+
+// @public
+export interface ListClusters {
+ value?: ClusterResource[];
+}
+
+// @public
+export interface ListDataCenters {
+ readonly value?: DataCenterResource[];
+}
+
+// @public
+interface Location_2 {
+ readonly documentEndpoint?: string;
+ failoverPriority?: number;
+ readonly id?: string;
+ isZoneRedundant?: boolean;
+ locationName?: string;
+ readonly provisioningState?: string;
+}
+export { Location_2 as Location }
+
+// @public
+export type LocationGetResult = ARMProxyResource & {
+ properties?: LocationProperties;
+};
+
+// @public
+export interface LocationListResult {
+ readonly value?: LocationGetResult[];
+}
+
+// @public
+export interface LocationProperties {
+ readonly backupStorageRedundancies?: BackupStorageRedundancy[];
+ readonly isResidencyRestricted?: boolean;
+ readonly supportsAvailabilityZone?: boolean;
+}
+
+// @public
+export interface Locations {
+ get(location: string, options?: LocationsGetOptionalParams): Promise;
+ list(options?: LocationsListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface LocationsGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type LocationsGetResponse = LocationGetResult;
+
+// @public
+export interface LocationsListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type LocationsListResponse = LocationListResult;
+
+// @public
+export interface ManagedCassandraARMResourceProperties {
+ readonly id?: string;
+ identity?: ManagedCassandraManagedServiceIdentity;
+ location?: string;
+ readonly name?: string;
+ tags?: {
+ [propertyName: string]: string;
+ };
+ readonly type?: string;
+}
+
+// @public
+export interface ManagedCassandraManagedServiceIdentity {
+ readonly principalId?: string;
+ readonly tenantId?: string;
+ type?: ManagedCassandraResourceIdentityType;
+}
+
+// @public
+export type ManagedCassandraProvisioningState = string;
+
+// @public (undocumented)
+export interface ManagedCassandraReaperStatus {
+ // (undocumented)
+ healthy?: boolean;
+ repairRunIds?: {
+ [propertyName: string]: string;
+ };
+ repairSchedules?: {
+ [propertyName: string]: string;
+ };
+}
+
+// @public
+export type ManagedCassandraResourceIdentityType = string;
+
+// @public
+export interface ManagedServiceIdentity {
+ readonly principalId?: string;
+ readonly tenantId?: string;
+ type?: ResourceIdentityType;
+ userAssignedIdentities?: {
+ [propertyName: string]: Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties;
+ };
+}
+
+// @public
+export interface Metric {
+ readonly endTime?: Date;
+ readonly metricValues?: MetricValue[];
+ readonly name?: MetricName;
+ readonly startTime?: Date;
+ readonly timeGrain?: string;
+ readonly unit?: UnitType;
+}
+
+// @public
+export interface MetricAvailability {
+ readonly retention?: string;
+ readonly timeGrain?: string;
+}
+
+// @public
+export interface MetricDefinition {
+ readonly metricAvailabilities?: MetricAvailability[];
+ readonly name?: MetricName;
+ readonly primaryAggregationType?: PrimaryAggregationType;
+ readonly resourceUri?: string;
+ readonly unit?: UnitType;
+}
+
+// @public
+export interface MetricDefinitionsListResult {
+ readonly value?: MetricDefinition[];
+}
+
+// @public
+export interface MetricListResult {
+ readonly value?: Metric[];
+}
+
+// @public
+export interface MetricName {
+ readonly localizedValue?: string;
+ readonly value?: string;
+}
+
+// @public
+export interface MetricValue {
+ readonly average?: number;
+ readonly count?: number;
+ readonly maximum?: number;
+ readonly minimum?: number;
+ readonly timestamp?: Date;
+ readonly total?: number;
+}
+
+// @public
+export type MongoDBCollectionCreateUpdateParameters = ARMResourceProperties & {
+ resource: MongoDBCollectionResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type MongoDBCollectionGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type MongoDBCollectionGetPropertiesResource = MongoDBCollectionResource & ExtendedResourceProperties & {};
+
+// @public
+export type MongoDBCollectionGetResults = ARMResourceProperties & {
+ resource?: MongoDBCollectionGetPropertiesResource;
+ options?: MongoDBCollectionGetPropertiesOptions;
+};
+
+// @public
+export interface MongoDBCollectionListResult {
+ readonly value?: MongoDBCollectionGetResults[];
+}
+
+// @public
+export interface MongoDBCollectionResource {
+ analyticalStorageTtl?: number;
+ id: string;
+ indexes?: MongoIndex[];
+ shardKey?: {
+ [propertyName: string]: string;
+ };
+}
+
+// @public
+export type MongoDBDatabaseCreateUpdateParameters = ARMResourceProperties & {
+ resource: MongoDBDatabaseResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type MongoDBDatabaseGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type MongoDBDatabaseGetPropertiesResource = MongoDBDatabaseResource & ExtendedResourceProperties & {};
+
+// @public
+export type MongoDBDatabaseGetResults = ARMResourceProperties & {
+ resource?: MongoDBDatabaseGetPropertiesResource;
+ options?: MongoDBDatabaseGetPropertiesOptions;
+};
+
+// @public
+export interface MongoDBDatabaseListResult {
+ readonly value?: MongoDBDatabaseGetResults[];
+}
+
+// @public
+export interface MongoDBDatabaseResource {
+ id: string;
+}
+
+// @public
+export interface MongoDBResources {
+ beginCreateUpdateMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters, options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams): Promise, MongoDBResourcesCreateUpdateMongoDBCollectionResponse>>;
+ beginCreateUpdateMongoDBCollectionAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters, options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams): Promise;
+ beginCreateUpdateMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters, options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams): Promise, MongoDBResourcesCreateUpdateMongoDBDatabaseResponse>>;
+ beginCreateUpdateMongoDBDatabaseAndWait(resourceGroupName: string, accountName: string, databaseName: string, createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters, options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams): Promise;
+ beginDeleteMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams): Promise, void>>;
+ beginDeleteMongoDBCollectionAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams): Promise;
+ beginDeleteMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams): Promise, void>>;
+ beginDeleteMongoDBDatabaseAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams): Promise;
+ beginMigrateMongoDBCollectionToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams): Promise, MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>>;
+ beginMigrateMongoDBCollectionToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams): Promise;
+ beginMigrateMongoDBCollectionToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams): Promise, MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>>;
+ beginMigrateMongoDBCollectionToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams): Promise;
+ beginMigrateMongoDBDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams): Promise, MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse>>;
+ beginMigrateMongoDBDatabaseToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams): Promise;
+ beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams): Promise, MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>>;
+ beginMigrateMongoDBDatabaseToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams): Promise;
+ beginRetrieveContinuousBackupInformation(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, location: ContinuousBackupRestoreLocation, options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams): Promise, MongoDBResourcesRetrieveContinuousBackupInformationResponse>>;
+ beginRetrieveContinuousBackupInformationAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, location: ContinuousBackupRestoreLocation, options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams): Promise;
+ beginUpdateMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams): Promise, MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>>;
+ beginUpdateMongoDBCollectionThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams): Promise;
+ beginUpdateMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams): Promise, MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse>>;
+ beginUpdateMongoDBDatabaseThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams): Promise;
+ getMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesGetMongoDBCollectionOptionalParams): Promise;
+ getMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams): Promise;
+ getMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesGetMongoDBDatabaseOptionalParams): Promise;
+ getMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams): Promise;
+ listMongoDBCollections(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesListMongoDBCollectionsOptionalParams): PagedAsyncIterableIterator;
+ listMongoDBDatabases(resourceGroupName: string, accountName: string, options?: MongoDBResourcesListMongoDBDatabasesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesCreateUpdateMongoDBCollectionResponse = MongoDBCollectionGetResults;
+
+// @public
+export interface MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesCreateUpdateMongoDBDatabaseResponse = MongoDBDatabaseGetResults;
+
+// @public
+export interface MongoDBResourcesDeleteMongoDBCollectionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface MongoDBResourcesDeleteMongoDBDatabaseOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface MongoDBResourcesGetMongoDBCollectionOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type MongoDBResourcesGetMongoDBCollectionResponse = MongoDBCollectionGetResults;
+
+// @public
+export interface MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type MongoDBResourcesGetMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesGetMongoDBDatabaseOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type MongoDBResourcesGetMongoDBDatabaseResponse = MongoDBDatabaseGetResults;
+
+// @public
+export interface MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type MongoDBResourcesGetMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesListMongoDBCollectionsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type MongoDBResourcesListMongoDBCollectionsResponse = MongoDBCollectionListResult;
+
+// @public
+export interface MongoDBResourcesListMongoDBDatabasesOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type MongoDBResourcesListMongoDBDatabasesResponse = MongoDBDatabaseListResult;
+
+// @public
+export interface MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesRetrieveContinuousBackupInformationResponse = BackupInformation;
+
+// @public
+export interface MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesUpdateMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface MongoIndex {
+ key?: MongoIndexKeys;
+ options?: MongoIndexOptions;
+}
+
+// @public
+export interface MongoIndexKeys {
+ keys?: string[];
+}
+
+// @public
+export interface MongoIndexOptions {
+ expireAfterSeconds?: number;
+ unique?: boolean;
+}
+
+// @public
+export type NetworkAclBypass = "None" | "AzureServices";
+
+// @public
+export type NodeState = string;
+
+// @public
+export type NodeStatus = string;
+
+// @public
+export type NotebookWorkspace = ARMProxyResource & {
+ readonly notebookServerEndpoint?: string;
+ readonly status?: string;
+};
+
+// @public
+export interface NotebookWorkspaceConnectionInfoResult {
+ readonly authToken?: string;
+ readonly notebookServerEndpoint?: string;
+}
+
+// @public
+export type NotebookWorkspaceCreateUpdateParameters = ARMProxyResource & {};
+
+// @public
+export interface NotebookWorkspaceListResult {
+ value?: NotebookWorkspace[];
+}
+
+// @public
+export type NotebookWorkspaceName = string;
+
+// @public
+export interface NotebookWorkspaces {
+ beginCreateOrUpdate(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, options?: NotebookWorkspacesCreateOrUpdateOptionalParams): Promise, NotebookWorkspacesCreateOrUpdateResponse>>;
+ beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, options?: NotebookWorkspacesCreateOrUpdateOptionalParams): Promise;
+ beginDelete(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesDeleteOptionalParams): Promise, void>>;
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesDeleteOptionalParams): Promise;
+ beginRegenerateAuthToken(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams): Promise, void>>;
+ beginRegenerateAuthTokenAndWait(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams): Promise;
+ beginStart(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesStartOptionalParams): Promise, void>>;
+ beginStartAndWait(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesStartOptionalParams): Promise;
+ get(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesGetOptionalParams): Promise;
+ listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: NotebookWorkspacesListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator;
+ listConnectionInfo(resourceGroupName: string, accountName: string, notebookWorkspaceName: NotebookWorkspaceName, options?: NotebookWorkspacesListConnectionInfoOptionalParams): Promise;
+}
+
+// @public
+export interface NotebookWorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type NotebookWorkspacesCreateOrUpdateResponse = NotebookWorkspace;
+
+// @public
+export interface NotebookWorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface NotebookWorkspacesGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type NotebookWorkspacesGetResponse = NotebookWorkspace;
+
+// @public
+export interface NotebookWorkspacesListByDatabaseAccountOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type NotebookWorkspacesListByDatabaseAccountResponse = NotebookWorkspaceListResult;
+
+// @public
+export interface NotebookWorkspacesListConnectionInfoOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type NotebookWorkspacesListConnectionInfoResponse = NotebookWorkspaceConnectionInfoResult;
+
+// @public
+export interface NotebookWorkspacesRegenerateAuthTokenOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface NotebookWorkspacesStartOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface Operation {
+ display?: OperationDisplay;
+ name?: string;
+}
+
+// @public
+export interface OperationDisplay {
+ description?: string;
+ operation?: string;
+ provider?: string;
+ resource?: string;
+}
+
+// @public
+export interface OperationListResult {
+ nextLink?: string;
+ value?: Operation[];
+}
+
+// @public
+export interface Operations {
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type OperationsListNextResponse = OperationListResult;
+
+// @public
+export interface OperationsListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type OperationsListResponse = OperationListResult;
+
+// @public
+export type OperationType = string;
+
+// @public
+export interface OptionsResource {
+ autoscaleSettings?: AutoscaleSettings;
+ throughput?: number;
+}
+
+// @public
+export interface PartitionKeyRangeId {
+ listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: PartitionKeyRangeIdListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PartitionKeyRangeIdListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PartitionKeyRangeIdListMetricsResponse = PartitionMetricListResult;
+
+// @public
+export interface PartitionKeyRangeIdRegion {
+ listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: PartitionKeyRangeIdRegionListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PartitionKeyRangeIdRegionListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult;
+
+// @public
+export type PartitionKind = string;
+
+// @public
+export type PartitionMetric = Metric & {
+ readonly partitionId?: string;
+ readonly partitionKeyRangeId?: string;
+};
+
+// @public
+export interface PartitionMetricListResult {
+ readonly value?: PartitionMetric[];
+}
+
+// @public
+export type PartitionUsage = Usage & {
+ readonly partitionId?: string;
+ readonly partitionKeyRangeId?: string;
+};
+
+// @public
+export interface PartitionUsagesResult {
+ readonly value?: PartitionUsage[];
+}
+
+// @public
+export interface Percentile {
+ listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: PercentileListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PercentileListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PercentileListMetricsResponse = PercentileMetricListResult;
+
+// @public
+export interface PercentileMetric {
+ readonly endTime?: Date;
+ readonly metricValues?: PercentileMetricValue[];
+ readonly name?: MetricName;
+ readonly startTime?: Date;
+ readonly timeGrain?: string;
+ readonly unit?: UnitType;
+}
+
+// @public
+export interface PercentileMetricListResult {
+ readonly value?: PercentileMetric[];
+}
+
+// @public
+export type PercentileMetricValue = MetricValue & {
+ readonly p10?: number;
+ readonly p25?: number;
+ readonly p50?: number;
+ readonly p75?: number;
+ readonly p90?: number;
+ readonly p95?: number;
+ readonly p99?: number;
+};
+
+// @public
+export interface PercentileSourceTarget {
+ listMetrics(resourceGroupName: string, accountName: string, sourceRegion: string, targetRegion: string, filter: string, options?: PercentileSourceTargetListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PercentileSourceTargetListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PercentileSourceTargetListMetricsResponse = PercentileMetricListResult;
+
+// @public
+export interface PercentileTarget {
+ listMetrics(resourceGroupName: string, accountName: string, targetRegion: string, filter: string, options?: PercentileTargetListMetricsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PercentileTargetListMetricsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PercentileTargetListMetricsResponse = PercentileMetricListResult;
+
+// @public
+export type PeriodicModeBackupPolicy = BackupPolicy & {
+ type: "Periodic";
+ periodicModeProperties?: PeriodicModeProperties;
+};
+
+// @public
+export interface PeriodicModeProperties {
+ backupIntervalInMinutes?: number;
+ backupRetentionIntervalInHours?: number;
+ backupStorageRedundancy?: BackupStorageRedundancy;
+}
+
+// @public
+export interface Permission {
+ dataActions?: string[];
+ notDataActions?: string[];
+}
+
+// @public
+export type PrimaryAggregationType = string;
+
+// @public
+export type PrivateEndpointConnection = ProxyResource & {
+ privateEndpoint?: PrivateEndpointProperty;
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
+ groupId?: string;
+ provisioningState?: string;
+};
+
+// @public
+export interface PrivateEndpointConnectionListResult {
+ value?: PrivateEndpointConnection[];
+}
+
+// @public
+export interface PrivateEndpointConnections {
+ beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
+ beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise;
+ beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise, void>>;
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise;
+ get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise;
+ listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
+
+// @public
+export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
+
+// @public
+export interface PrivateEndpointConnectionsListByDatabaseAccountOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PrivateEndpointConnectionsListByDatabaseAccountResponse = PrivateEndpointConnectionListResult;
+
+// @public
+export interface PrivateEndpointProperty {
+ id?: string;
+}
+
+// @public
+export type PrivateLinkResource = ARMProxyResource & {
+ readonly groupId?: string;
+ readonly requiredMembers?: string[];
+ readonly requiredZoneNames?: string[];
+};
+
+// @public
+export interface PrivateLinkResourceListResult {
+ value?: PrivateLinkResource[];
+}
+
+// @public
+export interface PrivateLinkResources {
+ get(resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise;
+ listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
+
+// @public
+export interface PrivateLinkResourcesListByDatabaseAccountOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type PrivateLinkResourcesListByDatabaseAccountResponse = PrivateLinkResourceListResult;
+
+// @public
+export interface PrivateLinkServiceConnectionStateProperty {
+ readonly actionsRequired?: string;
+ description?: string;
+ status?: string;
+}
+
+// @public
+export type ProxyResource = Resource & {};
+
+// @public
+export type PublicNetworkAccess = string;
+
+// @public
+export interface RegionForOnlineOffline {
+ region: string;
+}
+
+// @public
+export interface Resource {
+ readonly id?: string;
+ readonly name?: string;
+ readonly type?: string;
+}
+
+// @public
+export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned" | "None";
+
+// @public
+export interface RestorableDatabaseAccountGetResult {
+ accountName?: string;
+ readonly apiType?: ApiType;
+ creationTime?: Date;
+ deletionTime?: Date;
+ readonly id?: string;
+ location?: string;
+ readonly name?: string;
+ readonly restorableLocations?: RestorableLocationResource[];
+ readonly type?: string;
+}
+
+// @public
+export interface RestorableDatabaseAccounts {
+ getByLocation(location: string, instanceId: string, options?: RestorableDatabaseAccountsGetByLocationOptionalParams): Promise;
+ list(options?: RestorableDatabaseAccountsListOptionalParams): PagedAsyncIterableIterator;
+ listByLocation(location: string, options?: RestorableDatabaseAccountsListByLocationOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableDatabaseAccountsGetByLocationOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type RestorableDatabaseAccountsGetByLocationResponse = RestorableDatabaseAccountGetResult;
+
+// @public
+export interface RestorableDatabaseAccountsListByLocationOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type RestorableDatabaseAccountsListByLocationResponse = RestorableDatabaseAccountsListResult;
+
+// @public
+export interface RestorableDatabaseAccountsListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type RestorableDatabaseAccountsListResponse = RestorableDatabaseAccountsListResult;
+
+// @public
+export interface RestorableDatabaseAccountsListResult {
+ readonly value?: RestorableDatabaseAccountGetResult[];
+}
+
+// @public
+export interface RestorableLocationResource {
+ readonly creationTime?: Date;
+ readonly deletionTime?: Date;
+ readonly locationName?: string;
+ readonly regionalDatabaseAccountInstanceId?: string;
+}
+
+// @public
+export interface RestorableMongodbCollectionGetResult {
+ readonly id?: string;
+ readonly name?: string;
+ resource?: RestorableMongodbCollectionPropertiesResource;
+ readonly type?: string;
+}
+
+// @public
+export interface RestorableMongodbCollectionPropertiesResource {
+ readonly eventTimestamp?: string;
+ readonly operationType?: OperationType;
+ readonly ownerId?: string;
+ readonly ownerResourceId?: string;
+ readonly rid?: string;
+}
+
+// @public
+export interface RestorableMongodbCollections {
+ list(location: string, instanceId: string, options?: RestorableMongodbCollectionsListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableMongodbCollectionsListOptionalParams extends coreClient.OperationOptions {
+ restorableMongodbDatabaseRid?: string;
+}
+
+// @public
+export type RestorableMongodbCollectionsListResponse = RestorableMongodbCollectionsListResult;
+
+// @public
+export interface RestorableMongodbCollectionsListResult {
+ readonly value?: RestorableMongodbCollectionGetResult[];
+}
+
+// @public
+export interface RestorableMongodbDatabaseGetResult {
+ readonly id?: string;
+ readonly name?: string;
+ resource?: RestorableMongodbDatabasePropertiesResource;
+ readonly type?: string;
+}
+
+// @public
+export interface RestorableMongodbDatabasePropertiesResource {
+ readonly eventTimestamp?: string;
+ readonly operationType?: OperationType;
+ readonly ownerId?: string;
+ readonly ownerResourceId?: string;
+ readonly rid?: string;
+}
+
+// @public
+export interface RestorableMongodbDatabases {
+ list(location: string, instanceId: string, options?: RestorableMongodbDatabasesListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableMongodbDatabasesListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type RestorableMongodbDatabasesListResponse = RestorableMongodbDatabasesListResult;
+
+// @public
+export interface RestorableMongodbDatabasesListResult {
+ readonly value?: RestorableMongodbDatabaseGetResult[];
+}
+
+// @public
+export interface RestorableMongodbResources {
+ list(location: string, instanceId: string, options?: RestorableMongodbResourcesListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableMongodbResourcesListOptionalParams extends coreClient.OperationOptions {
+ restoreLocation?: string;
+ restoreTimestampInUtc?: string;
+}
+
+// @public
+export type RestorableMongodbResourcesListResponse = RestorableMongodbResourcesListResult;
+
+// @public
+export interface RestorableMongodbResourcesListResult {
+ readonly value?: DatabaseRestoreResource[];
+}
+
+// @public
+export interface RestorableSqlContainerGetResult {
+ readonly id?: string;
+ readonly name?: string;
+ resource?: RestorableSqlContainerPropertiesResource;
+ readonly type?: string;
+}
+
+// @public
+export interface RestorableSqlContainerPropertiesResource {
+ container?: RestorableSqlContainerPropertiesResourceContainer;
+ readonly eventTimestamp?: string;
+ readonly operationType?: OperationType;
+ readonly ownerId?: string;
+ readonly ownerResourceId?: string;
+ readonly rid?: string;
+}
+
+// @public
+export type RestorableSqlContainerPropertiesResourceContainer = SqlContainerResource & ExtendedResourceProperties & {
+ readonly self?: string;
+};
+
+// @public
+export interface RestorableSqlContainers {
+ list(location: string, instanceId: string, options?: RestorableSqlContainersListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableSqlContainersListOptionalParams extends coreClient.OperationOptions {
+ endTime?: string;
+ restorableSqlDatabaseRid?: string;
+ startTime?: string;
+}
+
+// @public
+export type RestorableSqlContainersListResponse = RestorableSqlContainersListResult;
+
+// @public
+export interface RestorableSqlContainersListResult {
+ readonly value?: RestorableSqlContainerGetResult[];
+}
+
+// @public
+export interface RestorableSqlDatabaseGetResult {
+ readonly id?: string;
+ readonly name?: string;
+ resource?: RestorableSqlDatabasePropertiesResource;
+ readonly type?: string;
+}
+
+// @public
+export interface RestorableSqlDatabasePropertiesResource {
+ database?: RestorableSqlDatabasePropertiesResourceDatabase;
+ readonly eventTimestamp?: string;
+ readonly operationType?: OperationType;
+ readonly ownerId?: string;
+ readonly ownerResourceId?: string;
+ readonly rid?: string;
+}
+
+// @public
+export type RestorableSqlDatabasePropertiesResourceDatabase = SqlDatabaseResource & ExtendedResourceProperties & {
+ readonly colls?: string;
+ readonly users?: string;
+ readonly self?: string;
+};
+
+// @public
+export interface RestorableSqlDatabases {
+ list(location: string, instanceId: string, options?: RestorableSqlDatabasesListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableSqlDatabasesListOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type RestorableSqlDatabasesListResponse = RestorableSqlDatabasesListResult;
+
+// @public
+export interface RestorableSqlDatabasesListResult {
+ readonly value?: RestorableSqlDatabaseGetResult[];
+}
+
+// @public
+export interface RestorableSqlResources {
+ list(location: string, instanceId: string, options?: RestorableSqlResourcesListOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface RestorableSqlResourcesListOptionalParams extends coreClient.OperationOptions {
+ restoreLocation?: string;
+ restoreTimestampInUtc?: string;
+}
+
+// @public
+export type RestorableSqlResourcesListResponse = RestorableSqlResourcesListResult;
+
+// @public
+export interface RestorableSqlResourcesListResult {
+ readonly value?: DatabaseRestoreResource[];
+}
+
+// @public
+export type RestoreMode = string;
+
+// @public
+export interface RestoreParameters {
+ databasesToRestore?: DatabaseRestoreResource[];
+ restoreMode?: RestoreMode;
+ restoreSource?: string;
+ restoreTimestampInUtc?: Date;
+}
+
+// @public
+export type RoleDefinitionType = "BuiltInRole" | "CustomRole";
+
+// @public (undocumented)
+export interface SeedNode {
+ ipAddress?: string;
+}
+
+// @public
+export type ServerVersion = string;
+
+// @public (undocumented)
+export interface SpatialSpec {
+ path?: string;
+ types?: SpatialType[];
+}
+
+// @public
+export type SpatialType = string;
+
+// @public
+export type SqlContainerCreateUpdateParameters = ARMResourceProperties & {
+ resource: SqlContainerResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type SqlContainerGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type SqlContainerGetPropertiesResource = SqlContainerResource & ExtendedResourceProperties & {};
+
+// @public
+export type SqlContainerGetResults = ARMResourceProperties & {
+ resource?: SqlContainerGetPropertiesResource;
+ options?: SqlContainerGetPropertiesOptions;
+};
+
+// @public
+export interface SqlContainerListResult {
+ readonly value?: SqlContainerGetResults[];
+}
+
+// @public
+export interface SqlContainerResource {
+ analyticalStorageTtl?: number;
+ conflictResolutionPolicy?: ConflictResolutionPolicy;
+ defaultTtl?: number;
+ id: string;
+ indexingPolicy?: IndexingPolicy;
+ partitionKey?: ContainerPartitionKey;
+ uniqueKeyPolicy?: UniqueKeyPolicy;
+}
+
+// @public
+export type SqlDatabaseCreateUpdateParameters = ARMResourceProperties & {
+ resource: SqlDatabaseResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type SqlDatabaseGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type SqlDatabaseGetPropertiesResource = SqlDatabaseResource & ExtendedResourceProperties & {
+ colls?: string;
+ users?: string;
+};
+
+// @public
+export type SqlDatabaseGetResults = ARMResourceProperties & {
+ resource?: SqlDatabaseGetPropertiesResource;
+ options?: SqlDatabaseGetPropertiesOptions;
+};
+
+// @public
+export interface SqlDatabaseListResult {
+ readonly value?: SqlDatabaseGetResults[];
+}
+
+// @public
+export interface SqlDatabaseResource {
+ id: string;
+}
+
+// @public
+export interface SqlResources {
+ beginCreateUpdateSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlContainerOptionalParams): Promise, SqlResourcesCreateUpdateSqlContainerResponse>>;
+ beginCreateUpdateSqlContainerAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlContainerOptionalParams): Promise;
+ beginCreateUpdateSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateSqlDatabaseParameters: SqlDatabaseCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlDatabaseOptionalParams): Promise, SqlResourcesCreateUpdateSqlDatabaseResponse>>;
+ beginCreateUpdateSqlDatabaseAndWait(resourceGroupName: string, accountName: string, databaseName: string, createUpdateSqlDatabaseParameters: SqlDatabaseCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlDatabaseOptionalParams): Promise;
+ beginCreateUpdateSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleAssignmentParameters: SqlRoleAssignmentCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams): Promise, SqlResourcesCreateUpdateSqlRoleAssignmentResponse>>;
+ beginCreateUpdateSqlRoleAssignmentAndWait(roleAssignmentId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleAssignmentParameters: SqlRoleAssignmentCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams): Promise;
+ beginCreateUpdateSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleDefinitionParameters: SqlRoleDefinitionCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams): Promise, SqlResourcesCreateUpdateSqlRoleDefinitionResponse>>;
+ beginCreateUpdateSqlRoleDefinitionAndWait(roleDefinitionId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleDefinitionParameters: SqlRoleDefinitionCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams): Promise;
+ beginCreateUpdateSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, createUpdateSqlStoredProcedureParameters: SqlStoredProcedureCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams): Promise, SqlResourcesCreateUpdateSqlStoredProcedureResponse>>;
+ beginCreateUpdateSqlStoredProcedureAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, createUpdateSqlStoredProcedureParameters: SqlStoredProcedureCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams): Promise;
+ beginCreateUpdateSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, createUpdateSqlTriggerParameters: SqlTriggerCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlTriggerOptionalParams): Promise, SqlResourcesCreateUpdateSqlTriggerResponse>>;
+ beginCreateUpdateSqlTriggerAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, createUpdateSqlTriggerParameters: SqlTriggerCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlTriggerOptionalParams): Promise;
+ beginCreateUpdateSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, createUpdateSqlUserDefinedFunctionParameters: SqlUserDefinedFunctionCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams): Promise, SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse>>;
+ beginCreateUpdateSqlUserDefinedFunctionAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, createUpdateSqlUserDefinedFunctionParameters: SqlUserDefinedFunctionCreateUpdateParameters, options?: SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams): Promise;
+ beginDeleteSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesDeleteSqlContainerOptionalParams): Promise, void>>;
+ beginDeleteSqlContainerAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesDeleteSqlContainerOptionalParams): Promise;
+ beginDeleteSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesDeleteSqlDatabaseOptionalParams): Promise, void>>;
+ beginDeleteSqlDatabaseAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesDeleteSqlDatabaseOptionalParams): Promise;
+ beginDeleteSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: SqlResourcesDeleteSqlRoleAssignmentOptionalParams): Promise, void>>;
+ beginDeleteSqlRoleAssignmentAndWait(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: SqlResourcesDeleteSqlRoleAssignmentOptionalParams): Promise;
+ beginDeleteSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: SqlResourcesDeleteSqlRoleDefinitionOptionalParams): Promise, void>>;
+ beginDeleteSqlRoleDefinitionAndWait(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: SqlResourcesDeleteSqlRoleDefinitionOptionalParams): Promise;
+ beginDeleteSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: SqlResourcesDeleteSqlStoredProcedureOptionalParams): Promise, void>>;
+ beginDeleteSqlStoredProcedureAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: SqlResourcesDeleteSqlStoredProcedureOptionalParams): Promise;
+ beginDeleteSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: SqlResourcesDeleteSqlTriggerOptionalParams): Promise, void>>;
+ beginDeleteSqlTriggerAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: SqlResourcesDeleteSqlTriggerOptionalParams): Promise;
+ beginDeleteSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams): Promise, void>>;
+ beginDeleteSqlUserDefinedFunctionAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams): Promise;
+ beginMigrateSqlContainerToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams): Promise, SqlResourcesMigrateSqlContainerToAutoscaleResponse>>;
+ beginMigrateSqlContainerToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams): Promise;
+ beginMigrateSqlContainerToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams): Promise, SqlResourcesMigrateSqlContainerToManualThroughputResponse>>;
+ beginMigrateSqlContainerToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams): Promise;
+ beginMigrateSqlDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams): Promise, SqlResourcesMigrateSqlDatabaseToAutoscaleResponse>>;
+ beginMigrateSqlDatabaseToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams): Promise;
+ beginMigrateSqlDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams): Promise, SqlResourcesMigrateSqlDatabaseToManualThroughputResponse>>;
+ beginMigrateSqlDatabaseToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams): Promise;
+ beginRetrieveContinuousBackupInformation(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, location: ContinuousBackupRestoreLocation, options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams): Promise, SqlResourcesRetrieveContinuousBackupInformationResponse>>;
+ beginRetrieveContinuousBackupInformationAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, location: ContinuousBackupRestoreLocation, options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams): Promise;
+ beginUpdateSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams): Promise, SqlResourcesUpdateSqlContainerThroughputResponse>>;
+ beginUpdateSqlContainerThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams): Promise;
+ beginUpdateSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams): Promise, SqlResourcesUpdateSqlDatabaseThroughputResponse>>;
+ beginUpdateSqlDatabaseThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams): Promise;
+ getSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesGetSqlContainerOptionalParams): Promise;
+ getSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesGetSqlContainerThroughputOptionalParams): Promise;
+ getSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesGetSqlDatabaseOptionalParams): Promise;
+ getSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesGetSqlDatabaseThroughputOptionalParams): Promise;
+ getSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: SqlResourcesGetSqlRoleAssignmentOptionalParams): Promise;
+ getSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: SqlResourcesGetSqlRoleDefinitionOptionalParams): Promise;
+ getSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: SqlResourcesGetSqlStoredProcedureOptionalParams): Promise;
+ getSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: SqlResourcesGetSqlTriggerOptionalParams): Promise;
+ getSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: SqlResourcesGetSqlUserDefinedFunctionOptionalParams): Promise;
+ listSqlContainers(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesListSqlContainersOptionalParams): PagedAsyncIterableIterator;
+ listSqlDatabases(resourceGroupName: string, accountName: string, options?: SqlResourcesListSqlDatabasesOptionalParams): PagedAsyncIterableIterator;
+ listSqlRoleAssignments(resourceGroupName: string, accountName: string, options?: SqlResourcesListSqlRoleAssignmentsOptionalParams): PagedAsyncIterableIterator;
+ listSqlRoleDefinitions(resourceGroupName: string, accountName: string, options?: SqlResourcesListSqlRoleDefinitionsOptionalParams): PagedAsyncIterableIterator;
+ listSqlStoredProcedures(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesListSqlStoredProceduresOptionalParams): PagedAsyncIterableIterator;
+ listSqlTriggers(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesListSqlTriggersOptionalParams): PagedAsyncIterableIterator;
+ listSqlUserDefinedFunctions(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesListSqlUserDefinedFunctionsOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface SqlResourcesCreateUpdateSqlContainerOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlContainerResponse = SqlContainerGetResults;
+
+// @public
+export interface SqlResourcesCreateUpdateSqlDatabaseOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults;
+
+// @public
+export interface SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults;
+
+// @public
+export interface SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults;
+
+// @public
+export interface SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlStoredProcedureResponse = SqlStoredProcedureGetResults;
+
+// @public
+export interface SqlResourcesCreateUpdateSqlTriggerOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlTriggerResponse = SqlTriggerGetResults;
+
+// @public
+export interface SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults;
+
+// @public
+export interface SqlResourcesDeleteSqlContainerOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesDeleteSqlDatabaseOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesDeleteSqlRoleAssignmentOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesDeleteSqlRoleDefinitionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesDeleteSqlStoredProcedureOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesDeleteSqlTriggerOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface SqlResourcesGetSqlContainerOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlContainerResponse = SqlContainerGetResults;
+
+// @public
+export interface SqlResourcesGetSqlContainerThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlContainerThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesGetSqlDatabaseOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlDatabaseResponse = SqlDatabaseGetResults;
+
+// @public
+export interface SqlResourcesGetSqlDatabaseThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlDatabaseThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesGetSqlRoleAssignmentOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults;
+
+// @public
+export interface SqlResourcesGetSqlRoleDefinitionOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults;
+
+// @public
+export interface SqlResourcesGetSqlStoredProcedureOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlStoredProcedureResponse = SqlStoredProcedureGetResults;
+
+// @public
+export interface SqlResourcesGetSqlTriggerOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlTriggerResponse = SqlTriggerGetResults;
+
+// @public
+export interface SqlResourcesGetSqlUserDefinedFunctionOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesGetSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults;
+
+// @public
+export interface SqlResourcesListSqlContainersOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlContainersResponse = SqlContainerListResult;
+
+// @public
+export interface SqlResourcesListSqlDatabasesOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlDatabasesResponse = SqlDatabaseListResult;
+
+// @public
+export interface SqlResourcesListSqlRoleAssignmentsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlRoleAssignmentsResponse = SqlRoleAssignmentListResult;
+
+// @public
+export interface SqlResourcesListSqlRoleDefinitionsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlRoleDefinitionsResponse = SqlRoleDefinitionListResult;
+
+// @public
+export interface SqlResourcesListSqlStoredProceduresOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlStoredProceduresResponse = SqlStoredProcedureListResult;
+
+// @public
+export interface SqlResourcesListSqlTriggersOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlTriggersResponse = SqlTriggerListResult;
+
+// @public
+export interface SqlResourcesListSqlUserDefinedFunctionsOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type SqlResourcesListSqlUserDefinedFunctionsResponse = SqlUserDefinedFunctionListResult;
+
+// @public
+export interface SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesMigrateSqlContainerToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesMigrateSqlDatabaseToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesRetrieveContinuousBackupInformationOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesRetrieveContinuousBackupInformationResponse = BackupInformation;
+
+// @public
+export interface SqlResourcesUpdateSqlContainerThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesUpdateSqlContainerThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlResourcesUpdateSqlDatabaseThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type SqlResourcesUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface SqlRoleAssignmentCreateUpdateParameters {
+ principalId?: string;
+ roleDefinitionId?: string;
+ scope?: string;
+}
+
+// @public
+export type SqlRoleAssignmentGetResults = ARMProxyResource & {
+ roleDefinitionId?: string;
+ scope?: string;
+ principalId?: string;
+};
+
+// @public
+export interface SqlRoleAssignmentListResult {
+ readonly value?: SqlRoleAssignmentGetResults[];
+}
+
+// @public
+export interface SqlRoleDefinitionCreateUpdateParameters {
+ assignableScopes?: string[];
+ permissions?: Permission[];
+ roleName?: string;
+ type?: RoleDefinitionType;
+}
+
+// @public
+export type SqlRoleDefinitionGetResults = ARMProxyResource & {
+ roleName?: string;
+ typePropertiesType?: RoleDefinitionType;
+ assignableScopes?: string[];
+ permissions?: Permission[];
+};
+
+// @public
+export interface SqlRoleDefinitionListResult {
+ readonly value?: SqlRoleDefinitionGetResults[];
+}
+
+// @public
+export type SqlStoredProcedureCreateUpdateParameters = ARMResourceProperties & {
+ resource: SqlStoredProcedureResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type SqlStoredProcedureGetPropertiesResource = SqlStoredProcedureResource & ExtendedResourceProperties & {};
+
+// @public
+export type SqlStoredProcedureGetResults = ARMResourceProperties & {
+ resource?: SqlStoredProcedureGetPropertiesResource;
+};
+
+// @public
+export interface SqlStoredProcedureListResult {
+ readonly value?: SqlStoredProcedureGetResults[];
+}
+
+// @public
+export interface SqlStoredProcedureResource {
+ body?: string;
+ id: string;
+}
+
+// @public
+export type SqlTriggerCreateUpdateParameters = ARMResourceProperties & {
+ resource: SqlTriggerResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type SqlTriggerGetPropertiesResource = SqlTriggerResource & ExtendedResourceProperties & {};
+
+// @public
+export type SqlTriggerGetResults = ARMResourceProperties & {
+ resource?: SqlTriggerGetPropertiesResource;
+};
+
+// @public
+export interface SqlTriggerListResult {
+ readonly value?: SqlTriggerGetResults[];
+}
+
+// @public
+export interface SqlTriggerResource {
+ body?: string;
+ id: string;
+ triggerOperation?: TriggerOperation;
+ triggerType?: TriggerType;
+}
+
+// @public
+export type SqlUserDefinedFunctionCreateUpdateParameters = ARMResourceProperties & {
+ resource: SqlUserDefinedFunctionResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type SqlUserDefinedFunctionGetPropertiesResource = SqlUserDefinedFunctionResource & ExtendedResourceProperties & {};
+
+// @public
+export type SqlUserDefinedFunctionGetResults = ARMResourceProperties & {
+ resource?: SqlUserDefinedFunctionGetPropertiesResource;
+};
+
+// @public
+export interface SqlUserDefinedFunctionListResult {
+ readonly value?: SqlUserDefinedFunctionGetResults[];
+}
+
+// @public
+export interface SqlUserDefinedFunctionResource {
+ body?: string;
+ id: string;
+}
+
+// @public
+export interface SystemData {
+ createdAt?: Date;
+ createdBy?: string;
+ createdByType?: CreatedByType;
+ lastModifiedAt?: Date;
+ lastModifiedBy?: string;
+ lastModifiedByType?: CreatedByType;
+}
+
+// @public
+export type TableCreateUpdateParameters = ARMResourceProperties & {
+ resource: TableResource;
+ options?: CreateUpdateOptions;
+};
+
+// @public (undocumented)
+export type TableGetPropertiesOptions = OptionsResource & {};
+
+// @public (undocumented)
+export type TableGetPropertiesResource = TableResource & ExtendedResourceProperties & {};
+
+// @public
+export type TableGetResults = ARMResourceProperties & {
+ resource?: TableGetPropertiesResource;
+ options?: TableGetPropertiesOptions;
+};
+
+// @public
+export interface TableListResult {
+ readonly value?: TableGetResults[];
+}
+
+// @public
+export interface TableResource {
+ id: string;
+}
+
+// @public
+export interface TableResources {
+ beginCreateUpdateTable(resourceGroupName: string, accountName: string, tableName: string, createUpdateTableParameters: TableCreateUpdateParameters, options?: TableResourcesCreateUpdateTableOptionalParams): Promise, TableResourcesCreateUpdateTableResponse>>;
+ beginCreateUpdateTableAndWait(resourceGroupName: string, accountName: string, tableName: string, createUpdateTableParameters: TableCreateUpdateParameters, options?: TableResourcesCreateUpdateTableOptionalParams): Promise;
+ beginDeleteTable(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesDeleteTableOptionalParams): Promise, void>>;
+ beginDeleteTableAndWait(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesDeleteTableOptionalParams): Promise;
+ beginMigrateTableToAutoscale(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesMigrateTableToAutoscaleOptionalParams): Promise, TableResourcesMigrateTableToAutoscaleResponse>>;
+ beginMigrateTableToAutoscaleAndWait(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesMigrateTableToAutoscaleOptionalParams): Promise;
+ beginMigrateTableToManualThroughput(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesMigrateTableToManualThroughputOptionalParams): Promise, TableResourcesMigrateTableToManualThroughputResponse>>;
+ beginMigrateTableToManualThroughputAndWait(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesMigrateTableToManualThroughputOptionalParams): Promise;
+ beginUpdateTableThroughput(resourceGroupName: string, accountName: string, tableName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: TableResourcesUpdateTableThroughputOptionalParams): Promise, TableResourcesUpdateTableThroughputResponse>>;
+ beginUpdateTableThroughputAndWait(resourceGroupName: string, accountName: string, tableName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: TableResourcesUpdateTableThroughputOptionalParams): Promise;
+ getTable(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesGetTableOptionalParams): Promise;
+ getTableThroughput(resourceGroupName: string, accountName: string, tableName: string, options?: TableResourcesGetTableThroughputOptionalParams): Promise;
+ listTables(resourceGroupName: string, accountName: string, options?: TableResourcesListTablesOptionalParams): PagedAsyncIterableIterator;
+}
+
+// @public
+export interface TableResourcesCreateUpdateTableOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type TableResourcesCreateUpdateTableResponse = TableGetResults;
+
+// @public
+export interface TableResourcesDeleteTableOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export interface TableResourcesGetTableOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type TableResourcesGetTableResponse = TableGetResults;
+
+// @public
+export interface TableResourcesGetTableThroughputOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type TableResourcesGetTableThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface TableResourcesListTablesOptionalParams extends coreClient.OperationOptions {
+}
+
+// @public
+export type TableResourcesListTablesResponse = TableListResult;
+
+// @public
+export interface TableResourcesMigrateTableToAutoscaleOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type TableResourcesMigrateTableToAutoscaleResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface TableResourcesMigrateTableToManualThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type TableResourcesMigrateTableToManualThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface TableResourcesUpdateTableThroughputOptionalParams extends coreClient.OperationOptions {
+ resumeFrom?: string;
+ updateIntervalInMs?: number;
+}
+
+// @public
+export type TableResourcesUpdateTableThroughputResponse = ThroughputSettingsGetResults;
+
+// @public
+export interface ThroughputPolicyResource {
+ incrementPercent?: number;
+ isEnabled?: boolean;
+}
+
+// @public (undocumented)
+export type ThroughputSettingsGetPropertiesResource = ThroughputSettingsResource & ExtendedResourceProperties & {};
+
+// @public
+export type ThroughputSettingsGetResults = ARMResourceProperties & {
+ resource?: ThroughputSettingsGetPropertiesResource;
+};
+
+// @public
+export interface ThroughputSettingsResource {
+ autoscaleSettings?: AutoscaleSettingsResource;
+ readonly minimumThroughput?: string;
+ readonly offerReplacePending?: string;
+ throughput?: number;
+}
+
+// @public
+export type ThroughputSettingsUpdateParameters = ARMResourceProperties & {
+ resource: ThroughputSettingsResource;
+};
+
+// @public
+export type TriggerOperation = string;
+
+// @public
+export type TriggerType = string;
+
+// @public
+export interface UniqueKey {
+ paths?: string[];
+}
+
+// @public
+export interface UniqueKeyPolicy {
+ uniqueKeys?: UniqueKey[];
+}
+
+// @public
+export type UnitType = string;
+
+// @public
+export interface Usage {
+ readonly currentValue?: number;
+ readonly limit?: number;
+ readonly name?: MetricName;
+ readonly quotaPeriod?: string;
+ readonly unit?: UnitType;
+}
+
+// @public
+export interface UsagesResult {
+ readonly value?: Usage[];
+}
+
+// @public
+export interface VirtualNetworkRule {
+ id?: string;
+ ignoreMissingVNetServiceEndpoint?: boolean;
+}
+
+// (No @packageDocumentation comment for this package)
+
+```
diff --git a/sdk/cosmosdb/arm-cosmosdb/rollup.config.js b/sdk/cosmosdb/arm-cosmosdb/rollup.config.js
index 97be5c8f16cf..9be1955eb7f1 100644
--- a/sdk/cosmosdb/arm-cosmosdb/rollup.config.js
+++ b/sdk/cosmosdb/arm-cosmosdb/rollup.config.js
@@ -1,37 +1,188 @@
-import rollup from "rollup";
-import nodeResolve from "rollup-plugin-node-resolve";
-import sourcemaps from "rollup-plugin-sourcemaps";
-
-/**
- * @type {rollup.RollupFileOptions}
- */
-const config = {
- input: "./esm/cosmosDBManagementClient.js",
- external: [
- "@azure/ms-rest-js",
- "@azure/ms-rest-azure-js"
- ],
- output: {
- file: "./dist/arm-cosmosdb.js",
- format: "umd",
- name: "Azure.ArmCosmosdb",
- sourcemap: true,
- globals: {
- "@azure/ms-rest-js": "msRest",
- "@azure/ms-rest-azure-js": "msRestAzure"
- },
- banner: `/*
+/*
* 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.
- */`
- },
- plugins: [
- nodeResolve({ mainFields: ['module', 'main'] }),
- sourcemaps()
- ]
+ */
+
+import nodeResolve from "@rollup/plugin-node-resolve";
+import cjs from "@rollup/plugin-commonjs";
+import sourcemaps from "rollup-plugin-sourcemaps";
+import multiEntry from "@rollup/plugin-multi-entry";
+import json from "@rollup/plugin-json";
+
+import nodeBuiltins from "builtin-modules";
+
+/**
+ * Gets the proper configuration needed for rollup's commonJS plugin for @opentelemetry/api.
+ *
+ * NOTE: this manual configuration is only needed because OpenTelemetry uses an
+ * __exportStar downleveled helper function to declare its exports which confuses
+ * rollup's automatic discovery mechanism.
+ *
+ * @returns an object reference that can be `...`'d into your cjs() configuration.
+ */
+export function openTelemetryCommonJs() {
+ const namedExports = {};
+
+ for (const key of [
+ "@opentelemetry/api",
+ "@azure/core-tracing/node_modules/@opentelemetry/api"
+ ]) {
+ namedExports[key] = [
+ "SpanKind",
+ "TraceFlags",
+ "getSpan",
+ "setSpan",
+ "SpanStatusCode",
+ "getSpanContext",
+ "setSpanContext"
+ ];
+ }
+
+ const releasedOpenTelemetryVersions = ["0.10.2", "1.0.0-rc.0"];
+
+ for (const version of releasedOpenTelemetryVersions) {
+ namedExports[
+ // working around a limitation in the rollup common.js plugin - it's not able to resolve these modules so the named exports listed above will not get applied. We have to drill down to the actual path.
+ `../../../common/temp/node_modules/.pnpm/@opentelemetry/api@${version}/node_modules/@opentelemetry/api/build/src/index.js`
+ ] = [
+ "SpanKind",
+ "TraceFlags",
+ "getSpan",
+ "setSpan",
+ "StatusCode",
+ "CanonicalCode",
+ "getSpanContext",
+ "setSpanContext"
+ ];
+ }
+
+ return namedExports;
+}
+
+// #region Warning Handler
+
+/**
+ * A function that can determine whether a rollupwarning should be ignored. If
+ * the function returns `true`, then the warning will not be displayed.
+ */
+
+function ignoreNiseSinonEvalWarnings(warning) {
+ return (
+ warning.code === "EVAL" &&
+ warning.id &&
+ (warning.id.includes("node_modules/nise") ||
+ warning.id.includes("node_modules/sinon")) === true
+ );
+}
+
+function ignoreChaiCircularDependencyWarnings(warning) {
+ return (
+ warning.code === "CIRCULAR_DEPENDENCY" &&
+ warning.importer && warning.importer.includes("node_modules/chai") === true
+ );
+}
+
+const warningInhibitors = [
+ ignoreChaiCircularDependencyWarnings,
+ ignoreNiseSinonEvalWarnings
+];
+
+/**
+ * Construct a warning handler for the shared rollup configuration
+ * that ignores certain warnings that are not relevant to testing.
+ */
+function makeOnWarnForTesting() {
+ return (warning, warn) => {
+ // If every inhibitor returns false (i.e. no inhibitors), then show the warning
+ if (warningInhibitors.every((inhib) => !inhib(warning))) {
+ warn(warning);
+ }
+ };
+}
+
+// #endregion
+
+function makeBrowserTestConfig() {
+ const config = {
+ input: {
+ include: ["dist-esm/test/**/*.spec.js"],
+ exclude: ["dist-esm/test/**/node/**"]
+ },
+ output: {
+ file: `dist-test/index.browser.js`,
+ format: "umd",
+ sourcemap: true
+ },
+ preserveSymlinks: false,
+ plugins: [
+ multiEntry({ exports: false }),
+ nodeResolve({
+ mainFields: ["module", "browser"]
+ }),
+ cjs({
+ namedExports: {
+ // Chai's strange internal architecture makes it impossible to statically
+ // analyze its exports.
+ chai: [
+ "version",
+ "use",
+ "util",
+ "config",
+ "expect",
+ "should",
+ "assert"
+ ],
+ ...openTelemetryCommonJs()
+ }
+ }),
+ json(),
+ sourcemaps()
+ //viz({ filename: "dist-test/browser-stats.html", sourcemap: true })
+ ],
+ onwarn: makeOnWarnForTesting(),
+ // Disable tree-shaking of test code. In rollup-plugin-node-resolve@5.0.0,
+ // rollup started respecting the "sideEffects" field in package.json. Since
+ // our package.json sets "sideEffects=false", this also applies to test
+ // code, which causes all tests to be removed by tree-shaking.
+ treeshake: false
+ };
+
+ return config;
+}
+
+const defaultConfigurationOptions = {
+ disableBrowserBundle: false
};
-export default config;
+export function makeConfig(pkg, options) {
+ options = {
+ ...defaultConfigurationOptions,
+ ...(options || {})
+ };
+
+ const baseConfig = {
+ // Use the package's module field if it has one
+ input: pkg["module"] || "dist-esm/src/index.js",
+ external: [
+ ...nodeBuiltins,
+ ...Object.keys(pkg.dependencies),
+ ...Object.keys(pkg.devDependencies)
+ ],
+ output: { file: "dist/index.js", format: "cjs", sourcemap: true },
+ preserveSymlinks: false,
+ plugins: [sourcemaps(), nodeResolve(), cjs()]
+ };
+
+ const config = [baseConfig];
+
+ if (!options.disableBrowserBundle) {
+ config.push(makeBrowserTestConfig());
+ }
+
+ return config;
+}
+
+export default makeConfig(require("./package.json"));
diff --git a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts
index bb1862208b62..91e1b3177bce 100644
--- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts
+++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts
@@ -3,99 +3,156 @@
* 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.
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
-import * as msRest from "@azure/ms-rest-js";
-import { TokenCredential } from "@azure/core-auth";
-import * as Models from "./models";
-import * as Mappers from "./models/mappers";
-import * as operations from "./operations";
+import * as coreAuth from "@azure/core-auth";
+import {
+ DatabaseAccountsImpl,
+ OperationsImpl,
+ DatabaseImpl,
+ CollectionImpl,
+ CollectionRegionImpl,
+ DatabaseAccountRegionImpl,
+ PercentileSourceTargetImpl,
+ PercentileTargetImpl,
+ PercentileImpl,
+ CollectionPartitionRegionImpl,
+ CollectionPartitionImpl,
+ PartitionKeyRangeIdImpl,
+ PartitionKeyRangeIdRegionImpl,
+ SqlResourcesImpl,
+ MongoDBResourcesImpl,
+ TableResourcesImpl,
+ CassandraResourcesImpl,
+ GremlinResourcesImpl,
+ LocationsImpl,
+ NotebookWorkspacesImpl,
+ PrivateEndpointConnectionsImpl,
+ PrivateLinkResourcesImpl,
+ RestorableDatabaseAccountsImpl,
+ RestorableSqlDatabasesImpl,
+ RestorableSqlContainersImpl,
+ RestorableSqlResourcesImpl,
+ RestorableMongodbDatabasesImpl,
+ RestorableMongodbCollectionsImpl,
+ RestorableMongodbResourcesImpl,
+ CassandraClustersImpl,
+ CassandraDataCentersImpl
+} from "./operations";
+import {
+ DatabaseAccounts,
+ Operations,
+ Database,
+ Collection,
+ CollectionRegion,
+ DatabaseAccountRegion,
+ PercentileSourceTarget,
+ PercentileTarget,
+ Percentile,
+ CollectionPartitionRegion,
+ CollectionPartition,
+ PartitionKeyRangeId,
+ PartitionKeyRangeIdRegion,
+ SqlResources,
+ MongoDBResources,
+ TableResources,
+ CassandraResources,
+ GremlinResources,
+ Locations,
+ NotebookWorkspaces,
+ PrivateEndpointConnections,
+ PrivateLinkResources,
+ RestorableDatabaseAccounts,
+ RestorableSqlDatabases,
+ RestorableSqlContainers,
+ RestorableSqlResources,
+ RestorableMongodbDatabases,
+ RestorableMongodbCollections,
+ RestorableMongodbResources,
+ CassandraClusters,
+ CassandraDataCenters
+} from "./operationsInterfaces";
import { CosmosDBManagementClientContext } from "./cosmosDBManagementClientContext";
+import { CosmosDBManagementClientOptionalParams } from "./models";
-
-class CosmosDBManagementClient extends CosmosDBManagementClientContext {
- // Operation groups
- databaseAccounts: operations.DatabaseAccounts;
- operations: operations.Operations;
- database: operations.Database;
- collection: operations.Collection;
- collectionRegion: operations.CollectionRegion;
- databaseAccountRegion: operations.DatabaseAccountRegion;
- percentileSourceTarget: operations.PercentileSourceTarget;
- percentileTarget: operations.PercentileTarget;
- percentile: operations.Percentile;
- collectionPartitionRegion: operations.CollectionPartitionRegion;
- collectionPartition: operations.CollectionPartition;
- partitionKeyRangeId: operations.PartitionKeyRangeId;
- partitionKeyRangeIdRegion: operations.PartitionKeyRangeIdRegion;
- sqlResources: operations.SqlResources;
- mongoDBResources: operations.MongoDBResources;
- tableResources: operations.TableResources;
- cassandraResources: operations.CassandraResources;
- gremlinResources: operations.GremlinResources;
- notebookWorkspaces: operations.NotebookWorkspaces;
- privateEndpointConnections: operations.PrivateEndpointConnections;
- privateLinkResources: operations.PrivateLinkResources;
- restorableDatabaseAccounts: operations.RestorableDatabaseAccounts;
- restorableSqlDatabases: operations.RestorableSqlDatabases;
- restorableSqlContainers: operations.RestorableSqlContainers;
- restorableSqlResources: operations.RestorableSqlResources;
- restorableMongodbDatabases: operations.RestorableMongodbDatabases;
- restorableMongodbCollections: operations.RestorableMongodbCollections;
- restorableMongodbResources: operations.RestorableMongodbResources;
-
+export class CosmosDBManagementClient extends CosmosDBManagementClientContext {
/**
* Initializes a new instance of the CosmosDBManagementClient class.
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
- * more information about these credentials, see
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
- * @azure/ms-rest-browserauth are also supported.
+ * @param credentials Subscription credentials which uniquely identify client subscription.
* @param subscriptionId The ID of the target subscription.
- * @param [options] The parameter options
+ * @param options The parameter options
*/
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.CosmosDBManagementClientOptions) {
+ constructor(
+ credentials: coreAuth.TokenCredential,
+ subscriptionId: string,
+ options?: CosmosDBManagementClientOptionalParams
+ ) {
super(credentials, subscriptionId, options);
- this.databaseAccounts = new operations.DatabaseAccounts(this);
- this.operations = new operations.Operations(this);
- this.database = new operations.Database(this);
- this.collection = new operations.Collection(this);
- this.collectionRegion = new operations.CollectionRegion(this);
- this.databaseAccountRegion = new operations.DatabaseAccountRegion(this);
- this.percentileSourceTarget = new operations.PercentileSourceTarget(this);
- this.percentileTarget = new operations.PercentileTarget(this);
- this.percentile = new operations.Percentile(this);
- this.collectionPartitionRegion = new operations.CollectionPartitionRegion(this);
- this.collectionPartition = new operations.CollectionPartition(this);
- this.partitionKeyRangeId = new operations.PartitionKeyRangeId(this);
- this.partitionKeyRangeIdRegion = new operations.PartitionKeyRangeIdRegion(this);
- this.sqlResources = new operations.SqlResources(this);
- this.mongoDBResources = new operations.MongoDBResources(this);
- this.tableResources = new operations.TableResources(this);
- this.cassandraResources = new operations.CassandraResources(this);
- this.gremlinResources = new operations.GremlinResources(this);
- this.notebookWorkspaces = new operations.NotebookWorkspaces(this);
- this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);
- this.privateLinkResources = new operations.PrivateLinkResources(this);
- this.restorableDatabaseAccounts = new operations.RestorableDatabaseAccounts(this);
- this.restorableSqlDatabases = new operations.RestorableSqlDatabases(this);
- this.restorableSqlContainers = new operations.RestorableSqlContainers(this);
- this.restorableSqlResources = new operations.RestorableSqlResources(this);
- this.restorableMongodbDatabases = new operations.RestorableMongodbDatabases(this);
- this.restorableMongodbCollections = new operations.RestorableMongodbCollections(this);
- this.restorableMongodbResources = new operations.RestorableMongodbResources(this);
+ this.databaseAccounts = new DatabaseAccountsImpl(this);
+ this.operations = new OperationsImpl(this);
+ this.database = new DatabaseImpl(this);
+ this.collection = new CollectionImpl(this);
+ this.collectionRegion = new CollectionRegionImpl(this);
+ this.databaseAccountRegion = new DatabaseAccountRegionImpl(this);
+ this.percentileSourceTarget = new PercentileSourceTargetImpl(this);
+ this.percentileTarget = new PercentileTargetImpl(this);
+ this.percentile = new PercentileImpl(this);
+ this.collectionPartitionRegion = new CollectionPartitionRegionImpl(this);
+ this.collectionPartition = new CollectionPartitionImpl(this);
+ this.partitionKeyRangeId = new PartitionKeyRangeIdImpl(this);
+ this.partitionKeyRangeIdRegion = new PartitionKeyRangeIdRegionImpl(this);
+ this.sqlResources = new SqlResourcesImpl(this);
+ this.mongoDBResources = new MongoDBResourcesImpl(this);
+ this.tableResources = new TableResourcesImpl(this);
+ this.cassandraResources = new CassandraResourcesImpl(this);
+ this.gremlinResources = new GremlinResourcesImpl(this);
+ this.locations = new LocationsImpl(this);
+ this.notebookWorkspaces = new NotebookWorkspacesImpl(this);
+ this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
+ this.privateLinkResources = new PrivateLinkResourcesImpl(this);
+ this.restorableDatabaseAccounts = new RestorableDatabaseAccountsImpl(this);
+ this.restorableSqlDatabases = new RestorableSqlDatabasesImpl(this);
+ this.restorableSqlContainers = new RestorableSqlContainersImpl(this);
+ this.restorableSqlResources = new RestorableSqlResourcesImpl(this);
+ this.restorableMongodbDatabases = new RestorableMongodbDatabasesImpl(this);
+ this.restorableMongodbCollections = new RestorableMongodbCollectionsImpl(
+ this
+ );
+ this.restorableMongodbResources = new RestorableMongodbResourcesImpl(this);
+ this.cassandraClusters = new CassandraClustersImpl(this);
+ this.cassandraDataCenters = new CassandraDataCentersImpl(this);
}
-}
-// Operation Specifications
-
-export {
- CosmosDBManagementClient,
- CosmosDBManagementClientContext,
- Models as CosmosDBManagementModels,
- Mappers as CosmosDBManagementMappers
-};
-export * from "./operations";
+ databaseAccounts: DatabaseAccounts;
+ operations: Operations;
+ database: Database;
+ collection: Collection;
+ collectionRegion: CollectionRegion;
+ databaseAccountRegion: DatabaseAccountRegion;
+ percentileSourceTarget: PercentileSourceTarget;
+ percentileTarget: PercentileTarget;
+ percentile: Percentile;
+ collectionPartitionRegion: CollectionPartitionRegion;
+ collectionPartition: CollectionPartition;
+ partitionKeyRangeId: PartitionKeyRangeId;
+ partitionKeyRangeIdRegion: PartitionKeyRangeIdRegion;
+ sqlResources: SqlResources;
+ mongoDBResources: MongoDBResources;
+ tableResources: TableResources;
+ cassandraResources: CassandraResources;
+ gremlinResources: GremlinResources;
+ locations: Locations;
+ notebookWorkspaces: NotebookWorkspaces;
+ privateEndpointConnections: PrivateEndpointConnections;
+ privateLinkResources: PrivateLinkResources;
+ restorableDatabaseAccounts: RestorableDatabaseAccounts;
+ restorableSqlDatabases: RestorableSqlDatabases;
+ restorableSqlContainers: RestorableSqlContainers;
+ restorableSqlResources: RestorableSqlResources;
+ restorableMongodbDatabases: RestorableMongodbDatabases;
+ restorableMongodbCollections: RestorableMongodbCollections;
+ restorableMongodbResources: RestorableMongodbResources;
+ cassandraClusters: CassandraClusters;
+ cassandraDataCenters: CassandraDataCenters;
+}
diff --git a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts
index f8d7ab8eab11..ad5d4924a258 100644
--- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts
+++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts
@@ -3,65 +3,68 @@
* 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.
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
-import * as Models from "./models";
-import * as msRest from "@azure/ms-rest-js";
-import * as msRestAzure from "@azure/ms-rest-azure-js";
-import { TokenCredential } from "@azure/core-auth";
+import * as coreClient from "@azure/core-client";
+import * as coreAuth from "@azure/core-auth";
+import { CosmosDBManagementClientOptionalParams } from "./models";
-const packageName = "@azure/arm-cosmosdb";
-const packageVersion = "14.1.0";
-
-export class CosmosDBManagementClientContext extends msRestAzure.AzureServiceClient {
- credentials: msRest.ServiceClientCredentials | TokenCredential;
- apiVersion?: string;
+export class CosmosDBManagementClientContext extends coreClient.ServiceClient {
+ $host: string;
subscriptionId: string;
+ apiVersion: string;
/**
- * Initializes a new instance of the CosmosDBManagementClient class.
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
- * more information about these credentials, see
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
- * @azure/ms-rest-browserauth are also supported.
+ * Initializes a new instance of the CosmosDBManagementClientContext class.
+ * @param credentials Subscription credentials which uniquely identify client subscription.
* @param subscriptionId The ID of the target subscription.
- * @param [options] The parameter options
+ * @param options The parameter options
*/
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.CosmosDBManagementClientOptions) {
- if (credentials == undefined) {
- throw new Error('\'credentials\' cannot be null.');
+ constructor(
+ credentials: coreAuth.TokenCredential,
+ subscriptionId: string,
+ options?: CosmosDBManagementClientOptionalParams
+ ) {
+ if (credentials === undefined) {
+ throw new Error("'credentials' cannot be null");
}
- if (subscriptionId == undefined) {
- throw new Error('\'subscriptionId\' cannot be null.');
+ if (subscriptionId === undefined) {
+ throw new Error("'subscriptionId' cannot be null");
}
+ // Initializing default values for options
if (!options) {
options = {};
}
- if (!options.userAgent) {
- const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
- options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
- }
+ const defaults: CosmosDBManagementClientOptionalParams = {
+ requestContentType: "application/json; charset=utf-8",
+ credential: credentials
+ };
- super(credentials, options);
+ const packageDetails = `azsdk-js-arm-cosmosdb/15.0.0-beta.1`;
+ const userAgentPrefix =
+ options.userAgentOptions && options.userAgentOptions.userAgentPrefix
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
+ : `${packageDetails}`;
- this.apiVersion = '2021-06-15';
- this.acceptLanguage = 'en-US';
- this.longRunningOperationRetryTimeout = 30;
- this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
- this.requestContentType = "application/json; charset=utf-8";
- this.credentials = credentials;
+ if (!options.credentialScopes) {
+ options.credentialScopes = ["https://management.azure.com/.default"];
+ }
+ const optionsWithDefaults = {
+ ...defaults,
+ ...options,
+ userAgentOptions: {
+ userAgentPrefix
+ },
+ baseUri: options.endpoint || "https://management.azure.com"
+ };
+ super(optionsWithDefaults);
+ // Parameter assignments
this.subscriptionId = subscriptionId;
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
- this.acceptLanguage = options.acceptLanguage;
- }
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
- this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
- }
+ // Assigning values to Constant parameters
+ this.$host = options.$host || "https://management.azure.com";
+ this.apiVersion = options.apiVersion || "2021-10-15";
}
}
diff --git a/sdk/cosmosdb/arm-cosmosdb/src/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/index.ts
new file mode 100644
index 000000000000..76e017a2ae07
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/src/index.ts
@@ -0,0 +1,13 @@
+/*
+ * 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.
+ */
+
+///
+export * from "./models";
+export { CosmosDBManagementClient } from "./cosmosDBManagementClient";
+export { CosmosDBManagementClientContext } from "./cosmosDBManagementClientContext";
+export * from "./operationsInterfaces";
diff --git a/sdk/cosmosdb/arm-cosmosdb/src/lroImpl.ts b/sdk/cosmosdb/arm-cosmosdb/src/lroImpl.ts
new file mode 100644
index 000000000000..518d5f053b4e
--- /dev/null
+++ b/sdk/cosmosdb/arm-cosmosdb/src/lroImpl.ts
@@ -0,0 +1,34 @@
+/*
+ * 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 { LongRunningOperation, LroResponse } from "@azure/core-lro";
+
+export class LroImpl implements LongRunningOperation {
+ constructor(
+ private sendOperationFn: (args: any, spec: any) => Promise>,
+ private args: Record,
+ private spec: {
+ readonly requestBody?: unknown;
+ readonly path?: string;
+ readonly httpMethod: string;
+ } & Record,
+ public requestPath: string = spec.path!,
+ public requestMethod: string = spec.httpMethod
+ ) {}
+ public async sendInitialRequest(): Promise> {
+ return this.sendOperationFn(this.args, this.spec);
+ }
+ public async sendPollRequest(path: string): Promise