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) + +![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fcosmosdb%2Farm-cosmosdb%2FREADME.png) -![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/cosmosdb/arm-cosmosdb/README.png) +[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> { + const { requestBody, ...restSpec } = this.spec; + return this.sendOperationFn(this.args, { + ...restSpec, + path, + httpMethod: "GET" + }); + } +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/cassandraResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/cassandraResourcesMappers.ts deleted file mode 100644 index 74398ce35f03..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/cassandraResourcesMappers.ts +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceListResult, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableListResult, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/collectionMappers.ts deleted file mode 100644 index e3c8bc0fe4e1..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionMappers.ts +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricAvailability, - MetricDefinition, - MetricDefinitionsListResult, - MetricListResult, - MetricName, - MetricValue, - PartitionMetric, - PartitionUsage, - PercentileMetricValue, - Usage, - UsagesResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionMappers.ts deleted file mode 100644 index 9dab38a0efe3..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionMappers.ts +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricName, - MetricValue, - PartitionMetric, - PartitionMetricListResult, - PartitionUsage, - PartitionUsagesResult, - PercentileMetricValue, - Usage -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionRegionMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionRegionMappers.ts deleted file mode 100644 index aa909665a156..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionPartitionRegionMappers.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricName, - MetricValue, - PartitionMetric, - PartitionMetricListResult, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionRegionMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/collectionRegionMappers.ts deleted file mode 100644 index 9720d80ef314..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/collectionRegionMappers.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricListResult, - MetricName, - MetricValue, - PartitionMetric, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountRegionMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountRegionMappers.ts deleted file mode 100644 index 9720d80ef314..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountRegionMappers.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricListResult, - MetricName, - MetricValue, - PartitionMetric, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountsMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountsMappers.ts deleted file mode 100644 index daf8a890c4d4..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/databaseAccountsMappers.ts +++ /dev/null @@ -1,155 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountConnectionString, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseAccountListConnectionStringsResult, - DatabaseAccountListKeysResult, - DatabaseAccountListReadOnlyKeysResult, - DatabaseAccountRegenerateKeyParameters, - DatabaseAccountsListResult, - DatabaseAccountUpdateParameters, - DatabaseRestoreResource, - ErrorResponse, - ExcludedPath, - FailoverPolicies, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - Metric, - MetricAvailability, - MetricDefinition, - MetricDefinitionsListResult, - MetricListResult, - MetricName, - MetricValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PartitionMetric, - PartitionUsage, - PercentileMetricValue, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - RegionForOnlineOffline, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - Usage, - UsagesResult, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/databaseMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/databaseMappers.ts deleted file mode 100644 index e3c8bc0fe4e1..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/databaseMappers.ts +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricAvailability, - MetricDefinition, - MetricDefinitionsListResult, - MetricListResult, - MetricName, - MetricValue, - PartitionMetric, - PartitionUsage, - PercentileMetricValue, - Usage, - UsagesResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/gremlinResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/gremlinResourcesMappers.ts deleted file mode 100644 index c950ad92168e..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/gremlinResourcesMappers.ts +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseListResult, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphListResult, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts index 957f3666b2df..2c06d9a6b903 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts @@ -6,7463 +6,4614 @@ * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ -import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js"; -import * as msRest from "@azure/ms-rest-js"; +import * as coreClient from "@azure/core-client"; -export { BaseResource, CloudError }; +export type BackupPolicyUnion = + | BackupPolicy + | PeriodicModeBackupPolicy + | ContinuousModeBackupPolicy; -/** - * An interface representing ManagedServiceIdentityUserAssignedIdentitiesValue. - */ -export interface ManagedServiceIdentityUserAssignedIdentitiesValue { +/** The core properties of ARM resources. */ +export interface ARMResourceProperties { /** - * The principal id of user assigned identity. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The unique resource identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly principalId?: string; + readonly id?: string; /** - * The client id of user assigned identity. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly clientId?: string; + readonly name?: string; + /** + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly type?: string; + /** The location of the resource group to which the resource belongs. */ + location?: string; + /** Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB". */ + tags?: { [propertyName: string]: string }; } -/** - * Identity for the resource. - */ +/** Identity for the resource. */ export interface ManagedServiceIdentity { /** - * The principal id of the system assigned identity. This property will only be provided for a - * system assigned identity. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The principal id of the system assigned identity. This property will only be provided for a system assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly principalId?: string; /** - * The tenant id of the system assigned identity. This property will only be provided for a - * system assigned identity. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The tenant id of the system assigned identity. This property will only be provided for a system assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly tenantId?: string; + /** The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. */ + type?: ResourceIdentityType; + /** The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */ + userAssignedIdentities?: { + [propertyName: string]: Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties; + }; +} + +export interface Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties { /** - * The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes - * both an implicitly created identity and a set of user assigned identities. The type 'None' - * will remove any identities from the service. Possible values include: 'SystemAssigned', - * 'UserAssigned', 'SystemAssigned,UserAssigned', 'None' + * The principal id of user assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - type?: ResourceIdentityType; + readonly principalId?: string; /** - * The list of user identities associated with resource. The user identity dictionary key - * references will be ARM resource ids in the form: - * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + * The client id of user assigned identity. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - userAssignedIdentities?: { [propertyName: string]: ManagedServiceIdentityUserAssignedIdentitiesValue }; + readonly clientId?: string; } -/** - * IpAddressOrRange object - */ +/** IpAddressOrRange object */ export interface IpAddressOrRange { - /** - * A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be - * well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, - * 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP - * address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”. - */ + /** A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”. */ ipAddressOrRange?: string; } -/** - * The consistency policy for the Cosmos DB database account. - */ +/** The consistency policy for the Cosmos DB database account. */ export interface ConsistencyPolicy { - /** - * The default consistency level and configuration settings of the Cosmos DB account. Possible - * values include: 'Eventual', 'Session', 'BoundedStaleness', 'Strong', 'ConsistentPrefix' - */ + /** The default consistency level and configuration settings of the Cosmos DB account. */ defaultConsistencyLevel: DefaultConsistencyLevel; - /** - * When used with the Bounded Staleness consistency level, this value represents the number of - * stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when - * defaultConsistencyPolicy is set to 'BoundedStaleness'. - */ + /** When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'. */ maxStalenessPrefix?: number; - /** - * When used with the Bounded Staleness consistency level, this value represents the time amount - * of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when - * defaultConsistencyPolicy is set to 'BoundedStaleness'. - */ + /** When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'. */ maxIntervalInSeconds?: number; } -/** - * Cosmos DB capability object - */ +/** Cosmos DB capability object */ export interface Capability { - /** - * Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also - * include "EnableTable" and "EnableGremlin". - */ + /** Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin". */ name?: string; } -/** - * A region in which the Azure Cosmos DB database account is deployed. - */ +/** A region in which the Azure Cosmos DB database account is deployed. */ export interface Location { /** - * The unique identifier of the region within the database account. Example: - * <accountName>-<locationName>. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The unique identifier of the region within the database account. Example: <accountName>-<locationName>. + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly id?: string; - /** - * The name of the region. - */ + /** The name of the region. */ locationName?: string; /** - * The connection endpoint for the specific region. Example: - * https://<accountName>-<locationName>.documents.azure.com:443/ - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/ + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly documentEndpoint?: string; - provisioningState?: string; /** - * The failover priority of the region. A failover priority of 0 indicates a write region. The - * maximum value for a failover priority = (total number of regions - 1). Failover priority - * values must be unique for each of the regions in which the database account exists. + * The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly provisioningState?: string; + /** The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists. */ failoverPriority?: number; - /** - * Flag to indicate whether or not this region is an AvailabilityZone region - */ + /** Flag to indicate whether or not this region is an AvailabilityZone region */ isZoneRedundant?: boolean; } -/** - * The failover policy for a given region of a database account. - */ +/** The failover policy for a given region of a database account. */ export interface FailoverPolicy { /** - * The unique identifier of the region in which the database account replicates to. Example: - * <accountName>-<locationName>. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>. + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly id?: string; - /** - * The name of the region in which the database account exists. - */ + /** The name of the region in which the database account exists. */ locationName?: string; - /** - * The failover priority of the region. A failover priority of 0 indicates a write region. The - * maximum value for a failover priority = (total number of regions - 1). Failover priority - * values must be unique for each of the regions in which the database account exists. - */ + /** The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists. */ failoverPriority?: number; } -/** - * Virtual Network ACL Rule object - */ +/** Virtual Network ACL Rule object */ export interface VirtualNetworkRule { - /** - * Resource ID of a subnet, for example: - * /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. - */ + /** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}. */ id?: string; - /** - * Create firewall rule before the virtual network has vnet service endpoint enabled. - */ + /** Create firewall rule before the virtual network has vnet service endpoint enabled. */ ignoreMissingVNetServiceEndpoint?: boolean; } -/** - * Private endpoint which the connection belongs to. - */ -export interface PrivateEndpointProperty { - /** - * Resource id of the private endpoint. - */ - id?: string; -} - -/** - * Connection State of the Private Endpoint Connection. - */ -export interface PrivateLinkServiceConnectionStateProperty { - /** - * The private link service connection status. - */ - status?: string; - /** - * The private link service connection description. - */ - description?: string; - /** - * Any action that is required beyond basic workflow (approve/ reject/ disconnect) - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly actionsRequired?: string; -} - -/** - * Common fields that are returned in the response for all Azure Resource Manager resources - * @summary Resource - */ -export interface Resource extends BaseResource { +/** Common fields that are returned in the response for all Azure Resource Manager resources */ +export interface Resource { /** - * Fully qualified resource ID for the resource. Ex - - * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly id?: string; /** * The name of the resource - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly name?: string; /** - * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or - * "Microsoft.Storage/storageAccounts" - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly type?: string; } -/** - * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags - * and a location - * @summary Proxy Resource - */ -export interface ProxyResource extends Resource { +/** Private endpoint which the connection belongs to. */ +export interface PrivateEndpointProperty { + /** Resource id of the private endpoint. */ + id?: string; } -/** - * A private endpoint connection - */ -export interface PrivateEndpointConnection extends ProxyResource { - /** - * Private endpoint which the connection belongs to. - */ - privateEndpoint?: PrivateEndpointProperty; - /** - * Connection State of the Private Endpoint Connection. - */ - privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty; - /** - * Group id of the private endpoint. - */ - groupId?: string; +/** Connection State of the Private Endpoint Connection. */ +export interface PrivateLinkServiceConnectionStateProperty { + /** The private link service connection status. */ + status?: string; + /** The private link service connection description. */ + description?: string; /** - * Provisioning state of the private endpoint. + * Any action that is required beyond basic workflow (approve/ reject/ disconnect) + * NOTE: This property will not be serialized. It can only be populated by the server. */ - provisioningState?: string; + readonly actionsRequired?: string; } -/** - * An interface representing ApiProperties. - */ export interface ApiProperties { - /** - * Describes the ServerVersion of an a MongoDB account. Possible values include: '3.2', '3.6', - * '4.0' - */ + /** Describes the ServerVersion of an a MongoDB account. */ serverVersion?: ServerVersion; } -/** - * Analytical storage specific properties. - */ +/** Analytical storage specific properties. */ export interface AnalyticalStorageConfiguration { - /** - * Possible values include: 'WellDefined', 'FullFidelity' - */ + /** Describes the types of schema for analytical storage. */ schemaType?: AnalyticalStorageSchemaType; } -/** - * Specific Databases to restore. - */ -export interface DatabaseRestoreResource { - /** - * The name of the database available for restore. - */ - databaseName?: string; - /** - * The names of the collections available for restore. - */ - collectionNames?: string[]; -} - -/** - * Parameters to indicate the information about the restore. - */ +/** Parameters to indicate the information about the restore. */ export interface RestoreParameters { - /** - * Describes the mode of the restore. Possible values include: 'PointInTime' - */ + /** Describes the mode of the restore. */ restoreMode?: RestoreMode; - /** - * The id of the restorable database account from which the restore has to be initiated. For - * example: - * /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} - */ + /** The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} */ restoreSource?: string; - /** - * Time to which the account has to be restored (ISO-8601 format). - */ + /** Time to which the account has to be restored (ISO-8601 format). */ restoreTimestampInUtc?: Date; - /** - * List of specific databases available for restore. - */ + /** List of specific databases available for restore. */ databasesToRestore?: DatabaseRestoreResource[]; } -/** - * The object representing the state of the migration between the backup policies. - */ -export interface BackupPolicyMigrationState { - /** - * Describes the status of migration between backup policy types. Possible values include: - * 'Invalid', 'InProgress', 'Completed', 'Failed' - */ - status?: BackupPolicyMigrationStatus; - /** - * Describes the target backup policy type of the backup policy migration. Possible values - * include: 'Periodic', 'Continuous' - */ - targetType?: BackupPolicyType; - /** - * Time at which the backup policy migration started (ISO-8601 format). - */ - startTime?: Date; +/** Specific Databases to restore. */ +export interface DatabaseRestoreResource { + /** The name of the database available for restore. */ + databaseName?: string; + /** The names of the collections available for restore. */ + collectionNames?: string[]; } -/** - * Contains the possible cases for BackupPolicy. - */ -export type BackupPolicyUnion = BackupPolicy | PeriodicModeBackupPolicy | ContinuousModeBackupPolicy; - -/** - * The object representing the policy for taking backups on an account. - */ +/** The object representing the policy for taking backups on an account. */ export interface BackupPolicy { - /** - * Polymorphic Discriminator - */ - type: "BackupPolicy"; - /** - * The object representing the state of the migration between the backup policies. - */ + /** Polymorphic discriminator, which specifies the different types this object can be */ + type: "Periodic" | "Continuous"; + /** The object representing the state of the migration between the backup policies. */ migrationState?: BackupPolicyMigrationState; } -/** - * The CORS policy for the Cosmos DB database account. - */ +/** The object representing the state of the migration between the backup policies. */ +export interface BackupPolicyMigrationState { + /** Describes the status of migration between backup policy types. */ + status?: BackupPolicyMigrationStatus; + /** Describes the target backup policy type of the backup policy migration. */ + targetType?: BackupPolicyType; + /** Time at which the backup policy migration started (ISO-8601 format). */ + startTime?: Date; +} + +/** The CORS policy for the Cosmos DB database account. */ export interface CorsPolicy { - /** - * The origin domains that are permitted to make a request against the service via CORS. - */ + /** The origin domains that are permitted to make a request against the service via CORS. */ allowedOrigins: string; - /** - * The methods (HTTP request verbs) that the origin domain may use for a CORS request. - */ + /** The methods (HTTP request verbs) that the origin domain may use for a CORS request. */ allowedMethods?: string; - /** - * The request headers that the origin domain may specify on the CORS request. - */ + /** The request headers that the origin domain may specify on the CORS request. */ allowedHeaders?: string; - /** - * The response headers that may be sent in the response to the CORS request and exposed by the - * browser to the request issuer. - */ + /** The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer. */ exposedHeaders?: string; - /** - * The maximum amount time that a browser should cache the preflight OPTIONS request. - */ + /** The maximum amount time that a browser should cache the preflight OPTIONS request. */ maxAgeInSeconds?: number; } -/** - * Metadata pertaining to creation and last modification of the resource. - */ +/** The object that represents all properties related to capacity enforcement on an account. */ +export interface Capacity { + /** The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput. */ + totalThroughputLimit?: number; +} + +/** Metadata pertaining to creation and last modification of the resource. */ export interface SystemData { - /** - * The identity that created the resource. - */ + /** The identity that created the resource. */ createdBy?: string; - /** - * The type of identity that created the resource. Possible values include: 'User', - * 'Application', 'ManagedIdentity', 'Key' - */ + /** The type of identity that created the resource. */ createdByType?: CreatedByType; - /** - * The timestamp of resource creation (UTC). - */ + /** The timestamp of resource creation (UTC). */ createdAt?: Date; - /** - * The identity that last modified the resource. - */ + /** The identity that last modified the resource. */ lastModifiedBy?: string; - /** - * The type of identity that last modified the resource. Possible values include: 'User', - * 'Application', 'ManagedIdentity', 'Key' - */ + /** The type of identity that last modified the resource. */ lastModifiedByType?: CreatedByType; + /** The timestamp of resource last modification (UTC) */ + lastModifiedAt?: Date; +} + +/** Parameters for patching Azure Cosmos DB database account properties. */ +export interface DatabaseAccountUpdateParameters { + /** Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB". */ + tags?: { [propertyName: string]: string }; + /** The location of the resource group to which the resource belongs. */ + location?: string; + /** Identity for the resource. */ + identity?: ManagedServiceIdentity; + /** The consistency policy for the Cosmos DB account. */ + consistencyPolicy?: ConsistencyPolicy; + /** An array that contains the georeplication locations enabled for the Cosmos DB account. */ + locations?: Location[]; + /** List of IpRules. */ + ipRules?: IpAddressOrRange[]; + /** Flag to indicate whether to enable/disable Virtual Network ACL rules. */ + isVirtualNetworkFilterEnabled?: boolean; + /** Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account. */ + enableAutomaticFailover?: boolean; + /** List of Cosmos DB capabilities for the account */ + capabilities?: Capability[]; + /** List of Virtual Network ACL rules configured for the Cosmos DB account. */ + virtualNetworkRules?: VirtualNetworkRule[]; + /** Enables the account to write in multiple locations */ + enableMultipleWriteLocations?: boolean; + /** Enables the cassandra connector on the Cosmos DB C* account */ + enableCassandraConnector?: boolean; + /** The cassandra connector offer type for the Cosmos DB database C* account. */ + connectorOffer?: ConnectorOffer; + /** Disable write operations on metadata resources (databases, containers, throughput) via account keys */ + disableKeyBasedMetadataWriteAccess?: boolean; + /** The URI of the key vault */ + keyVaultKeyUri?: string; + /** The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more. */ + defaultIdentity?: string; + /** Whether requests from Public Network are allowed */ + publicNetworkAccess?: PublicNetworkAccess; + /** Flag to indicate whether Free Tier is enabled. */ + enableFreeTier?: boolean; + /** API specific properties. Currently, supported only for MongoDB API. */ + apiProperties?: ApiProperties; + /** Flag to indicate whether to enable storage analytics. */ + enableAnalyticalStorage?: boolean; + /** Analytical storage specific properties. */ + analyticalStorageConfiguration?: AnalyticalStorageConfiguration; + /** The object representing the policy for taking backups on an account. */ + backupPolicy?: BackupPolicyUnion; + /** The CORS policy for the Cosmos DB database account. */ + cors?: CorsPolicy[]; + /** Indicates what services are allowed to bypass firewall checks. */ + networkAclBypass?: NetworkAclBypass; + /** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */ + networkAclBypassResourceIds?: string[]; + /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */ + disableLocalAuth?: boolean; + /** The object that represents all properties related to capacity enforcement on an account. */ + capacity?: Capacity; +} + +/** The list of new failover policies for the failover priority change. */ +export interface FailoverPolicies { + /** List of failover policies. */ + failoverPolicies: FailoverPolicy[]; +} + +/** The List operation response, that contains the database accounts and their properties. */ +export interface DatabaseAccountsListResult { /** - * The timestamp of resource last modification (UTC) + * List of database account and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - lastModifiedAt?: Date; + readonly value?: DatabaseAccountGetResults[]; } -/** - * The core properties of ARM resources. - */ -export interface ARMResourceProperties extends BaseResource { +/** The read-only access keys for the given database account. */ +export interface DatabaseAccountListReadOnlyKeysResult { /** - * The unique resource identifier of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Base 64 encoded value of the primary read-only key. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly id?: string; + readonly primaryReadonlyMasterKey?: string; /** - * The name of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Base 64 encoded value of the secondary read-only key. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly name?: string; + readonly secondaryReadonlyMasterKey?: string; +} + +/** The connection strings for the given database account. */ +export interface DatabaseAccountListConnectionStringsResult { + /** An array that contains the connection strings for the Cosmos DB account. */ + connectionStrings?: DatabaseAccountConnectionString[]; +} + +/** Connection string for the Cosmos DB account */ +export interface DatabaseAccountConnectionString { /** - * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Value of the connection string + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly type?: string; + readonly connectionString?: string; /** - * The location of the resource group to which the resource belongs. + * Description of the connection string + * NOTE: This property will not be serialized. It can only be populated by the server. */ - location?: string; - tags?: { [propertyName: string]: string }; + readonly description?: string; } -/** - * An Azure Cosmos DB database account. - */ -export interface DatabaseAccountGetResults extends ARMResourceProperties { +/** Cosmos DB region to online or offline. */ +export interface RegionForOnlineOffline { + /** Cosmos DB region, with spaces between words and each word capitalized. */ + region: string; +} + +/** Error Response. */ +export interface ErrorResponse { + /** Error code. */ + code?: string; + /** Error message indicating why the operation failed. */ + message?: string; +} + +/** Parameters to regenerate the keys within the database account. */ +export interface DatabaseAccountRegenerateKeyParameters { + /** The access key to regenerate. */ + keyKind: KeyKind; +} + +/** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */ +export interface OperationListResult { + /** List of operations supported by the Resource Provider. */ + value?: Operation[]; + /** URL to get the next set of operation list results if there are any. */ + nextLink?: string; +} + +/** REST API operation */ +export interface Operation { + /** Operation name: {provider}/{resource}/{operation} */ + name?: string; + /** The object that represents the operation. */ + display?: OperationDisplay; +} + +/** The object that represents the operation. */ +export interface OperationDisplay { + /** Service provider: Microsoft.ResourceProvider */ + provider?: string; + /** Resource on which the operation is performed: Profile, endpoint, etc. */ + resource?: string; + /** Operation type: Read, write, delete, etc. */ + operation?: string; + /** Description of operation */ + description?: string; +} + +/** The response to a list metrics request. */ +export interface MetricListResult { /** - * Indicates the type of database account. This can only be set at database account creation. - * Possible values include: 'GlobalDocumentDB', 'MongoDB', 'Parse'. Default value: - * 'GlobalDocumentDB'. + * The list of metrics for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - kind?: DatabaseAccountKind; - identity?: ManagedServiceIdentity; - provisioningState?: string; + readonly value?: Metric[]; +} + +/** Metric data */ +export interface Metric { /** - * The connection endpoint for the Cosmos DB database account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The start time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly documentEndpoint?: string; + readonly startTime?: Date; /** - * The offer type for the Cosmos DB database account. Default value: Standard. Possible values - * include: 'Standard' - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The end time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly databaseAccountOfferType?: DatabaseAccountOfferType; + readonly endTime?: Date; /** - * List of IpRules. + * The time grain to be used to summarize the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - ipRules?: IpAddressOrRange[]; + readonly timeGrain?: string; /** - * Flag to indicate whether to enable/disable Virtual Network ACL rules. + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - isVirtualNetworkFilterEnabled?: boolean; + readonly unit?: UnitType; /** - * Enables automatic failover of the write region in the rare event that the region is - * unavailable due to an outage. Automatic failover will result in a new write region for the - * account and is chosen based on the failover priorities configured for the account. + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableAutomaticFailover?: boolean; + readonly name?: MetricName; /** - * The consistency policy for the Cosmos DB database account. + * The metric values for the specified time window and timestep. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - consistencyPolicy?: ConsistencyPolicy; + readonly metricValues?: MetricValue[]; +} + +/** A metric name. */ +export interface MetricName { /** - * List of Cosmos DB capabilities for the account + * The name of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - capabilities?: Capability[]; + readonly value?: string; /** - * An array that contains the write location for the Cosmos DB account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The friendly name of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly writeLocations?: Location[]; + readonly localizedValue?: string; +} + +/** Represents metrics values. */ +export interface MetricValue { /** - * An array that contains of the read locations enabled for the Cosmos DB account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The number of values for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly readLocations?: Location[]; + readonly count?: number; /** - * An array that contains all of the locations enabled for the Cosmos DB account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The average value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly locations?: Location[]; + readonly average?: number; /** - * An array that contains the regions ordered by their failover priorities. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The max value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly failoverPolicies?: FailoverPolicy[]; + readonly maximum?: number; /** - * List of Virtual Network ACL rules configured for the Cosmos DB account. + * The min value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - virtualNetworkRules?: VirtualNetworkRule[]; + readonly minimum?: number; /** - * List of Private Endpoint Connections configured for the Cosmos DB account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The metric timestamp (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly privateEndpointConnections?: PrivateEndpointConnection[]; + readonly timestamp?: Date; /** - * Enables the account to write in multiple locations + * The total value of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableMultipleWriteLocations?: boolean; + readonly total?: number; +} + +/** The response to a list percentile metrics request. */ +export interface PercentileMetricListResult { /** - * Enables the cassandra connector on the Cosmos DB C* account + * The list of percentile metrics for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableCassandraConnector?: boolean; + readonly value?: PercentileMetric[]; +} + +/** Percentile Metric data */ +export interface PercentileMetric { /** - * The cassandra connector offer type for the Cosmos DB database C* account. Possible values - * include: 'Small' + * The start time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - connectorOffer?: ConnectorOffer; + readonly startTime?: Date; /** - * Disable write operations on metadata resources (databases, containers, throughput) via account - * keys + * The end time for the metric (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableKeyBasedMetadataWriteAccess?: boolean; + readonly endTime?: Date; /** - * The URI of the key vault + * The time grain to be used to summarize the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - keyVaultKeyUri?: string; + readonly timeGrain?: string; /** - * The default identity for accessing key vault used in features like customer managed keys. The - * default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", - * "SystemAssignedIdentity" and more. + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - defaultIdentity?: string; + readonly unit?: UnitType; /** - * Whether requests from Public Network are allowed. Possible values include: 'Enabled', - * 'Disabled' + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - publicNetworkAccess?: PublicNetworkAccess; + readonly name?: MetricName; /** - * Flag to indicate whether Free Tier is enabled. + * The percentile metric values for the specified time window and timestep. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableFreeTier?: boolean; + readonly metricValues?: PercentileMetricValue[]; +} + +/** The response to a list partition metrics request. */ +export interface PartitionMetricListResult { /** - * API specific properties. + * The list of partition-level metrics for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - apiProperties?: ApiProperties; + readonly value?: PartitionMetric[]; +} + +/** The response to a list usage request. */ +export interface UsagesResult { /** - * Flag to indicate whether to enable storage analytics. + * The list of usages for the database. A usage is a point in time metric + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableAnalyticalStorage?: boolean; + readonly value?: Usage[]; +} + +/** The usage data for a usage request. */ +export interface Usage { /** - * Analytical storage specific properties. + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - analyticalStorageConfiguration?: AnalyticalStorageConfiguration; + readonly unit?: UnitType; /** - * A unique identifier assigned to the database account - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly instanceId?: string; + readonly name?: MetricName; /** - * Enum to indicate the mode of account creation. Possible values include: 'Default', 'Restore'. - * Default value: 'Default'. + * The quota period used to summarize the usage values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - createMode?: CreateMode; + readonly quotaPeriod?: string; /** - * Parameters to indicate the information about the restore. + * Maximum value for this metric + * NOTE: This property will not be serialized. It can only be populated by the server. */ - restoreParameters?: RestoreParameters; + readonly limit?: number; + /** + * Current value for this metric + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly currentValue?: number; +} + +/** The response to a list partition level usage request. */ +export interface PartitionUsagesResult { /** - * The object representing the policy for taking backups on an account. + * The list of partition-level usages for the database. A usage is a point in time metric + * NOTE: This property will not be serialized. It can only be populated by the server. */ - backupPolicy?: BackupPolicyUnion; + readonly value?: PartitionUsage[]; +} + +/** The response to a list metric definitions request. */ +export interface MetricDefinitionsListResult { /** - * The CORS policy for the Cosmos DB database account. + * The list of metric definitions for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - cors?: CorsPolicy[]; + readonly value?: MetricDefinition[]; +} + +/** The definition of a metric. */ +export interface MetricDefinition { /** - * Indicates what services are allowed to bypass firewall checks. Possible values include: - * 'None', 'AzureServices' + * The list of metric availabilities for the account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - networkAclBypass?: NetworkAclBypass; + readonly metricAvailabilities?: MetricAvailability[]; /** - * An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. + * The primary aggregation type of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - networkAclBypassResourceIds?: string[]; + readonly primaryAggregationType?: PrimaryAggregationType; /** - * Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for - * authentication. + * The unit of the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - disableLocalAuth?: boolean; + readonly unit?: UnitType; /** - * The system meta data relating to this resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The resource uri of the database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly systemData?: SystemData; + readonly resourceUri?: string; + /** + * The name information for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly name?: MetricName; } -/** - * An interface representing SqlDatabaseGetPropertiesResource. - */ -export interface SqlDatabaseGetPropertiesResource { +/** The availability of the metric. */ +export interface MetricAvailability { /** - * Name of the Cosmos DB SQL database + * The time grain to be used to summarize the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly timeGrain?: string; /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The retention for the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly retention?: string; +} + +/** The List operation response, that contains the SQL databases and their properties. */ +export interface SqlDatabaseListResult { /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * List of SQL databases and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly value?: SqlDatabaseGetResults[]; +} + +/** Cosmos DB SQL database resource object */ +export interface SqlDatabaseResource { + /** Name of the Cosmos DB SQL database */ + id: string; +} + +/** The system generated resource properties associated with SQL databases, SQL containers, Gremlin databases and Gremlin graphs. */ +export interface ExtendedResourceProperties { /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly rid?: string; /** - * A system generated property that specified the addressable path of the collections resource. + * A system generated property that denotes the last updated timestamp of the resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _colls?: string; + readonly ts?: number; /** - * A system generated property that specifies the addressable path of the users resource. + * A system generated property representing the resource etag required for optimistic concurrency control. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _users?: string; + readonly etag?: string; } -/** - * Cosmos DB options resource object - */ +/** Cosmos DB options resource object */ export interface OptionsResource { - /** - * Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting - * resource when retrieving offer details. - */ + /** Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details. */ throughput?: number; - /** - * Specifies the Autoscale settings. - */ + /** Specifies the Autoscale settings. */ autoscaleSettings?: AutoscaleSettings; } -/** - * An interface representing SqlDatabaseGetPropertiesOptions. - */ -export interface SqlDatabaseGetPropertiesOptions extends OptionsResource { +export interface AutoscaleSettings { + /** Represents maximum throughput, the resource can scale up to. */ + maxThroughput?: number; } -/** - * An Azure Cosmos DB SQL database. - */ -export interface SqlDatabaseGetResults extends ARMResourceProperties { - resource?: SqlDatabaseGetPropertiesResource; - options?: SqlDatabaseGetPropertiesOptions; +/** CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput" */ +export interface CreateUpdateOptions { + /** Request Units per second. For example, "throughput": 10000. */ + throughput?: number; + /** Specifies the Autoscale settings. */ + autoscaleSettings?: AutoscaleSettings; } -/** - * The indexes for the path. - */ -export interface Indexes { - /** - * The datatype for which the indexing behavior is applied to. Possible values include: 'String', - * 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'. Default value: 'String'. - */ - dataType?: DataType; +/** Cosmos DB resource throughput object. Either throughput is required or autoscaleSettings is required, but not both. */ +export interface ThroughputSettingsResource { + /** Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both. */ + throughput?: number; + /** Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both. */ + autoscaleSettings?: AutoscaleSettingsResource; /** - * The precision of the index. -1 is maximum precision. + * The minimum throughput of the resource + * NOTE: This property will not be serialized. It can only be populated by the server. */ - precision?: number; + readonly minimumThroughput?: string; /** - * Indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial'. Default - * value: 'Hash'. + * The throughput replace is pending + * NOTE: This property will not be serialized. It can only be populated by the server. */ - kind?: IndexKind; + readonly offerReplacePending?: string; } -/** - * The paths that are included in indexing - */ -export interface IncludedPath { - /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) - */ - path?: string; +/** Cosmos DB provisioned throughput settings object */ +export interface AutoscaleSettingsResource { + /** Represents maximum throughput container can scale up to. */ + maxThroughput: number; + /** Cosmos DB resource auto-upgrade policy */ + autoUpgradePolicy?: AutoUpgradePolicyResource; /** - * List of indexes for this path + * Represents target maximum throughput container can scale up to once offer is no longer in pending state. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - indexes?: Indexes[]; + readonly targetMaxThroughput?: number; } -/** - * An interface representing ExcludedPath. - */ -export interface ExcludedPath { - /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) - */ - path?: string; +/** Cosmos DB resource auto-upgrade policy */ +export interface AutoUpgradePolicyResource { + /** Represents throughput policy which service must adhere to for auto-upgrade */ + throughputPolicy?: ThroughputPolicyResource; } -/** - * An interface representing CompositePath. - */ -export interface CompositePath { - /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) - */ - path?: string; - /** - * Sort order for composite paths. Possible values include: 'ascending', 'descending' - */ - order?: CompositePathSortOrder; +/** Cosmos DB resource throughput policy */ +export interface ThroughputPolicyResource { + /** Determines whether the ThroughputPolicy is active or not */ + isEnabled?: boolean; + /** Represents the percentage by which throughput can increase every time throughput policy kicks in. */ + incrementPercent?: number; } -/** - * An interface representing SpatialSpec. - */ -export interface SpatialSpec { - /** - * The path for which the indexing behavior applies to. Index paths typically start with root and - * end with wildcard (/path/*) - */ - path?: string; - /** - * List of path's spatial type - */ - types?: SpatialType[]; +/** An error response from the service. */ +export interface CloudError { + /** Error Response. */ + error?: ErrorResponse; } -/** - * Cosmos DB indexing policy - */ -export interface IndexingPolicy { - /** - * Indicates if the indexing policy is automatic - */ - automatic?: boolean; +/** The List operation response, that contains the containers and their properties. */ +export interface SqlContainerListResult { /** - * Indicates the indexing mode. Possible values include: 'consistent', 'lazy', 'none'. Default - * value: 'consistent'. - */ - indexingMode?: IndexingMode; - /** - * List of paths to include in the indexing + * List of containers and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly value?: SqlContainerGetResults[]; +} + +/** Cosmos DB SQL container resource object */ +export interface SqlContainerResource { + /** Name of the Cosmos DB SQL container */ + id: string; + /** The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container */ + indexingPolicy?: IndexingPolicy; + /** The configuration of the partition key to be used for partitioning data into multiple partitions */ + partitionKey?: ContainerPartitionKey; + /** Default time to live */ + defaultTtl?: number; + /** The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service. */ + uniqueKeyPolicy?: UniqueKeyPolicy; + /** The conflict resolution policy for the container. */ + conflictResolutionPolicy?: ConflictResolutionPolicy; + /** Analytical TTL. */ + analyticalStorageTtl?: number; +} + +/** Cosmos DB indexing policy */ +export interface IndexingPolicy { + /** Indicates if the indexing policy is automatic */ + automatic?: boolean; + /** Indicates the indexing mode. */ + indexingMode?: IndexingMode; + /** List of paths to include in the indexing */ includedPaths?: IncludedPath[]; - /** - * List of paths to exclude from indexing - */ + /** List of paths to exclude from indexing */ excludedPaths?: ExcludedPath[]; - /** - * List of composite path list - */ + /** List of composite path list */ compositeIndexes?: CompositePath[][]; - /** - * List of spatial specifics - */ + /** List of spatial specifics */ spatialIndexes?: SpatialSpec[]; } -/** - * The configuration of the partition key to be used for partitioning data into multiple partitions - */ +/** The paths that are included in indexing */ +export interface IncludedPath { + /** The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*) */ + path?: string; + /** List of indexes for this path */ + indexes?: Indexes[]; +} + +/** The indexes for the path. */ +export interface Indexes { + /** The datatype for which the indexing behavior is applied to. */ + dataType?: DataType; + /** The precision of the index. -1 is maximum precision. */ + precision?: number; + /** Indicates the type of index. */ + kind?: IndexKind; +} + +export interface ExcludedPath { + /** The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*) */ + path?: string; +} + +export interface CompositePath { + /** The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*) */ + path?: string; + /** Sort order for composite paths. */ + order?: CompositePathSortOrder; +} + +export interface SpatialSpec { + /** The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*) */ + path?: string; + /** List of path's spatial type */ + types?: SpatialType[]; +} + +/** The configuration of the partition key to be used for partitioning data into multiple partitions */ export interface ContainerPartitionKey { - /** - * List of paths using which data within the container can be partitioned - */ + /** List of paths using which data within the container can be partitioned */ paths?: string[]; - /** - * Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys - * (upto three maximum) are supported for container create. Possible values include: 'Hash', - * 'Range', 'MultiHash'. Default value: 'Hash'. - */ + /** Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create */ kind?: PartitionKind; - /** - * Indicates the version of the partition key definition - */ + /** Indicates the version of the partition key definition */ version?: number; /** * Indicates if the container is using a system generated partition key - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly systemKey?: boolean; } -/** - * The unique key on that enforces uniqueness constraint on documents in the collection in the - * Azure Cosmos DB service. - */ -export interface UniqueKey { - /** - * List of paths must be unique for each document in the Azure Cosmos DB service - */ - paths?: string[]; -} - -/** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. - */ +/** The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service. */ export interface UniqueKeyPolicy { - /** - * List of unique keys on that enforces uniqueness constraint on documents in the collection in - * the Azure Cosmos DB service. - */ + /** List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service. */ uniqueKeys?: UniqueKey[]; } -/** - * The conflict resolution policy for the container. - */ +/** The unique key on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service. */ +export interface UniqueKey { + /** List of paths must be unique for each document in the Azure Cosmos DB service */ + paths?: string[]; +} + +/** The conflict resolution policy for the container. */ export interface ConflictResolutionPolicy { - /** - * Indicates the conflict resolution mode. Possible values include: 'LastWriterWins', 'Custom'. - * Default value: 'LastWriterWins'. - */ + /** Indicates the conflict resolution mode. */ mode?: ConflictResolutionMode; - /** - * The conflict resolution path in the case of LastWriterWins mode. - */ + /** The conflict resolution path in the case of LastWriterWins mode. */ conflictResolutionPath?: string; - /** - * The procedure to resolve conflicts in the case of custom mode. - */ + /** The procedure to resolve conflicts in the case of custom mode. */ conflictResolutionProcedure?: string; } -/** - * An interface representing SqlContainerGetPropertiesResource. - */ -export interface SqlContainerGetPropertiesResource { +/** The List operation response, that contains the storedProcedures and their properties. */ +export interface SqlStoredProcedureListResult { /** - * Name of the Cosmos DB SQL container + * List of storedProcedures and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly value?: SqlStoredProcedureGetResults[]; +} + +/** Cosmos DB SQL storedProcedure resource object */ +export interface SqlStoredProcedureResource { + /** Name of the Cosmos DB SQL storedProcedure */ id: string; + /** Body of the Stored Procedure */ + body?: string; +} + +/** The List operation response, that contains the userDefinedFunctions and their properties. */ +export interface SqlUserDefinedFunctionListResult { /** - * The configuration of the indexing policy. By default, the indexing is automatic for all - * document paths within the container - */ - indexingPolicy?: IndexingPolicy; - /** - * The configuration of the partition key to be used for partitioning data into multiple - * partitions - */ - partitionKey?: ContainerPartitionKey; - /** - * Default time to live + * List of userDefinedFunctions and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - defaultTtl?: number; + readonly value?: SqlUserDefinedFunctionGetResults[]; +} + +/** Cosmos DB SQL userDefinedFunction resource object */ +export interface SqlUserDefinedFunctionResource { + /** Name of the Cosmos DB SQL userDefinedFunction */ + id: string; + /** Body of the User Defined Function */ + body?: string; +} + +/** The List operation response, that contains the triggers and their properties. */ +export interface SqlTriggerListResult { /** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. + * List of triggers and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - uniqueKeyPolicy?: UniqueKeyPolicy; + readonly value?: SqlTriggerGetResults[]; +} + +/** Cosmos DB SQL trigger resource object */ +export interface SqlTriggerResource { + /** Name of the Cosmos DB SQL trigger */ + id: string; + /** Body of the Trigger */ + body?: string; + /** Type of the Trigger */ + triggerType?: TriggerType; + /** The operation the trigger is associated with */ + triggerOperation?: TriggerOperation; +} + +/** The List operation response, that contains the MongoDB databases and their properties. */ +export interface MongoDBDatabaseListResult { /** - * The conflict resolution policy for the container. + * List of MongoDB databases and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - conflictResolutionPolicy?: ConflictResolutionPolicy; + readonly value?: MongoDBDatabaseGetResults[]; +} + +/** Cosmos DB MongoDB database resource object */ +export interface MongoDBDatabaseResource { + /** Name of the Cosmos DB MongoDB database */ + id: string; +} + +/** The List operation response, that contains the MongoDB collections and their properties. */ +export interface MongoDBCollectionListResult { /** - * Analytical TTL. + * List of MongoDB collections and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly value?: MongoDBCollectionGetResults[]; +} + +/** Cosmos DB MongoDB collection resource object */ +export interface MongoDBCollectionResource { + /** Name of the Cosmos DB MongoDB collection */ + id: string; + /** A key-value pair of shard keys to be applied for the request. */ + shardKey?: { [propertyName: string]: string }; + /** List of index keys */ + indexes?: MongoIndex[]; + /** Analytical TTL. */ analyticalStorageTtl?: number; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _ts?: number; - /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _etag?: string; } -/** - * An interface representing SqlContainerGetPropertiesOptions. - */ -export interface SqlContainerGetPropertiesOptions extends OptionsResource { +/** Cosmos DB MongoDB collection index key */ +export interface MongoIndex { + /** Cosmos DB MongoDB collection index keys */ + key?: MongoIndexKeys; + /** Cosmos DB MongoDB collection index key options */ + options?: MongoIndexOptions; } -/** - * An Azure Cosmos DB container. - */ -export interface SqlContainerGetResults extends ARMResourceProperties { - resource?: SqlContainerGetPropertiesResource; - options?: SqlContainerGetPropertiesOptions; +/** Cosmos DB MongoDB collection resource object */ +export interface MongoIndexKeys { + /** List of keys for each MongoDB collection in the Azure Cosmos DB service */ + keys?: string[]; } -/** - * An interface representing SqlStoredProcedureGetPropertiesResource. - */ -export interface SqlStoredProcedureGetPropertiesResource { +/** Cosmos DB MongoDB collection index options */ +export interface MongoIndexOptions { + /** Expire after seconds */ + expireAfterSeconds?: number; + /** Is unique or not */ + unique?: boolean; +} + +/** The List operation response, that contains the Table and their properties. */ +export interface TableListResult { /** - * Name of the Cosmos DB SQL storedProcedure + * List of Table and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly value?: TableGetResults[]; +} + +/** Cosmos DB table resource object */ +export interface TableResource { + /** Name of the Cosmos DB table */ id: string; +} + +/** The List operation response, that contains the Cassandra keyspaces and their properties. */ +export interface CassandraKeyspaceListResult { /** - * Body of the Stored Procedure - */ - body?: string; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _ts?: number; - /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * List of Cassandra keyspaces and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly value?: CassandraKeyspaceGetResults[]; } -/** - * An Azure Cosmos DB storedProcedure. - */ -export interface SqlStoredProcedureGetResults extends ARMResourceProperties { - resource?: SqlStoredProcedureGetPropertiesResource; +/** Cosmos DB Cassandra keyspace resource object */ +export interface CassandraKeyspaceResource { + /** Name of the Cosmos DB Cassandra keyspace */ + id: string; } -/** - * An interface representing SqlUserDefinedFunctionGetPropertiesResource. - */ -export interface SqlUserDefinedFunctionGetPropertiesResource { +/** The List operation response, that contains the Cassandra tables and their properties. */ +export interface CassandraTableListResult { /** - * Name of the Cosmos DB SQL userDefinedFunction + * List of Cassandra tables and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly value?: CassandraTableGetResults[]; +} + +/** Cosmos DB Cassandra table resource object */ +export interface CassandraTableResource { + /** Name of the Cosmos DB Cassandra table */ id: string; + /** Time to live of the Cosmos DB Cassandra table */ + defaultTtl?: number; + /** Schema of the Cosmos DB Cassandra table */ + schema?: CassandraSchema; + /** Analytical TTL. */ + analyticalStorageTtl?: number; +} + +/** Cosmos DB Cassandra table schema */ +export interface CassandraSchema { + /** List of Cassandra table columns. */ + columns?: Column[]; + /** List of partition key. */ + partitionKeys?: CassandraPartitionKey[]; + /** List of cluster key. */ + clusterKeys?: ClusterKey[]; +} + +/** Cosmos DB Cassandra table column */ +export interface Column { + /** Name of the Cosmos DB Cassandra table column */ + name?: string; + /** Type of the Cosmos DB Cassandra table column */ + type?: string; +} + +/** Cosmos DB Cassandra table partition key */ +export interface CassandraPartitionKey { + /** Name of the Cosmos DB Cassandra table partition key */ + name?: string; +} + +/** Cosmos DB Cassandra table cluster key */ +export interface ClusterKey { + /** Name of the Cosmos DB Cassandra table cluster key */ + name?: string; + /** Order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc" */ + orderBy?: string; +} + +/** The List operation response, that contains the Gremlin databases and their properties. */ +export interface GremlinDatabaseListResult { /** - * Body of the User Defined Function - */ - body?: string; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * List of Gremlin databases and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly value?: GremlinDatabaseGetResults[]; +} + +/** Cosmos DB Gremlin database resource object */ +export interface GremlinDatabaseResource { + /** Name of the Cosmos DB Gremlin database */ + id: string; +} + +/** The List operation response, that contains the graphs and their properties. */ +export interface GremlinGraphListResult { /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * List of graphs and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly value?: GremlinGraphGetResults[]; } -/** - * An Azure Cosmos DB userDefinedFunction. - */ -export interface SqlUserDefinedFunctionGetResults extends ARMResourceProperties { - resource?: SqlUserDefinedFunctionGetPropertiesResource; +/** Cosmos DB Gremlin graph resource object */ +export interface GremlinGraphResource { + /** Name of the Cosmos DB Gremlin graph */ + id: string; + /** The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph */ + indexingPolicy?: IndexingPolicy; + /** The configuration of the partition key to be used for partitioning data into multiple partitions */ + partitionKey?: ContainerPartitionKey; + /** Default time to live */ + defaultTtl?: number; + /** The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service. */ + uniqueKeyPolicy?: UniqueKeyPolicy; + /** The conflict resolution policy for the graph. */ + conflictResolutionPolicy?: ConflictResolutionPolicy; } -/** - * An interface representing SqlTriggerGetPropertiesResource. - */ -export interface SqlTriggerGetPropertiesResource { +/** The List operation response, that contains Cosmos DB locations and their properties. */ +export interface LocationListResult { /** - * Name of the Cosmos DB SQL trigger + * List of Cosmos DB locations and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly value?: LocationGetResult[]; +} + +/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */ +export interface ARMProxyResource { /** - * Body of the Trigger + * The unique resource identifier of the database account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - body?: string; + readonly id?: string; /** - * Type of the Trigger. Possible values include: 'Pre', 'Post' + * The name of the database account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - triggerType?: TriggerType; + readonly name?: string; /** - * The operation the trigger is associated with. Possible values include: 'All', 'Create', - * 'Update', 'Delete', 'Replace' + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - triggerOperation?: TriggerOperation; + readonly type?: string; +} + +/** Cosmos DB location metadata */ +export interface LocationProperties { /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Flag indicating whether the location supports availability zones or not. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly supportsAvailabilityZone?: boolean; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Flag indicating whether the location is residency sensitive. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly isResidencyRestricted?: boolean; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The properties of available backup storage redundancies. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly backupStorageRedundancies?: BackupStorageRedundancy[]; } -/** - * An Azure Cosmos DB trigger. - */ -export interface SqlTriggerGetResults extends ARMResourceProperties { - resource?: SqlTriggerGetPropertiesResource; +/** A list of notebook workspace resources */ +export interface NotebookWorkspaceListResult { + /** Array of notebook workspace resources */ + value?: NotebookWorkspace[]; } -/** - * An interface representing MongoDBDatabaseGetPropertiesResource. - */ -export interface MongoDBDatabaseGetPropertiesResource { - /** - * Name of the Cosmos DB MongoDB database - */ - id: string; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; +/** The connection info for the given notebook workspace */ +export interface NotebookWorkspaceConnectionInfoResult { /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Specifies auth token used for connecting to Notebook server (uses token-based auth). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly authToken?: string; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Specifies the endpoint of Notebook server. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly notebookServerEndpoint?: string; } -/** - * An interface representing MongoDBDatabaseGetPropertiesOptions. - */ -export interface MongoDBDatabaseGetPropertiesOptions extends OptionsResource { +/** A list of private endpoint connections */ +export interface PrivateEndpointConnectionListResult { + /** Array of private endpoint connections */ + value?: PrivateEndpointConnection[]; } -/** - * An Azure Cosmos DB MongoDB database. - */ -export interface MongoDBDatabaseGetResults extends ARMResourceProperties { - resource?: MongoDBDatabaseGetPropertiesResource; - options?: MongoDBDatabaseGetPropertiesOptions; +/** A list of private link resources */ +export interface PrivateLinkResourceListResult { + /** Array of private link resources */ + value?: PrivateLinkResource[]; } -/** - * Cosmos DB MongoDB collection resource object - */ -export interface MongoIndexKeys { +/** The set of data plane operations permitted through this Role Definition. */ +export interface Permission { + /** An array of data actions that are allowed. */ + dataActions?: string[]; + /** An array of data actions that are denied. */ + notDataActions?: string[]; +} + +/** Parameters to create and update an Azure Cosmos DB SQL Role Definition. */ +export interface SqlRoleDefinitionCreateUpdateParameters { + /** A user-friendly name for the Role Definition. Must be unique for the database account. */ + roleName?: string; + /** Indicates whether the Role Definition was built-in or user created. */ + type?: RoleDefinitionType; + /** A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist. */ + assignableScopes?: string[]; + /** The set of operations allowed through this Role Definition. */ + permissions?: Permission[]; +} + +/** The relevant Role Definitions. */ +export interface SqlRoleDefinitionListResult { /** - * List of keys for each MongoDB collection in the Azure Cosmos DB service + * List of Role Definitions and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - keys?: string[]; + readonly value?: SqlRoleDefinitionGetResults[]; } -/** - * Cosmos DB MongoDB collection index options - */ -export interface MongoIndexOptions { +/** Parameters to create and update an Azure Cosmos DB SQL Role Assignment. */ +export interface SqlRoleAssignmentCreateUpdateParameters { + /** The unique identifier for the associated Role Definition. */ + roleDefinitionId?: string; + /** The data plane resource path for which access is being granted through this Role Assignment. */ + scope?: string; + /** The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription. */ + principalId?: string; +} + +/** The relevant Role Assignments. */ +export interface SqlRoleAssignmentListResult { /** - * Expire after seconds + * List of Role Assignments and their properties + * NOTE: This property will not be serialized. It can only be populated by the server. */ - expireAfterSeconds?: number; + readonly value?: SqlRoleAssignmentGetResults[]; +} + +/** The List operation response, that contains the restorable database accounts and their properties. */ +export interface RestorableDatabaseAccountsListResult { /** - * Is unique or not + * List of restorable database accounts and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - unique?: boolean; + readonly value?: RestorableDatabaseAccountGetResult[]; } -/** - * Cosmos DB MongoDB collection index key - */ -export interface MongoIndex { +/** A Azure Cosmos DB restorable database account. */ +export interface RestorableDatabaseAccountGetResult { /** - * Cosmos DB MongoDB collection index keys + * The unique resource identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - key?: MongoIndexKeys; + readonly id?: string; /** - * Cosmos DB MongoDB collection index key options + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - options?: MongoIndexOptions; -} - -/** - * An interface representing MongoDBCollectionGetPropertiesResource. - */ -export interface MongoDBCollectionGetPropertiesResource { + readonly name?: string; /** - * Name of the Cosmos DB MongoDB collection + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly type?: string; + /** The location of the resource group to which the resource belongs. */ + location?: string; + /** The name of the global database account */ + accountName?: string; + /** The creation time of the restorable database account (ISO-8601 format). */ + creationTime?: Date; + /** The time at which the restorable database account has been deleted (ISO-8601 format). */ + deletionTime?: Date; /** - * A key-value pair of shard keys to be applied for the request. + * The API type of the restorable database account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - shardKey?: { [propertyName: string]: string }; + readonly apiType?: ApiType; /** - * List of index keys + * List of regions where the of the database account can be restored from. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - indexes?: MongoIndex[]; + readonly restorableLocations?: RestorableLocationResource[]; +} + +/** Properties of the regional restorable account. */ +export interface RestorableLocationResource { /** - * Analytical TTL. + * The location of the regional restorable account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - analyticalStorageTtl?: number; + readonly locationName?: string; /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The instance id of the regional restorable account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly regionalDatabaseAccountInstanceId?: string; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The creation time of the regional restorable database account (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly creationTime?: Date; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The time at which the regional restorable database account has been deleted (ISO-8601 format). + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly deletionTime?: Date; } -/** - * An interface representing MongoDBCollectionGetPropertiesOptions. - */ -export interface MongoDBCollectionGetPropertiesOptions extends OptionsResource { +/** Properties of the regional restorable account. */ +export interface ContinuousBackupRestoreLocation { + /** The name of the continuous backup restore location. */ + location?: string; } -/** - * An Azure Cosmos DB MongoDB collection. - */ -export interface MongoDBCollectionGetResults extends ARMResourceProperties { - resource?: MongoDBCollectionGetPropertiesResource; - options?: MongoDBCollectionGetPropertiesOptions; +/** Backup information of a resource. */ +export interface BackupInformation { + /** + * Information about the status of continuous backups. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly continuousBackupInformation?: ContinuousBackupInformation; } -/** - * An interface representing TableGetPropertiesResource. - */ -export interface TableGetPropertiesResource { +/** Information about the status of continuous backups. */ +export interface ContinuousBackupInformation { + /** The latest restorable timestamp for a resource. */ + latestRestorableTimestamp?: string; +} + +/** The List operation response, that contains the SQL database events and their properties. */ +export interface RestorableSqlDatabasesListResult { /** - * Name of the Cosmos DB table + * List of SQL database events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly value?: RestorableSqlDatabaseGetResult[]; +} + +/** An Azure Cosmos DB SQL database event */ +export interface RestorableSqlDatabaseGetResult { /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly id?: string; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly name?: string; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; -} - -/** - * An interface representing TableGetPropertiesOptions. - */ -export interface TableGetPropertiesOptions extends OptionsResource { -} - -/** - * An Azure Cosmos DB Table. - */ -export interface TableGetResults extends ARMResourceProperties { - resource?: TableGetPropertiesResource; - options?: TableGetPropertiesOptions; + readonly type?: string; + /** The resource of an Azure Cosmos DB SQL database event */ + resource?: RestorableSqlDatabasePropertiesResource; } -/** - * An interface representing CassandraKeyspaceGetPropertiesResource. - */ -export interface CassandraKeyspaceGetPropertiesResource { - /** - * Name of the Cosmos DB Cassandra keyspace - */ - id: string; +/** The resource of an Azure Cosmos DB SQL database event */ +export interface RestorableSqlDatabasePropertiesResource { /** * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly rid?: string; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The operation type of this database event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly operationType?: OperationType; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The time when this database event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; -} - -/** - * An interface representing CassandraKeyspaceGetPropertiesOptions. - */ -export interface CassandraKeyspaceGetPropertiesOptions extends OptionsResource { -} - -/** - * An Azure Cosmos DB Cassandra keyspace. - */ -export interface CassandraKeyspaceGetResults extends ARMResourceProperties { - resource?: CassandraKeyspaceGetPropertiesResource; - options?: CassandraKeyspaceGetPropertiesOptions; -} - -/** - * Cosmos DB Cassandra table column - */ -export interface Column { + readonly eventTimestamp?: string; /** - * Name of the Cosmos DB Cassandra table column + * The name of the SQL database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - name?: string; + readonly ownerId?: string; /** - * Type of the Cosmos DB Cassandra table column + * The resource ID of the SQL database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - type?: string; + readonly ownerResourceId?: string; + /** Cosmos DB SQL database resource object */ + database?: RestorableSqlDatabasePropertiesResourceDatabase; } -/** - * Cosmos DB Cassandra table partition key - */ -export interface CassandraPartitionKey { +/** The List operation response, that contains the SQL container events and their properties. */ +export interface RestorableSqlContainersListResult { /** - * Name of the Cosmos DB Cassandra table partition key + * List of SQL container events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - name?: string; + readonly value?: RestorableSqlContainerGetResult[]; } -/** - * Cosmos DB Cassandra table cluster key - */ -export interface ClusterKey { +/** An Azure Cosmos DB SQL container event */ +export interface RestorableSqlContainerGetResult { /** - * Name of the Cosmos DB Cassandra table cluster key + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - name?: string; + readonly id?: string; /** - * Order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc" + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - orderBy?: string; + readonly name?: string; + /** + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly type?: string; + /** The resource of an Azure Cosmos DB SQL container event */ + resource?: RestorableSqlContainerPropertiesResource; } -/** - * Cosmos DB Cassandra table schema - */ -export interface CassandraSchema { +/** The resource of an Azure Cosmos DB SQL container event */ +export interface RestorableSqlContainerPropertiesResource { /** - * List of Cassandra table columns. + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - columns?: Column[]; + readonly rid?: string; /** - * List of partition key. + * The operation type of this container event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - partitionKeys?: CassandraPartitionKey[]; + readonly operationType?: OperationType; /** - * List of cluster key. + * The when this container event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - clusterKeys?: ClusterKey[]; -} - -/** - * An interface representing CassandraTableGetPropertiesResource. - */ -export interface CassandraTableGetPropertiesResource { + readonly eventTimestamp?: string; /** - * Name of the Cosmos DB Cassandra table + * The name of this SQL container. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly ownerId?: string; /** - * Time to live of the Cosmos DB Cassandra table + * The resource ID of this SQL container. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - defaultTtl?: number; + readonly ownerResourceId?: string; + /** Cosmos DB SQL container resource object */ + container?: RestorableSqlContainerPropertiesResourceContainer; +} + +/** The List operation response, that contains the restorable SQL resources. */ +export interface RestorableSqlResourcesListResult { /** - * Schema of the Cosmos DB Cassandra table + * List of restorable SQL resources, including the database and collection names. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - schema?: CassandraSchema; + readonly value?: DatabaseRestoreResource[]; +} + +/** The List operation response, that contains the MongoDB database events and their properties. */ +export interface RestorableMongodbDatabasesListResult { /** - * Analytical TTL. + * List of MongoDB database events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - analyticalStorageTtl?: number; + readonly value?: RestorableMongodbDatabaseGetResult[]; +} + +/** An Azure Cosmos DB MongoDB database event */ +export interface RestorableMongodbDatabaseGetResult { /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly id?: string; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly name?: string; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; -} - -/** - * An interface representing CassandraTableGetPropertiesOptions. - */ -export interface CassandraTableGetPropertiesOptions extends OptionsResource { -} - -/** - * An Azure Cosmos DB Cassandra table. - */ -export interface CassandraTableGetResults extends ARMResourceProperties { - resource?: CassandraTableGetPropertiesResource; - options?: CassandraTableGetPropertiesOptions; + readonly type?: string; + /** The resource of an Azure Cosmos DB MongoDB database event */ + resource?: RestorableMongodbDatabasePropertiesResource; } -/** - * An interface representing GremlinDatabaseGetPropertiesResource. - */ -export interface GremlinDatabaseGetPropertiesResource { +/** The resource of an Azure Cosmos DB MongoDB database event */ +export interface RestorableMongodbDatabasePropertiesResource { /** - * Name of the Cosmos DB Gremlin database + * A system generated property. A unique identifier. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly rid?: string; /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The operation type of this database event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly operationType?: OperationType; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The time when this database event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly eventTimestamp?: string; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The name of this MongoDB database. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; -} - -/** - * An interface representing GremlinDatabaseGetPropertiesOptions. - */ -export interface GremlinDatabaseGetPropertiesOptions extends OptionsResource { + readonly ownerId?: string; + /** + * The resource ID of this MongoDB database. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly ownerResourceId?: string; } -/** - * An Azure Cosmos DB Gremlin database. - */ -export interface GremlinDatabaseGetResults extends ARMResourceProperties { - resource?: GremlinDatabaseGetPropertiesResource; - options?: GremlinDatabaseGetPropertiesOptions; +/** The List operation response, that contains the MongoDB collection events and their properties. */ +export interface RestorableMongodbCollectionsListResult { + /** + * List of MongoDB collection events and their properties. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly value?: RestorableMongodbCollectionGetResult[]; } -/** - * An interface representing GremlinGraphGetPropertiesResource. - */ -export interface GremlinGraphGetPropertiesResource { +/** An Azure Cosmos DB MongoDB collection event */ +export interface RestorableMongodbCollectionGetResult { /** - * Name of the Cosmos DB Gremlin graph + * The unique resource Identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - id: string; + readonly id?: string; /** - * The configuration of the indexing policy. By default, the indexing is automatic for all - * document paths within the graph + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - indexingPolicy?: IndexingPolicy; + readonly name?: string; /** - * The configuration of the partition key to be used for partitioning data into multiple - * partitions + * The type of Azure resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - partitionKey?: ContainerPartitionKey; - /** - * Default time to live - */ - defaultTtl?: number; - /** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. - */ - uniqueKeyPolicy?: UniqueKeyPolicy; - /** - * The conflict resolution policy for the graph. - */ - conflictResolutionPolicy?: ConflictResolutionPolicy; + readonly type?: string; + /** The resource of an Azure Cosmos DB MongoDB collection event */ + resource?: RestorableMongodbCollectionPropertiesResource; +} + +/** The resource of an Azure Cosmos DB MongoDB collection event */ +export interface RestorableMongodbCollectionPropertiesResource { /** * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _rid?: string; + readonly rid?: string; /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The operation type of this collection event. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly operationType?: OperationType; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The time when this collection event happened. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; -} - -/** - * An interface representing GremlinGraphGetPropertiesOptions. - */ -export interface GremlinGraphGetPropertiesOptions extends OptionsResource { -} - -/** - * An Azure Cosmos DB Gremlin graph. - */ -export interface GremlinGraphGetResults extends ARMResourceProperties { - resource?: GremlinGraphGetPropertiesResource; - options?: GremlinGraphGetPropertiesOptions; -} - -/** - * Error Response. - */ -export interface ErrorResponse { + readonly eventTimestamp?: string; /** - * Error code. + * The name of this MongoDB collection. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - code?: string; + readonly ownerId?: string; /** - * Error message indicating why the operation failed. + * The resource ID of this MongoDB collection. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - message?: string; + readonly ownerResourceId?: string; } -/** - * The list of new failover policies for the failover priority change. - */ -export interface FailoverPolicies { +/** The List operation response, that contains the restorable MongoDB resources. */ +export interface RestorableMongodbResourcesListResult { /** - * List of failover policies. + * List of restorable MongoDB resources, including the database and collection names. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - failoverPolicies: FailoverPolicy[]; + readonly value?: DatabaseRestoreResource[]; } -/** - * Cosmos DB region to online or offline. - */ -export interface RegionForOnlineOffline { - /** - * Cosmos DB region, with spaces between words and each word capitalized. - */ - region: string; +/** List of managed Cassandra clusters. */ +export interface ListClusters { + /** Container for the array of clusters. */ + value?: ClusterResource[]; } -/** - * The resource model definition for a ARM proxy resource. It will have everything other than - * required location and tags - */ -export interface ARMProxyResource extends BaseResource { +/** The core properties of ARM resources. */ +export interface ManagedCassandraARMResourceProperties { /** - * The unique resource identifier of the database account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The unique resource identifier of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly id?: string; /** - * The name of the database account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The name of the ARM resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly name?: string; /** * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * NOTE: This property will not be serialized. It can only be populated by the server. */ readonly type?: string; + /** The location of the resource group to which the resource belongs. */ + location?: string; + /** Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB". */ + tags?: { [propertyName: string]: string }; + /** Identity for the resource. */ + identity?: ManagedCassandraManagedServiceIdentity; } -/** - * The system generated resource properties associated with SQL databases, SQL containers, Gremlin - * databases and Gremlin graphs. - */ -export interface ExtendedResourceProperties { - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _ts?: number; - /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _etag?: string; -} - -/** - * Cosmos DB resource throughput policy - */ -export interface ThroughputPolicyResource { - /** - * Determines whether the ThroughputPolicy is active or not - */ - isEnabled?: boolean; - /** - * Represents the percentage by which throughput can increase every time throughput policy kicks - * in. - */ - incrementPercent?: number; -} - -/** - * Cosmos DB resource auto-upgrade policy - */ -export interface AutoUpgradePolicyResource { - /** - * Represents throughput policy which service must adhere to for auto-upgrade - */ - throughputPolicy?: ThroughputPolicyResource; -} - -/** - * Cosmos DB provisioned throughput settings object - */ -export interface AutoscaleSettingsResource { - /** - * Represents maximum throughput container can scale up to. - */ - maxThroughput: number; - /** - * Cosmos DB resource auto-upgrade policy - */ - autoUpgradePolicy?: AutoUpgradePolicyResource; - /** - * Represents target maximum throughput container can scale up to once offer is no longer in - * pending state. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly targetMaxThroughput?: number; -} - -/** - * An interface representing ThroughputSettingsGetPropertiesResource. - */ -export interface ThroughputSettingsGetPropertiesResource { - /** - * Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings - * is required, but not both. - */ - throughput?: number; - /** - * Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings - * is required, but not both. - */ - autoscaleSettings?: AutoscaleSettingsResource; - /** - * The minimum throughput of the resource - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly minimumThroughput?: string; - /** - * The throughput replace is pending - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly offerReplacePending?: string; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; +/** Identity for the resource. */ +export interface ManagedCassandraManagedServiceIdentity { /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The object id of the identity resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _ts?: number; + readonly principalId?: string; /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * The tenant id of the resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - readonly _etag?: string; + readonly tenantId?: string; + /** The type of the resource. */ + type?: ManagedCassandraResourceIdentityType; +} + +/** Properties of a managed Cassandra cluster. */ +export interface ClusterResourceProperties { + /** The status of the resource at the time the operation was called. */ + provisioningState?: ManagedCassandraProvisioningState; + /** To create an empty cluster, omit this field or set it to null. To restore a backup into a new cluster, set this field to the resource id of the backup. */ + restoreFromBackupId?: string; + /** Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/' */ + delegatedManagementSubnetId?: string; + /** Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version. */ + cassandraVersion?: string; + /** If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property. */ + clusterNameOverride?: string; + /** Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. */ + authenticationMethod?: AuthenticationMethod; + /** Initial password for clients connecting as admin to the cluster. Should be changed after cluster creation. Returns null on GET. This field only applies when the authenticationMethod field is 'Cassandra'. */ + initialCassandraAdminPassword?: string; + /** Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached. */ + prometheusEndpoint?: SeedNode; + /** Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs. */ + repairEnabled?: boolean; + /** List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property. */ + clientCertificates?: Certificate[]; + /** List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property. */ + externalGossipCertificates?: Certificate[]; + /** + * List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly gossipCertificates?: Certificate[]; + /** List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes. */ + externalSeedNodes?: SeedNode[]; + /** + * List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly seedNodes?: SeedNode[]; + /** Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0. */ + hoursBetweenBackups?: number; + /** Whether the cluster and associated data centers has been deallocated. */ + deallocated?: boolean; + /** Whether Cassandra audit logging is enabled */ + cassandraAuditLoggingEnabled?: boolean; +} + +export interface SeedNode { + /** IP address of this seed node. */ + ipAddress?: string; +} + +export interface Certificate { + /** PEM formatted public key. */ + pem?: string; +} + +/** Specification of which command to run where */ +export interface CommandPostBody { + /** The command which should be run */ + command: string; + /** The arguments for the command to be run */ + arguments?: { [propertyName: string]: string }; + /** IP address of the cassandra host to run the command on */ + host: string; + /** If true, stops cassandra before executing the command and then start it again */ + cassandraStopStart?: boolean; + /** If true, allows the command to *write* to the cassandra directory, otherwise read-only. */ + readwrite?: boolean; +} + +/** Response of /command api */ +export interface CommandOutput { + /** Output of the command. */ + commandOutput?: string; +} + +/** List of managed Cassandra data centers and their properties. */ +export interface ListDataCenters { + /** + * Container for array of data centers. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly value?: DataCenterResource[]; +} + +/** Properties of a managed Cassandra data center. */ +export interface DataCenterResourceProperties { + /** The status of the resource at the time the operation was called. */ + provisioningState?: ManagedCassandraProvisioningState; + /** The region this data center should be created in. */ + dataCenterLocation?: string; + /** Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'. */ + delegatedSubnetId?: string; + /** The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster. */ + nodeCount?: number; + /** + * IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly seedNodes?: SeedNode[]; + /** A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed. */ + base64EncodedCassandraYamlFragment?: string; + /** Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key. */ + managedDiskCustomerKeyUri?: string; + /** Indicates the Key Uri of the customer key to use for encryption of the backup storage account. */ + backupStorageCustomerKeyUri?: string; + /** Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2 */ + sku?: string; + /** Disk SKU used for data centers. Default value is P30. */ + diskSku?: string; + /** Number of disk used for data centers. Default value is 4. */ + diskCapacity?: number; + /** If the azure data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines. */ + availabilityZone?: boolean; +} + +/** Properties of a managed Cassandra cluster public status. */ +export interface CassandraClusterPublicStatus { + eTag?: string; + reaperStatus?: ManagedCassandraReaperStatus; + /** List relevant information about any connection errors to the Datacenters. */ + connectionErrors?: ConnectionError[]; + /** List of the status of each datacenter in this cluster. */ + dataCenters?: CassandraClusterPublicStatusDataCentersItem[]; +} + +export interface ManagedCassandraReaperStatus { + healthy?: boolean; + /** Dictionary of */ + repairRunIds?: { [propertyName: string]: string }; + /** Dictionary of */ + repairSchedules?: { [propertyName: string]: string }; +} + +export interface ConnectionError { + /** The kind of connection error that occurred. */ + connectionState?: ConnectionState; + /** The IP of host that originated the failed connection. */ + iPFrom?: string; + /** The IP that the connection attempted to reach. */ + iPTo?: string; + /** The TCP port the connection was attempted on. */ + port?: number; + /** Detailed error message about the failed connection. */ + exception?: string; +} + +export interface CassandraClusterPublicStatusDataCentersItem { + /** The name of this Datacenter. */ + name?: string; + /** A list of all seed nodes in the cluster, managed and unmanaged. */ + seedNodes?: string[]; + nodes?: ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems[]; } -/** - * An Azure Cosmos DB resource throughput. - */ -export interface ThroughputSettingsGetResults extends ARMResourceProperties { - resource?: ThroughputSettingsGetPropertiesResource; +export interface ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems { + /** The node's IP address. */ + address?: string; + /** The state of the node in Cassandra ring. */ + state?: NodeState; + status?: string; + /** The amount of file system data in the data directory (e.g., 47.66 kB), excluding all content in the snapshots subdirectories. Because all SSTable data files are included, any data that is not cleaned up (such as TTL-expired cells or tombstones) is counted. */ + load?: string; + /** List of tokens this node covers. */ + tokens?: string[]; + size?: number; + /** The network ID of the node. */ + hostID?: string; + /** The rack this node is part of. */ + rack?: string; + /** The timestamp when these statistics were captured. */ + timestamp?: string; + /** The amount of disk used, in kB, of the directory /var/lib/cassandra. */ + diskUsedKB?: number; + /** The amount of disk free, in kB, of the directory /var/lib/cassandra. */ + diskFreeKB?: number; + /** Used memory (calculated as total - free - buffers - cache), in kB. */ + memoryUsedKB?: number; + /** Memory used by kernel buffers (Buffers in /proc/meminfo) and page cache and slabs (Cached and SReclaimable in /proc/meminfo), in kB. */ + memoryBuffersAndCachedKB?: number; + /** Unused memory (MemFree and SwapFree in /proc/meminfo), in kB. */ + memoryFreeKB?: number; + /** Total installed memory (MemTotal and SwapTotal in /proc/meminfo), in kB. */ + memoryTotalKB?: number; + /** A float representing the current system-wide CPU utilization as a percentage. */ + cpuUsage?: number; +} + +/** Configuration values for periodic mode backup */ +export interface PeriodicModeProperties { + /** An integer representing the interval in minutes between two backups */ + backupIntervalInMinutes?: number; + /** An integer representing the time (in hours) that each backup is retained */ + backupRetentionIntervalInHours?: number; + /** Enum to indicate type of backup residency */ + backupStorageRedundancy?: BackupStorageRedundancy; } -/** - * Parameters to create and update Cosmos DB database accounts. - */ -export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProperties { - /** - * Indicates the type of database account. This can only be set at database account creation. - * Possible values include: 'GlobalDocumentDB', 'MongoDB', 'Parse'. Default value: - * 'GlobalDocumentDB'. - */ +/** An Azure Cosmos DB database account. */ +export type DatabaseAccountGetResults = ARMResourceProperties & { + /** Indicates the type of database account. This can only be set at database account creation. */ kind?: DatabaseAccountKind; + /** Identity for the resource. */ identity?: ManagedServiceIdentity; /** - * The consistency policy for the Cosmos DB account. + * The system meta data relating to this resource. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - consistencyPolicy?: ConsistencyPolicy; + readonly systemData?: SystemData; /** - * An array that contains the georeplication locations enabled for the Cosmos DB account. + * The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - locations: Location[]; + readonly provisioningState?: string; /** - * List of IpRules. + * The connection endpoint for the Cosmos DB database account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - ipRules?: IpAddressOrRange[]; + readonly documentEndpoint?: string; /** - * Flag to indicate whether to enable/disable Virtual Network ACL rules. + * The offer type for the Cosmos DB database account. Default value: Standard. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly databaseAccountOfferType?: "Standard"; + /** List of IpRules. */ + ipRules?: IpAddressOrRange[]; + /** Flag to indicate whether to enable/disable Virtual Network ACL rules. */ isVirtualNetworkFilterEnabled?: boolean; - /** - * Enables automatic failover of the write region in the rare event that the region is - * unavailable due to an outage. Automatic failover will result in a new write region for the - * account and is chosen based on the failover priorities configured for the account. - */ + /** Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account. */ enableAutomaticFailover?: boolean; - /** - * List of Cosmos DB capabilities for the account - */ + /** The consistency policy for the Cosmos DB database account. */ + consistencyPolicy?: ConsistencyPolicy; + /** List of Cosmos DB capabilities for the account */ capabilities?: Capability[]; /** - * List of Virtual Network ACL rules configured for the Cosmos DB account. + * An array that contains the write location for the Cosmos DB account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - virtualNetworkRules?: VirtualNetworkRule[]; + readonly writeLocations?: Location[]; /** - * Enables the account to write in multiple locations + * An array that contains of the read locations enabled for the Cosmos DB account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableMultipleWriteLocations?: boolean; + readonly readLocations?: Location[]; /** - * Enables the cassandra connector on the Cosmos DB C* account + * An array that contains all of the locations enabled for the Cosmos DB account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - enableCassandraConnector?: boolean; + readonly locations?: Location[]; /** - * The cassandra connector offer type for the Cosmos DB database C* account. Possible values - * include: 'Small' + * An array that contains the regions ordered by their failover priorities. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - connectorOffer?: ConnectorOffer; + readonly failoverPolicies?: FailoverPolicy[]; + /** List of Virtual Network ACL rules configured for the Cosmos DB account. */ + virtualNetworkRules?: VirtualNetworkRule[]; /** - * Disable write operations on metadata resources (databases, containers, throughput) via account - * keys + * List of Private Endpoint Connections configured for the Cosmos DB account. + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly privateEndpointConnections?: PrivateEndpointConnection[]; + /** Enables the account to write in multiple locations */ + enableMultipleWriteLocations?: boolean; + /** Enables the cassandra connector on the Cosmos DB C* account */ + enableCassandraConnector?: boolean; + /** The cassandra connector offer type for the Cosmos DB database C* account. */ + connectorOffer?: ConnectorOffer; + /** Disable write operations on metadata resources (databases, containers, throughput) via account keys */ disableKeyBasedMetadataWriteAccess?: boolean; - /** - * The URI of the key vault - */ + /** The URI of the key vault */ keyVaultKeyUri?: string; - /** - * The default identity for accessing key vault used in features like customer managed keys. The - * default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", - * "SystemAssignedIdentity" and more. - */ + /** The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more. */ defaultIdentity?: string; - /** - * Whether requests from Public Network are allowed. Possible values include: 'Enabled', - * 'Disabled' - */ + /** Whether requests from Public Network are allowed */ publicNetworkAccess?: PublicNetworkAccess; - /** - * Flag to indicate whether Free Tier is enabled. - */ + /** Flag to indicate whether Free Tier is enabled. */ enableFreeTier?: boolean; - /** - * API specific properties. Currently, supported only for MongoDB API. - */ + /** API specific properties. */ apiProperties?: ApiProperties; - /** - * Flag to indicate whether to enable storage analytics. - */ + /** Flag to indicate whether to enable storage analytics. */ enableAnalyticalStorage?: boolean; - /** - * Analytical storage specific properties. - */ + /** Analytical storage specific properties. */ analyticalStorageConfiguration?: AnalyticalStorageConfiguration; /** - * Enum to indicate the mode of account creation. Possible values include: 'Default', 'Restore'. - * Default value: 'Default'. + * A unique identifier assigned to the database account + * NOTE: This property will not be serialized. It can only be populated by the server. */ + readonly instanceId?: string; + /** Enum to indicate the mode of account creation. */ createMode?: CreateMode; - /** - * The object representing the policy for taking backups on an account. - */ + /** Parameters to indicate the information about the restore. */ + restoreParameters?: RestoreParameters; + /** The object representing the policy for taking backups on an account. */ backupPolicy?: BackupPolicyUnion; - /** - * The CORS policy for the Cosmos DB database account. - */ + /** The CORS policy for the Cosmos DB database account. */ cors?: CorsPolicy[]; - /** - * Indicates what services are allowed to bypass firewall checks. Possible values include: - * 'None', 'AzureServices' - */ + /** Indicates what services are allowed to bypass firewall checks. */ networkAclBypass?: NetworkAclBypass; - /** - * An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. - */ + /** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */ networkAclBypassResourceIds?: string[]; - /** - * Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for - * authentication. - */ + /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */ disableLocalAuth?: boolean; - /** - * Parameters to indicate the information about the restore. - */ - restoreParameters?: RestoreParameters; -} + /** The object that represents all properties related to capacity enforcement on an account. */ + capacity?: Capacity; +}; -/** - * Parameters for patching Azure Cosmos DB database account properties. - */ -export interface DatabaseAccountUpdateParameters { - tags?: { [propertyName: string]: string }; - /** - * The location of the resource group to which the resource belongs. - */ - location?: string; +/** Parameters to create and update Cosmos DB database accounts. */ +export type DatabaseAccountCreateUpdateParameters = ARMResourceProperties & { + /** Indicates the type of database account. This can only be set at database account creation. */ + kind?: DatabaseAccountKind; + /** Identity for the resource. */ identity?: ManagedServiceIdentity; - /** - * The consistency policy for the Cosmos DB account. - */ + /** The consistency policy for the Cosmos DB account. */ consistencyPolicy?: ConsistencyPolicy; - /** - * An array that contains the georeplication locations enabled for the Cosmos DB account. - */ - locations?: Location[]; - /** - * List of IpRules. - */ + /** An array that contains the georeplication locations enabled for the Cosmos DB account. */ + locations: Location[]; + /** The offer type for the database */ + databaseAccountOfferType: "Standard"; + /** List of IpRules. */ ipRules?: IpAddressOrRange[]; - /** - * Flag to indicate whether to enable/disable Virtual Network ACL rules. - */ + /** Flag to indicate whether to enable/disable Virtual Network ACL rules. */ isVirtualNetworkFilterEnabled?: boolean; - /** - * Enables automatic failover of the write region in the rare event that the region is - * unavailable due to an outage. Automatic failover will result in a new write region for the - * account and is chosen based on the failover priorities configured for the account. - */ + /** Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account. */ enableAutomaticFailover?: boolean; - /** - * List of Cosmos DB capabilities for the account - */ + /** List of Cosmos DB capabilities for the account */ capabilities?: Capability[]; - /** - * List of Virtual Network ACL rules configured for the Cosmos DB account. - */ + /** List of Virtual Network ACL rules configured for the Cosmos DB account. */ virtualNetworkRules?: VirtualNetworkRule[]; - /** - * Enables the account to write in multiple locations - */ + /** Enables the account to write in multiple locations */ enableMultipleWriteLocations?: boolean; - /** - * Enables the cassandra connector on the Cosmos DB C* account - */ + /** Enables the cassandra connector on the Cosmos DB C* account */ enableCassandraConnector?: boolean; - /** - * The cassandra connector offer type for the Cosmos DB database C* account. Possible values - * include: 'Small' - */ + /** The cassandra connector offer type for the Cosmos DB database C* account. */ connectorOffer?: ConnectorOffer; - /** - * Disable write operations on metadata resources (databases, containers, throughput) via account - * keys - */ + /** Disable write operations on metadata resources (databases, containers, throughput) via account keys */ disableKeyBasedMetadataWriteAccess?: boolean; - /** - * The URI of the key vault - */ + /** The URI of the key vault */ keyVaultKeyUri?: string; - /** - * The default identity for accessing key vault used in features like customer managed keys. The - * default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", - * "SystemAssignedIdentity" and more. - */ + /** The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more. */ defaultIdentity?: string; - /** - * Whether requests from Public Network are allowed. Possible values include: 'Enabled', - * 'Disabled' - */ + /** Whether requests from Public Network are allowed */ publicNetworkAccess?: PublicNetworkAccess; - /** - * Flag to indicate whether Free Tier is enabled. - */ + /** Flag to indicate whether Free Tier is enabled. */ enableFreeTier?: boolean; - /** - * API specific properties. Currently, supported only for MongoDB API. - */ + /** API specific properties. Currently, supported only for MongoDB API. */ apiProperties?: ApiProperties; - /** - * Flag to indicate whether to enable storage analytics. - */ + /** Flag to indicate whether to enable storage analytics. */ enableAnalyticalStorage?: boolean; - /** - * Analytical storage specific properties. - */ + /** Analytical storage specific properties. */ analyticalStorageConfiguration?: AnalyticalStorageConfiguration; - /** - * The object representing the policy for taking backups on an account. - */ + /** Enum to indicate the mode of account creation. */ + createMode?: CreateMode; + /** The object representing the policy for taking backups on an account. */ backupPolicy?: BackupPolicyUnion; - /** - * The CORS policy for the Cosmos DB database account. - */ + /** The CORS policy for the Cosmos DB database account. */ cors?: CorsPolicy[]; - /** - * Indicates what services are allowed to bypass firewall checks. Possible values include: - * 'None', 'AzureServices' - */ + /** Indicates what services are allowed to bypass firewall checks. */ networkAclBypass?: NetworkAclBypass; - /** - * An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. - */ + /** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */ networkAclBypassResourceIds?: string[]; - /** - * Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for - * authentication. - */ + /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */ disableLocalAuth?: boolean; -} - -/** - * The read-only access keys for the given database account. - */ -export interface DatabaseAccountListReadOnlyKeysResult { - /** - * Base 64 encoded value of the primary read-only key. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly primaryReadonlyMasterKey?: string; - /** - * Base 64 encoded value of the secondary read-only key. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly secondaryReadonlyMasterKey?: string; -} - -/** - * The access keys for the given database account. - */ -export interface DatabaseAccountListKeysResult extends DatabaseAccountListReadOnlyKeysResult { - /** - * Base 64 encoded value of the primary read-write key. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly primaryMasterKey?: string; - /** - * Base 64 encoded value of the secondary read-write key. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly secondaryMasterKey?: string; -} - -/** - * Connection string for the Cosmos DB account - */ -export interface DatabaseAccountConnectionString { - /** - * Value of the connection string - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly connectionString?: string; - /** - * Description of the connection string - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly description?: string; -} - -/** - * The connection strings for the given database account. - */ -export interface DatabaseAccountListConnectionStringsResult { - /** - * An array that contains the connection strings for the Cosmos DB account. - */ - connectionStrings?: DatabaseAccountConnectionString[]; -} - -/** - * Parameters to regenerate the keys within the database account. - */ -export interface DatabaseAccountRegenerateKeyParameters { - /** - * The access key to regenerate. Possible values include: 'primary', 'secondary', - * 'primaryReadonly', 'secondaryReadonly' - */ - keyKind: KeyKind; -} - -/** - * Cosmos DB resource throughput object. Either throughput is required or autoscaleSettings is - * required, but not both. - */ -export interface ThroughputSettingsResource { - /** - * Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings - * is required, but not both. - */ - throughput?: number; - /** - * Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings - * is required, but not both. - */ - autoscaleSettings?: AutoscaleSettingsResource; - /** - * The minimum throughput of the resource - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly minimumThroughput?: string; - /** - * The throughput replace is pending - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly offerReplacePending?: string; -} - -/** - * Parameters to update Cosmos DB resource throughput. - */ -export interface ThroughputSettingsUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a resource throughput - */ - resource: ThroughputSettingsResource; -} - -/** - * Cosmos DB SQL database resource object - */ -export interface SqlDatabaseResource { - /** - * Name of the Cosmos DB SQL database - */ - id: string; -} - -/** - * An interface representing AutoscaleSettings. - */ -export interface AutoscaleSettings { - /** - * Represents maximum throughput, the resource can scale up to. - */ - maxThroughput?: number; -} - -/** - * CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are - * "If-Match", "If-None-Match", "Session-Token" and "Throughput" - */ -export interface CreateUpdateOptions { - /** - * Request Units per second. For example, "throughput": 10000. - */ - throughput?: number; - /** - * Specifies the Autoscale settings. - */ - autoscaleSettings?: AutoscaleSettings; -} - -/** - * Parameters to create and update Cosmos DB SQL database. - */ -export interface SqlDatabaseCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a SQL database - */ - resource: SqlDatabaseResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB SQL container resource object - */ -export interface SqlContainerResource { - /** - * Name of the Cosmos DB SQL container - */ - id: string; - /** - * The configuration of the indexing policy. By default, the indexing is automatic for all - * document paths within the container - */ - indexingPolicy?: IndexingPolicy; - /** - * The configuration of the partition key to be used for partitioning data into multiple - * partitions - */ - partitionKey?: ContainerPartitionKey; - /** - * Default time to live - */ - defaultTtl?: number; - /** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. - */ - uniqueKeyPolicy?: UniqueKeyPolicy; - /** - * The conflict resolution policy for the container. - */ - conflictResolutionPolicy?: ConflictResolutionPolicy; - /** - * Analytical TTL. - */ - analyticalStorageTtl?: number; -} - -/** - * Parameters to create and update Cosmos DB container. - */ -export interface SqlContainerCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a container - */ - resource: SqlContainerResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB SQL storedProcedure resource object - */ -export interface SqlStoredProcedureResource { - /** - * Name of the Cosmos DB SQL storedProcedure - */ - id: string; - /** - * Body of the Stored Procedure - */ - body?: string; -} - -/** - * Parameters to create and update Cosmos DB storedProcedure. - */ -export interface SqlStoredProcedureCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a storedProcedure - */ - resource: SqlStoredProcedureResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB SQL userDefinedFunction resource object - */ -export interface SqlUserDefinedFunctionResource { - /** - * Name of the Cosmos DB SQL userDefinedFunction - */ - id: string; - /** - * Body of the User Defined Function - */ - body?: string; -} - -/** - * Parameters to create and update Cosmos DB userDefinedFunction. - */ -export interface SqlUserDefinedFunctionCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a userDefinedFunction - */ - resource: SqlUserDefinedFunctionResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB SQL trigger resource object - */ -export interface SqlTriggerResource { - /** - * Name of the Cosmos DB SQL trigger - */ - id: string; - /** - * Body of the Trigger - */ - body?: string; - /** - * Type of the Trigger. Possible values include: 'Pre', 'Post' - */ - triggerType?: TriggerType; - /** - * The operation the trigger is associated with. Possible values include: 'All', 'Create', - * 'Update', 'Delete', 'Replace' - */ - triggerOperation?: TriggerOperation; -} - -/** - * Parameters to create and update Cosmos DB trigger. - */ -export interface SqlTriggerCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a trigger - */ - resource: SqlTriggerResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB MongoDB database resource object - */ -export interface MongoDBDatabaseResource { - /** - * Name of the Cosmos DB MongoDB database - */ - id: string; -} - -/** - * Parameters to create and update Cosmos DB MongoDB database. - */ -export interface MongoDBDatabaseCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a MongoDB database - */ - resource: MongoDBDatabaseResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB MongoDB collection resource object - */ -export interface MongoDBCollectionResource { - /** - * Name of the Cosmos DB MongoDB collection - */ - id: string; - /** - * A key-value pair of shard keys to be applied for the request. - */ - shardKey?: { [propertyName: string]: string }; - /** - * List of index keys - */ - indexes?: MongoIndex[]; - /** - * Analytical TTL. - */ - analyticalStorageTtl?: number; -} - -/** - * Parameters to create and update Cosmos DB MongoDB collection. - */ -export interface MongoDBCollectionCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a MongoDB collection - */ - resource: MongoDBCollectionResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB table resource object - */ -export interface TableResource { - /** - * Name of the Cosmos DB table - */ - id: string; -} - -/** - * Parameters to create and update Cosmos DB Table. - */ -export interface TableCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Table - */ - resource: TableResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB Cassandra keyspace resource object - */ -export interface CassandraKeyspaceResource { - /** - * Name of the Cosmos DB Cassandra keyspace - */ - id: string; -} - -/** - * Parameters to create and update Cosmos DB Cassandra keyspace. - */ -export interface CassandraKeyspaceCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Cassandra keyspace - */ - resource: CassandraKeyspaceResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB Cassandra table resource object - */ -export interface CassandraTableResource { - /** - * Name of the Cosmos DB Cassandra table - */ - id: string; - /** - * Time to live of the Cosmos DB Cassandra table - */ - defaultTtl?: number; - /** - * Schema of the Cosmos DB Cassandra table - */ - schema?: CassandraSchema; - /** - * Analytical TTL. - */ - analyticalStorageTtl?: number; -} - -/** - * Parameters to create and update Cosmos DB Cassandra table. - */ -export interface CassandraTableCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Cassandra table - */ - resource: CassandraTableResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB Gremlin database resource object - */ -export interface GremlinDatabaseResource { - /** - * Name of the Cosmos DB Gremlin database - */ - id: string; -} - -/** - * Parameters to create and update Cosmos DB Gremlin database. - */ -export interface GremlinDatabaseCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Gremlin database - */ - resource: GremlinDatabaseResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * Cosmos DB Gremlin graph resource object - */ -export interface GremlinGraphResource { - /** - * Name of the Cosmos DB Gremlin graph - */ - id: string; - /** - * The configuration of the indexing policy. By default, the indexing is automatic for all - * document paths within the graph - */ - indexingPolicy?: IndexingPolicy; - /** - * The configuration of the partition key to be used for partitioning data into multiple - * partitions - */ - partitionKey?: ContainerPartitionKey; - /** - * Default time to live - */ - defaultTtl?: number; - /** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. - */ - uniqueKeyPolicy?: UniqueKeyPolicy; - /** - * The conflict resolution policy for the graph. - */ - conflictResolutionPolicy?: ConflictResolutionPolicy; -} - -/** - * Parameters to create and update Cosmos DB Gremlin graph. - */ -export interface GremlinGraphCreateUpdateParameters extends ARMResourceProperties { - /** - * The standard JSON format of a Gremlin graph - */ - resource: GremlinGraphResource; - /** - * A key-value pair of options to be applied for the request. This corresponds to the headers - * sent with the request. - */ - options?: CreateUpdateOptions; -} - -/** - * The object that represents the operation. - */ -export interface OperationDisplay { - /** - * Service provider: Microsoft.ResourceProvider - */ - provider?: string; - /** - * Resource on which the operation is performed: Profile, endpoint, etc. - */ - resource?: string; - /** - * Operation type: Read, write, delete, etc. - */ - operation?: string; - /** - * Description of operation - */ - description?: string; -} - -/** - * REST API operation - */ -export interface Operation { - /** - * Operation name: {provider}/{resource}/{operation} - */ - name?: string; - /** - * The object that represents the operation. - */ - display?: OperationDisplay; -} - -/** - * A metric name. - */ -export interface MetricName { - /** - * The name of the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly value?: string; - /** - * The friendly name of the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly localizedValue?: string; -} - -/** - * The usage data for a usage request. - */ -export interface Usage { - /** - * The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', - * 'CountPerSecond', 'BytesPerSecond', 'Milliseconds' - */ - unit?: UnitType; - /** - * The name information for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: MetricName; - /** - * The quota period used to summarize the usage values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly quotaPeriod?: string; - /** - * Maximum value for this metric - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly limit?: number; - /** - * Current value for this metric - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly currentValue?: number; -} - -/** - * The partition level usage data for a usage request. - */ -export interface PartitionUsage extends Usage { - /** - * The partition id (GUID identifier) of the usages. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly partitionId?: string; - /** - * The partition key range id (integer identifier) of the usages. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly partitionKeyRangeId?: string; -} - -/** - * The availability of the metric. - */ -export interface MetricAvailability { - /** - * The time grain to be used to summarize the metric values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly timeGrain?: string; - /** - * The retention for the metric values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly retention?: string; -} - -/** - * The definition of a metric. - */ -export interface MetricDefinition { - /** - * The list of metric availabilities for the account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly metricAvailabilities?: MetricAvailability[]; - /** - * The primary aggregation type of the metric. Possible values include: 'None', 'Average', - * 'Total', 'Minimum', 'Maximum', 'Last' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly primaryAggregationType?: PrimaryAggregationType; - /** - * The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', - * 'CountPerSecond', 'BytesPerSecond', 'Milliseconds' - */ - unit?: UnitType; - /** - * The resource uri of the database. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly resourceUri?: string; - /** - * The name information for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: MetricName; -} - -/** - * Represents metrics values. - */ -export interface MetricValue { - /** - * The number of values for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _count?: number; - /** - * The average value of the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly average?: number; - /** - * The max value of the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly maximum?: number; - /** - * The min value of the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly minimum?: number; - /** - * The metric timestamp (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly timestamp?: Date; - /** - * The total value of the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly total?: number; -} - -/** - * Metric data - */ -export interface Metric { - /** - * The start time for the metric (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly startTime?: Date; - /** - * The end time for the metric (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly endTime?: Date; - /** - * The time grain to be used to summarize the metric values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly timeGrain?: string; - /** - * The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', - * 'CountPerSecond', 'BytesPerSecond', 'Milliseconds' - */ - unit?: UnitType; - /** - * The name information for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: MetricName; - /** - * The metric values for the specified time window and timestep. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly metricValues?: MetricValue[]; -} - -/** - * Represents percentile metrics values. - */ -export interface PercentileMetricValue extends MetricValue { - /** - * The 10th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p10?: number; - /** - * The 25th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p25?: number; - /** - * The 50th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p50?: number; - /** - * The 75th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p75?: number; - /** - * The 90th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p90?: number; - /** - * The 95th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p95?: number; - /** - * The 99th percentile value for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly p99?: number; -} - -/** - * Percentile Metric data - */ -export interface PercentileMetric { - /** - * The start time for the metric (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly startTime?: Date; - /** - * The end time for the metric (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly endTime?: Date; - /** - * The time grain to be used to summarize the metric values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly timeGrain?: string; - /** - * The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', - * 'CountPerSecond', 'BytesPerSecond', 'Milliseconds' - */ - unit?: UnitType; - /** - * The name information for the metric. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: MetricName; - /** - * The percentile metric values for the specified time window and timestep. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly metricValues?: PercentileMetricValue[]; -} - -/** - * The metric values for a single partition. - */ -export interface PartitionMetric extends Metric { - /** - * The partition id (GUID identifier) of the metric values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly partitionId?: string; - /** - * The partition key range id (integer identifier) of the metric values. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly partitionKeyRangeId?: string; -} - -/** - * Configuration values for periodic mode backup - */ -export interface PeriodicModeProperties { - /** - * An integer representing the interval in minutes between two backups - */ - backupIntervalInMinutes?: number; - /** - * An integer representing the time (in hours) that each backup is retained - */ - backupRetentionIntervalInHours?: number; -} - -/** - * The object representing periodic mode backup policy. - */ -export interface PeriodicModeBackupPolicy { - /** - * Polymorphic Discriminator - */ - type: "Periodic"; - /** - * The object representing the state of the migration between the backup policies. - */ - migrationState?: BackupPolicyMigrationState; - /** - * Configuration values for periodic mode backup - */ - periodicModeProperties?: PeriodicModeProperties; -} - -/** - * The object representing continuous mode backup policy. - */ -export interface ContinuousModeBackupPolicy { - /** - * Polymorphic Discriminator - */ - type: "Continuous"; - /** - * The object representing the state of the migration between the backup policies. - */ - migrationState?: BackupPolicyMigrationState; -} - -/** - * The resource model definition for an Azure Resource Manager tracked top level resource which has - * 'tags' and a 'location' - * @summary Tracked Resource - */ -export interface TrackedResource extends Resource { - /** - * Resource tags. - */ - tags?: { [propertyName: string]: string }; - /** - * The geo-location where the resource lives - */ - location: string; -} - -/** - * The resource model definition for an Azure Resource Manager resource with an etag. - * @summary Entity Resource - */ -export interface AzureEntityResource extends Resource { - /** - * Resource Etag. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly etag?: string; -} - -/** - * Parameters to create a notebook workspace resource - */ -export interface NotebookWorkspaceCreateUpdateParameters extends ARMProxyResource { -} - -/** - * A notebook workspace resource - */ -export interface NotebookWorkspace extends ARMProxyResource { - /** - * Specifies the endpoint of Notebook server. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly notebookServerEndpoint?: string; - /** - * Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, - * Updating. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly status?: string; -} - -/** - * The connection info for the given notebook workspace - */ -export interface NotebookWorkspaceConnectionInfoResult { - /** - * Specifies auth token used for connecting to Notebook server (uses token-based auth). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly authToken?: string; - /** - * Specifies the endpoint of Notebook server. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly notebookServerEndpoint?: string; -} - -/** - * A private link resource - */ -export interface PrivateLinkResource extends ARMProxyResource { - /** - * The private link resource group id. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly groupId?: string; - /** - * The private link resource required member names. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly requiredMembers?: string[]; - /** - * The private link resource required zone names. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly requiredZoneNames?: string[]; -} - -/** - * The set of data plane operations permitted through this Role Definition. - */ -export interface Permission { - /** - * An array of data actions that are allowed. - */ - dataActions?: string[]; - /** - * An array of data actions that are denied. - */ - notDataActions?: string[]; -} - -/** - * Parameters to create and update an Azure Cosmos DB SQL Role Definition. - */ -export interface SqlRoleDefinitionCreateUpdateParameters { - /** - * A user-friendly name for the Role Definition. Must be unique for the database account. - */ - roleName?: string; - /** - * Indicates whether the Role Definition was built-in or user created. Possible values include: - * 'BuiltInRole', 'CustomRole' - */ - type?: RoleDefinitionType; - /** - * A set of fully qualified Scopes at or below which Role Assignments may be created using this - * Role Definition. This will allow application of this Role Definition on the entire database - * account or any underlying Database / Collection. Must have at least one element. Scopes higher - * than Database account are not enforceable as assignable Scopes. Note that resources referenced - * in assignable Scopes need not exist. - */ - assignableScopes?: string[]; - /** - * The set of operations allowed through this Role Definition. - */ - permissions?: Permission[]; -} - -/** - * An Azure Cosmos DB SQL Role Definition. - */ -export interface SqlRoleDefinitionGetResults extends ARMProxyResource { - /** - * A user-friendly name for the Role Definition. Must be unique for the database account. - */ - roleName?: string; - /** - * Indicates whether the Role Definition was built-in or user created. Possible values include: - * 'BuiltInRole', 'CustomRole' - */ - sqlRoleDefinitionGetResultsType?: RoleDefinitionType; - /** - * A set of fully qualified Scopes at or below which Role Assignments may be created using this - * Role Definition. This will allow application of this Role Definition on the entire database - * account or any underlying Database / Collection. Must have at least one element. Scopes higher - * than Database account are not enforceable as assignable Scopes. Note that resources referenced - * in assignable Scopes need not exist. - */ - assignableScopes?: string[]; - /** - * The set of operations allowed through this Role Definition. - */ - permissions?: Permission[]; -} - -/** - * Parameters to create and update an Azure Cosmos DB SQL Role Assignment. - */ -export interface SqlRoleAssignmentCreateUpdateParameters { - /** - * The unique identifier for the associated Role Definition. - */ - roleDefinitionId?: string; - /** - * The data plane resource path for which access is being granted through this Role Assignment. - */ - scope?: string; - /** - * The unique identifier for the associated AAD principal in the AAD graph to which access is - * being granted through this Role Assignment. Tenant ID for the principal is inferred using the - * tenant associated with the subscription. - */ - principalId?: string; -} - -/** - * An Azure Cosmos DB Role Assignment - */ -export interface SqlRoleAssignmentGetResults extends ARMProxyResource { - /** - * The unique identifier for the associated Role Definition. - */ - roleDefinitionId?: string; - /** - * The data plane resource path for which access is being granted through this Role Assignment. - */ - scope?: string; - /** - * The unique identifier for the associated AAD principal in the AAD graph to which access is - * being granted through this Role Assignment. Tenant ID for the principal is inferred using the - * tenant associated with the subscription. - */ - principalId?: string; -} - -/** - * Properties of the regional restorable account. - */ -export interface RestorableLocationResource { - /** - * The location of the regional restorable account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly locationName?: string; - /** - * The instance id of the regional restorable account. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly regionalDatabaseAccountInstanceId?: string; - /** - * The creation time of the regional restorable database account (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly creationTime?: Date; - /** - * The time at which the regional restorable database account has been deleted (ISO-8601 format). - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly deletionTime?: Date; -} - -/** - * A Azure Cosmos DB restorable database account. - */ -export interface RestorableDatabaseAccountGetResult { - /** - * The name of the global database account - */ - accountName?: string; - /** - * The creation time of the restorable database account (ISO-8601 format). - */ - creationTime?: Date; - /** - * The time at which the restorable database account has been deleted (ISO-8601 format). - */ - deletionTime?: Date; - /** - * The API type of the restorable database account. Possible values include: 'MongoDB', - * 'Gremlin', 'Cassandra', 'Table', 'Sql', 'GremlinV2' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly apiType?: ApiType; - /** - * List of regions where the of the database account can be restored from. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly restorableLocations?: RestorableLocationResource[]; - /** - * The unique resource identifier of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly id?: string; - /** - * The name of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: string; - /** - * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly type?: string; - /** - * The location of the resource group to which the resource belongs. - */ - location?: string; -} - -/** - * Cosmos DB SQL database resource object - */ -export interface RestorableSqlDatabasePropertiesResourceDatabase { - /** - * Name of the Cosmos DB SQL database - */ - id: string; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _ts?: number; - /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _etag?: string; - /** - * A system generated property that specified the addressable path of the collections resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _colls?: string; - /** - * A system generated property that specifies the addressable path of the users resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _users?: string; - /** - * A system generated property that specifies the addressable path of the database resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _self?: string; -} - -/** - * The resource of an Azure Cosmos DB SQL database event - */ -export interface RestorableSqlDatabasePropertiesResource { - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * The operation type of this database event. Possible values include: 'Create', 'Replace', - * 'Delete', 'SystemOperation' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly operationType?: OperationType; - /** - * The time when this database event happened. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly eventTimestamp?: string; - /** - * The name of the SQL database. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerId?: string; - /** - * The resource ID of the SQL database. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerResourceId?: string; - /** - * Cosmos DB SQL database resource object - */ - database?: RestorableSqlDatabasePropertiesResourceDatabase; -} - -/** - * An Azure Cosmos DB SQL database event - */ -export interface RestorableSqlDatabaseGetResult { - /** - * The resource of an Azure Cosmos DB SQL database event - */ - resource?: RestorableSqlDatabasePropertiesResource; - /** - * The unique resource Identifier of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly id?: string; - /** - * The name of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: string; - /** - * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly type?: string; -} - -/** - * Cosmos DB SQL container resource object - */ -export interface RestorableSqlContainerPropertiesResourceContainer { - /** - * Name of the Cosmos DB SQL container - */ - id: string; - /** - * The configuration of the indexing policy. By default, the indexing is automatic for all - * document paths within the container - */ - indexingPolicy?: IndexingPolicy; - /** - * The configuration of the partition key to be used for partitioning data into multiple - * partitions - */ - partitionKey?: ContainerPartitionKey; - /** - * Default time to live - */ - defaultTtl?: number; - /** - * The unique key policy configuration for specifying uniqueness constraints on documents in the - * collection in the Azure Cosmos DB service. - */ - uniqueKeyPolicy?: UniqueKeyPolicy; - /** - * The conflict resolution policy for the container. - */ - conflictResolutionPolicy?: ConflictResolutionPolicy; - /** - * Analytical TTL. - */ - analyticalStorageTtl?: number; - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * A system generated property that denotes the last updated timestamp of the resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _ts?: number; - /** - * A system generated property representing the resource etag required for optimistic concurrency - * control. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _etag?: string; - /** - * A system generated property that specifies the addressable path of the container resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _self?: string; -} - -/** - * The resource of an Azure Cosmos DB SQL container event - */ -export interface RestorableSqlContainerPropertiesResource { - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * The operation type of this container event. Possible values include: 'Create', 'Replace', - * 'Delete', 'SystemOperation' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly operationType?: OperationType; - /** - * The when this container event happened. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly eventTimestamp?: string; - /** - * The name of this SQL container. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerId?: string; - /** - * The resource ID of this SQL container. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerResourceId?: string; - /** - * Cosmos DB SQL container resource object - */ - container?: RestorableSqlContainerPropertiesResourceContainer; -} - -/** - * An Azure Cosmos DB SQL container event - */ -export interface RestorableSqlContainerGetResult { - /** - * The resource of an Azure Cosmos DB SQL container event - */ - resource?: RestorableSqlContainerPropertiesResource; - /** - * The unique resource Identifier of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly id?: string; - /** - * The name of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: string; - /** - * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly type?: string; -} - -/** - * The resource of an Azure Cosmos DB MongoDB database event - */ -export interface RestorableMongodbDatabasePropertiesResource { - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * The operation type of this database event. Possible values include: 'Create', 'Replace', - * 'Delete', 'SystemOperation' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly operationType?: OperationType; - /** - * The time when this database event happened. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly eventTimestamp?: string; - /** - * The name of this MongoDB database. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerId?: string; - /** - * The resource ID of this MongoDB database. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerResourceId?: string; -} - -/** - * An Azure Cosmos DB MongoDB database event - */ -export interface RestorableMongodbDatabaseGetResult { - /** - * The resource of an Azure Cosmos DB MongoDB database event - */ - resource?: RestorableMongodbDatabasePropertiesResource; - /** - * The unique resource Identifier of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly id?: string; - /** - * The name of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: string; - /** - * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly type?: string; -} - -/** - * The resource of an Azure Cosmos DB MongoDB collection event - */ -export interface RestorableMongodbCollectionPropertiesResource { - /** - * A system generated property. A unique identifier. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly _rid?: string; - /** - * The operation type of this collection event. Possible values include: 'Create', 'Replace', - * 'Delete', 'SystemOperation' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly operationType?: OperationType; - /** - * The time when this collection event happened. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly eventTimestamp?: string; - /** - * The name of this MongoDB collection. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerId?: string; - /** - * The resource ID of this MongoDB collection. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly ownerResourceId?: string; -} - -/** - * An Azure Cosmos DB MongoDB collection event - */ -export interface RestorableMongodbCollectionGetResult { - /** - * The resource of an Azure Cosmos DB MongoDB collection event - */ - resource?: RestorableMongodbCollectionPropertiesResource; - /** - * The unique resource Identifier of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly id?: string; - /** - * The name of the ARM resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly name?: string; - /** - * The type of Azure resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly type?: string; -} - -/** - * Properties of the regional restorable account. - */ -export interface ContinuousBackupRestoreLocation { - /** - * The name of the continuous backup restore location. - */ - location?: string; -} - -/** - * Information about the status of continuous backups. - */ -export interface ContinuousBackupInformation { - /** - * The latest restorable timestamp for a resource. - */ - latestRestorableTimestamp?: string; -} - -/** - * Backup information of a resource. - */ -export interface BackupInformation { - /** - * Information about the status of continuous backups. - */ - continuousBackupInformation?: ContinuousBackupInformation; -} - -/** - * Optional Parameters. - */ -export interface DatabaseAccountsListUsagesOptionalParams extends msRest.RequestOptionsBase { - /** - * An OData filter expression that describes a subset of usages to return. The supported - * parameter is name.value (name of the metric, can have an or of multiple names). - */ - filter?: string; -} - -/** - * Optional Parameters. - */ -export interface DatabaseListUsagesOptionalParams extends msRest.RequestOptionsBase { - /** - * An OData filter expression that describes a subset of usages to return. The supported - * parameter is name.value (name of the metric, can have an or of multiple names). - */ - filter?: string; -} - -/** - * Optional Parameters. - */ -export interface CollectionListUsagesOptionalParams extends msRest.RequestOptionsBase { - /** - * An OData filter expression that describes a subset of usages to return. The supported - * parameter is name.value (name of the metric, can have an or of multiple names). - */ - filter?: string; -} - -/** - * Optional Parameters. - */ -export interface CollectionPartitionListUsagesOptionalParams extends msRest.RequestOptionsBase { - /** - * An OData filter expression that describes a subset of usages to return. The supported - * parameter is name.value (name of the metric, can have an or of multiple names). - */ - filter?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableSqlContainersListOptionalParams extends msRest.RequestOptionsBase { - /** - * The resource ID of the SQL database. - */ - restorableSqlDatabaseRid?: string; - /** - * The snapshot create timestamp after which snapshots need to be listed. - */ - startTime?: string; - /** - * The snapshot create timestamp before which snapshots need to be listed. - */ - endTime?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableSqlResourcesListOptionalParams extends msRest.RequestOptionsBase { - /** - * The location where the restorable resources are located. - */ - restoreLocation?: string; - /** - * The timestamp when the restorable resources existed. - */ - restoreTimestampInUtc?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableMongodbCollectionsListOptionalParams extends msRest.RequestOptionsBase { - /** - * The resource ID of the MongoDB database. - */ - restorableMongodbDatabaseRid?: string; -} - -/** - * Optional Parameters. - */ -export interface RestorableMongodbResourcesListOptionalParams extends msRest.RequestOptionsBase { - /** - * The location where the restorable resources are located. - */ - restoreLocation?: string; - /** - * The timestamp when the restorable resources existed. - */ - restoreTimestampInUtc?: string; -} - -/** - * An interface representing CosmosDBManagementClientOptions. - */ -export interface CosmosDBManagementClientOptions extends AzureServiceClientOptions { - baseUri?: string; -} - -/** - * @interface - * The List operation response, that contains the database accounts and their properties. - * @extends Array - */ -export interface DatabaseAccountsListResult extends Array { -} - -/** - * @interface - * The response to a list metrics request. - * @extends Array - */ -export interface MetricListResult extends Array { -} - -/** - * @interface - * The response to a list usage request. - * @extends Array - */ -export interface UsagesResult extends Array { -} - -/** - * @interface - * The response to a list metric definitions request. - * @extends Array - */ -export interface MetricDefinitionsListResult extends Array { -} - -/** - * @interface - * Result of the request to list Resource Provider operations. It contains a list of operations and - * a URL link to get the next set of results. - * @extends Array - */ -export interface OperationListResult extends Array { - /** - * URL to get the next set of operation list results if there are any. - */ - nextLink?: string; -} - -/** - * @interface - * The response to a list percentile metrics request. - * @extends Array - */ -export interface PercentileMetricListResult extends Array { -} - -/** - * @interface - * The response to a list partition metrics request. - * @extends Array - */ -export interface PartitionMetricListResult extends Array { -} - -/** - * @interface - * The response to a list partition level usage request. - * @extends Array - */ -export interface PartitionUsagesResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the SQL databases and their properties. - * @extends Array - */ -export interface SqlDatabaseListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the containers and their properties. - * @extends Array - */ -export interface SqlContainerListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the storedProcedures and their properties. - * @extends Array - */ -export interface SqlStoredProcedureListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the userDefinedFunctions and their properties. - * @extends Array - */ -export interface SqlUserDefinedFunctionListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the triggers and their properties. - * @extends Array - */ -export interface SqlTriggerListResult extends Array { -} - -/** - * @interface - * The relevant Role Definitions. - * @extends Array - */ -export interface SqlRoleDefinitionListResult extends Array { -} - -/** - * @interface - * The relevant Role Assignments. - * @extends Array - */ -export interface SqlRoleAssignmentListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the MongoDB databases and their properties. - * @extends Array - */ -export interface MongoDBDatabaseListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the MongoDB collections and their properties. - * @extends Array - */ -export interface MongoDBCollectionListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the Table and their properties. - * @extends Array - */ -export interface TableListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the Cassandra keyspaces and their properties. - * @extends Array - */ -export interface CassandraKeyspaceListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the Cassandra tables and their properties. - * @extends Array - */ -export interface CassandraTableListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the Gremlin databases and their properties. - * @extends Array - */ -export interface GremlinDatabaseListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the graphs and their properties. - * @extends Array - */ -export interface GremlinGraphListResult extends Array { -} - -/** - * @interface - * A list of notebook workspace resources - * @extends Array - */ -export interface NotebookWorkspaceListResult extends Array { -} - -/** - * @interface - * A list of private endpoint connections - * @extends Array - */ -export interface PrivateEndpointConnectionListResult extends Array { -} - -/** - * @interface - * A list of private link resources - * @extends Array - */ -export interface PrivateLinkResourceListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the restorable database accounts and their - * properties. - * @extends Array - */ -export interface RestorableDatabaseAccountsListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the SQL database events and their properties. - * @extends Array - */ -export interface RestorableSqlDatabasesListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the SQL container events and their properties. - * @extends Array - */ -export interface RestorableSqlContainersListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the restorable SQL resources. - * @extends Array - */ -export interface RestorableSqlResourcesListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the MongoDB database events and their properties. - * @extends Array - */ -export interface RestorableMongodbDatabasesListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the MongoDB collection events and their properties. - * @extends Array - */ -export interface RestorableMongodbCollectionsListResult extends Array { -} - -/** - * @interface - * The List operation response, that contains the restorable MongoDB resources. - * @extends Array - */ -export interface RestorableMongodbResourcesListResult extends Array { -} - -/** - * Defines values for DatabaseAccountKind. - * Possible values include: 'GlobalDocumentDB', 'MongoDB', 'Parse' - * @readonly - * @enum {string} - */ -export type DatabaseAccountKind = 'GlobalDocumentDB' | 'MongoDB' | 'Parse'; - -/** - * Defines values for ResourceIdentityType. - * Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned', 'None' - * @readonly - * @enum {string} - */ -export type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned,UserAssigned' | 'None'; - -/** - * Defines values for DatabaseAccountOfferType. - * Possible values include: 'Standard' - * @readonly - * @enum {string} - */ -export type DatabaseAccountOfferType = 'Standard'; - -/** - * Defines values for DefaultConsistencyLevel. - * Possible values include: 'Eventual', 'Session', 'BoundedStaleness', 'Strong', 'ConsistentPrefix' - * @readonly - * @enum {string} - */ -export type DefaultConsistencyLevel = 'Eventual' | 'Session' | 'BoundedStaleness' | 'Strong' | 'ConsistentPrefix'; - -/** - * Defines values for ConnectorOffer. - * Possible values include: 'Small' - * @readonly - * @enum {string} - */ -export type ConnectorOffer = 'Small'; - -/** - * Defines values for PublicNetworkAccess. - * Possible values include: 'Enabled', 'Disabled' - * @readonly - * @enum {string} - */ -export type PublicNetworkAccess = 'Enabled' | 'Disabled'; - -/** - * Defines values for ServerVersion. - * Possible values include: '3.2', '3.6', '4.0' - * @readonly - * @enum {string} - */ -export type ServerVersion = '3.2' | '3.6' | '4.0'; - -/** - * Defines values for AnalyticalStorageSchemaType. - * Possible values include: 'WellDefined', 'FullFidelity' - * @readonly - * @enum {string} - */ -export type AnalyticalStorageSchemaType = 'WellDefined' | 'FullFidelity'; - -/** - * Defines values for CreateMode. - * Possible values include: 'Default', 'Restore' - * @readonly - * @enum {string} - */ -export type CreateMode = 'Default' | 'Restore'; - -/** - * Defines values for RestoreMode. - * Possible values include: 'PointInTime' - * @readonly - * @enum {string} - */ -export type RestoreMode = 'PointInTime'; - -/** - * Defines values for BackupPolicyMigrationStatus. - * Possible values include: 'Invalid', 'InProgress', 'Completed', 'Failed' - * @readonly - * @enum {string} - */ -export type BackupPolicyMigrationStatus = 'Invalid' | 'InProgress' | 'Completed' | 'Failed'; - -/** - * Defines values for BackupPolicyType. - * Possible values include: 'Periodic', 'Continuous' - * @readonly - * @enum {string} - */ -export type BackupPolicyType = 'Periodic' | 'Continuous'; - -/** - * Defines values for NetworkAclBypass. - * Possible values include: 'None', 'AzureServices' - * @readonly - * @enum {string} - */ -export type NetworkAclBypass = 'None' | 'AzureServices'; - -/** - * Defines values for CreatedByType. - * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' - * @readonly - * @enum {string} - */ -export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key'; - -/** - * Defines values for IndexingMode. - * Possible values include: 'consistent', 'lazy', 'none' - * @readonly - * @enum {string} - */ -export type IndexingMode = 'consistent' | 'lazy' | 'none'; - -/** - * Defines values for DataType. - * Possible values include: 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon' - * @readonly - * @enum {string} - */ -export type DataType = 'String' | 'Number' | 'Point' | 'Polygon' | 'LineString' | 'MultiPolygon'; - -/** - * Defines values for IndexKind. - * Possible values include: 'Hash', 'Range', 'Spatial' - * @readonly - * @enum {string} - */ -export type IndexKind = 'Hash' | 'Range' | 'Spatial'; - -/** - * Defines values for CompositePathSortOrder. - * Possible values include: 'ascending', 'descending' - * @readonly - * @enum {string} - */ -export type CompositePathSortOrder = 'ascending' | 'descending'; - -/** - * Defines values for SpatialType. - * Possible values include: 'Point', 'LineString', 'Polygon', 'MultiPolygon' - * @readonly - * @enum {string} - */ -export type SpatialType = 'Point' | 'LineString' | 'Polygon' | 'MultiPolygon'; - -/** - * Defines values for PartitionKind. - * Possible values include: 'Hash', 'Range', 'MultiHash' - * @readonly - * @enum {string} - */ -export type PartitionKind = 'Hash' | 'Range' | 'MultiHash'; - -/** - * Defines values for ConflictResolutionMode. - * Possible values include: 'LastWriterWins', 'Custom' - * @readonly - * @enum {string} - */ -export type ConflictResolutionMode = 'LastWriterWins' | 'Custom'; - -/** - * Defines values for TriggerType. - * Possible values include: 'Pre', 'Post' - * @readonly - * @enum {string} - */ -export type TriggerType = 'Pre' | 'Post'; - -/** - * Defines values for TriggerOperation. - * Possible values include: 'All', 'Create', 'Update', 'Delete', 'Replace' - * @readonly - * @enum {string} - */ -export type TriggerOperation = 'All' | 'Create' | 'Update' | 'Delete' | 'Replace'; - -/** - * Defines values for KeyKind. - * Possible values include: 'primary', 'secondary', 'primaryReadonly', 'secondaryReadonly' - * @readonly - * @enum {string} - */ -export type KeyKind = 'primary' | 'secondary' | 'primaryReadonly' | 'secondaryReadonly'; - -/** - * Defines values for UnitType. - * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', - * 'BytesPerSecond', 'Milliseconds' - * @readonly - * @enum {string} - */ -export type UnitType = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountPerSecond' | 'BytesPerSecond' | 'Milliseconds'; - -/** - * Defines values for PrimaryAggregationType. - * Possible values include: 'None', 'Average', 'Total', 'Minimum', 'Maximum', 'Last' - * @readonly - * @enum {string} - */ -export type PrimaryAggregationType = 'None' | 'Average' | 'Total' | 'Minimum' | 'Maximum' | 'Last'; - -/** - * Defines values for RoleDefinitionType. - * Possible values include: 'BuiltInRole', 'CustomRole' - * @readonly - * @enum {string} - */ -export type RoleDefinitionType = 'BuiltInRole' | 'CustomRole'; - -/** - * Defines values for ApiType. - * Possible values include: 'MongoDB', 'Gremlin', 'Cassandra', 'Table', 'Sql', 'GremlinV2' - * @readonly - * @enum {string} - */ -export type ApiType = 'MongoDB' | 'Gremlin' | 'Cassandra' | 'Table' | 'Sql' | 'GremlinV2'; - -/** - * Defines values for OperationType. - * Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation' - * @readonly - * @enum {string} - */ -export type OperationType = 'Create' | 'Replace' | 'Delete' | 'SystemOperation'; - -/** - * Contains response data for the get operation. - */ -export type DatabaseAccountsGetResponse = DatabaseAccountGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountGetResults; - }; -}; - -/** - * Contains response data for the update operation. - */ -export type DatabaseAccountsUpdateResponse = DatabaseAccountGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountGetResults; - }; -}; - -/** - * Contains response data for the createOrUpdate operation. - */ -export type DatabaseAccountsCreateOrUpdateResponse = DatabaseAccountGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountGetResults; - }; + /** Parameters to indicate the information about the restore. */ + restoreParameters?: RestoreParameters; + /** The object that represents all properties related to capacity enforcement on an account. */ + capacity?: Capacity; }; -/** - * Contains response data for the list operation. - */ -export type DatabaseAccountsListResponse = DatabaseAccountsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountsListResult; - }; +/** An Azure Cosmos DB SQL database. */ +export type SqlDatabaseGetResults = ARMResourceProperties & { + resource?: SqlDatabaseGetPropertiesResource; + options?: SqlDatabaseGetPropertiesOptions; }; -/** - * Contains response data for the listByResourceGroup operation. - */ -export type DatabaseAccountsListByResourceGroupResponse = DatabaseAccountsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountsListResult; - }; +/** Parameters to create and update Cosmos DB SQL database. */ +export type SqlDatabaseCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a SQL database */ + resource: SqlDatabaseResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listKeys operation. - */ -export type DatabaseAccountsListKeysResponse = DatabaseAccountListKeysResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountListKeysResult; - }; +/** An Azure Cosmos DB resource throughput. */ +export type ThroughputSettingsGetResults = ARMResourceProperties & { + resource?: ThroughputSettingsGetPropertiesResource; }; -/** - * Contains response data for the listConnectionStrings operation. - */ -export type DatabaseAccountsListConnectionStringsResponse = DatabaseAccountListConnectionStringsResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountListConnectionStringsResult; - }; +/** Parameters to update Cosmos DB resource throughput. */ +export type ThroughputSettingsUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a resource throughput */ + resource: ThroughputSettingsResource; }; -/** - * Contains response data for the getReadOnlyKeys operation. - */ -export type DatabaseAccountsGetReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountListReadOnlyKeysResult; - }; +/** An Azure Cosmos DB container. */ +export type SqlContainerGetResults = ARMResourceProperties & { + resource?: SqlContainerGetPropertiesResource; + options?: SqlContainerGetPropertiesOptions; }; -/** - * Contains response data for the listReadOnlyKeys operation. - */ -export type DatabaseAccountsListReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountListReadOnlyKeysResult; - }; +/** Parameters to create and update Cosmos DB container. */ +export type SqlContainerCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a container */ + resource: SqlContainerResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the checkNameExists operation. - */ -export type DatabaseAccountsCheckNameExistsResponse = { - /** - * The parsed response body. - */ - body: boolean; - - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: boolean; - }; +/** An Azure Cosmos DB storedProcedure. */ +export type SqlStoredProcedureGetResults = ARMResourceProperties & { + resource?: SqlStoredProcedureGetPropertiesResource; }; -/** - * Contains response data for the listMetrics operation. - */ -export type DatabaseAccountsListMetricsResponse = MetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; +/** Parameters to create and update Cosmos DB storedProcedure. */ +export type SqlStoredProcedureCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a storedProcedure */ + resource: SqlStoredProcedureResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listUsages operation. - */ -export type DatabaseAccountsListUsagesResponse = UsagesResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: UsagesResult; - }; +/** An Azure Cosmos DB userDefinedFunction. */ +export type SqlUserDefinedFunctionGetResults = ARMResourceProperties & { + resource?: SqlUserDefinedFunctionGetPropertiesResource; }; -/** - * Contains response data for the listMetricDefinitions operation. - */ -export type DatabaseAccountsListMetricDefinitionsResponse = MetricDefinitionsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricDefinitionsListResult; - }; +/** Parameters to create and update Cosmos DB userDefinedFunction. */ +export type SqlUserDefinedFunctionCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a userDefinedFunction */ + resource: SqlUserDefinedFunctionResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the beginUpdate operation. - */ -export type DatabaseAccountsBeginUpdateResponse = DatabaseAccountGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountGetResults; - }; +/** An Azure Cosmos DB trigger. */ +export type SqlTriggerGetResults = ARMResourceProperties & { + resource?: SqlTriggerGetPropertiesResource; }; -/** - * Contains response data for the beginCreateOrUpdate operation. - */ -export type DatabaseAccountsBeginCreateOrUpdateResponse = DatabaseAccountGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: DatabaseAccountGetResults; - }; +/** Parameters to create and update Cosmos DB trigger. */ +export type SqlTriggerCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a trigger */ + resource: SqlTriggerResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the list operation. - */ -export type OperationsListResponse = OperationListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationListResult; - }; +/** An Azure Cosmos DB MongoDB database. */ +export type MongoDBDatabaseGetResults = ARMResourceProperties & { + resource?: MongoDBDatabaseGetPropertiesResource; + options?: MongoDBDatabaseGetPropertiesOptions; }; -/** - * Contains response data for the listNext operation. - */ -export type OperationsListNextResponse = OperationListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationListResult; - }; +/** Parameters to create and update Cosmos DB MongoDB database. */ +export type MongoDBDatabaseCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a MongoDB database */ + resource: MongoDBDatabaseResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listMetrics operation. - */ -export type DatabaseListMetricsResponse = MetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB MongoDB collection. */ +export type MongoDBCollectionGetResults = ARMResourceProperties & { + resource?: MongoDBCollectionGetPropertiesResource; + options?: MongoDBCollectionGetPropertiesOptions; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; +/** Parameters to create and update Cosmos DB MongoDB collection. */ +export type MongoDBCollectionCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a MongoDB collection */ + resource: MongoDBCollectionResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listUsages operation. - */ -export type DatabaseListUsagesResponse = UsagesResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB Table. */ +export type TableGetResults = ARMResourceProperties & { + resource?: TableGetPropertiesResource; + options?: TableGetPropertiesOptions; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: UsagesResult; - }; +/** Parameters to create and update Cosmos DB Table. */ +export type TableCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Table */ + resource: TableResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listMetricDefinitions operation. - */ -export type DatabaseListMetricDefinitionsResponse = MetricDefinitionsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB Cassandra keyspace. */ +export type CassandraKeyspaceGetResults = ARMResourceProperties & { + resource?: CassandraKeyspaceGetPropertiesResource; + options?: CassandraKeyspaceGetPropertiesOptions; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricDefinitionsListResult; - }; +/** Parameters to create and update Cosmos DB Cassandra keyspace. */ +export type CassandraKeyspaceCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Cassandra keyspace */ + resource: CassandraKeyspaceResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listMetrics operation. - */ -export type CollectionListMetricsResponse = MetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB Cassandra table. */ +export type CassandraTableGetResults = ARMResourceProperties & { + resource?: CassandraTableGetPropertiesResource; + options?: CassandraTableGetPropertiesOptions; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; +/** Parameters to create and update Cosmos DB Cassandra table. */ +export type CassandraTableCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Cassandra table */ + resource: CassandraTableResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listUsages operation. - */ -export type CollectionListUsagesResponse = UsagesResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB Gremlin database. */ +export type GremlinDatabaseGetResults = ARMResourceProperties & { + resource?: GremlinDatabaseGetPropertiesResource; + options?: GremlinDatabaseGetPropertiesOptions; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: UsagesResult; - }; +/** Parameters to create and update Cosmos DB Gremlin database. */ +export type GremlinDatabaseCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Gremlin database */ + resource: GremlinDatabaseResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listMetricDefinitions operation. - */ -export type CollectionListMetricDefinitionsResponse = MetricDefinitionsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB Gremlin graph. */ +export type GremlinGraphGetResults = ARMResourceProperties & { + resource?: GremlinGraphGetPropertiesResource; + options?: GremlinGraphGetPropertiesOptions; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricDefinitionsListResult; - }; +/** Parameters to create and update Cosmos DB Gremlin graph. */ +export type GremlinGraphCreateUpdateParameters = ARMResourceProperties & { + /** The standard JSON format of a Gremlin graph */ + resource: GremlinGraphResource; + /** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */ + options?: CreateUpdateOptions; }; -/** - * Contains response data for the listMetrics operation. - */ -export type CollectionRegionListMetricsResponse = MetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */ +export type ProxyResource = Resource & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; +/** The object representing periodic mode backup policy. */ +export type PeriodicModeBackupPolicy = BackupPolicy & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + type: "Periodic"; + /** Configuration values for periodic mode backup */ + periodicModeProperties?: PeriodicModeProperties; }; -/** - * Contains response data for the listMetrics operation. - */ -export type DatabaseAccountRegionListMetricsResponse = MetricListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetricListResult; - }; +/** The object representing continuous mode backup policy. */ +export type ContinuousModeBackupPolicy = BackupPolicy & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + type: "Continuous"; }; -/** - * Contains response data for the listMetrics operation. - */ -export type PercentileSourceTargetListMetricsResponse = PercentileMetricListResult & { +/** The access keys for the given database account. */ +export type DatabaseAccountListKeysResult = DatabaseAccountListReadOnlyKeysResult & { /** - * The underlying HTTP response. + * Base 64 encoded value of the primary read-write key. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PercentileMetricListResult; - }; -}; - -/** - * Contains response data for the listMetrics operation. - */ -export type PercentileTargetListMetricsResponse = PercentileMetricListResult & { + readonly primaryMasterKey?: string; /** - * The underlying HTTP response. + * Base 64 encoded value of the secondary read-write key. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PercentileMetricListResult; - }; + readonly secondaryMasterKey?: string; }; -/** - * Contains response data for the listMetrics operation. - */ -export type PercentileListMetricsResponse = PercentileMetricListResult & { +/** The metric values for a single partition. */ +export type PartitionMetric = Metric & { /** - * The underlying HTTP response. + * The partition id (GUID identifier) of the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PercentileMetricListResult; - }; -}; - -/** - * Contains response data for the listMetrics operation. - */ -export type CollectionPartitionRegionListMetricsResponse = PartitionMetricListResult & { + readonly partitionId?: string; /** - * The underlying HTTP response. + * The partition key range id (integer identifier) of the metric values. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; + readonly partitionKeyRangeId?: string; }; -/** - * Contains response data for the listMetrics operation. - */ -export type CollectionPartitionListMetricsResponse = PartitionMetricListResult & { +/** Represents percentile metrics values. */ +export type PercentileMetricValue = MetricValue & { /** - * The underlying HTTP response. + * The 10th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; - -/** - * Contains response data for the listUsages operation. - */ -export type CollectionPartitionListUsagesResponse = PartitionUsagesResult & { + readonly p10?: number; /** - * The underlying HTTP response. + * The 25th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionUsagesResult; - }; -}; - -/** - * Contains response data for the listMetrics operation. - */ -export type PartitionKeyRangeIdListMetricsResponse = PartitionMetricListResult & { + readonly p25?: number; /** - * The underlying HTTP response. + * The 50th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; - -/** - * Contains response data for the listMetrics operation. - */ -export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult & { + readonly p50?: number; /** - * The underlying HTTP response. + * The 75th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: PartitionMetricListResult; - }; -}; - -/** - * Contains response data for the listSqlDatabases operation. - */ -export type SqlResourcesListSqlDatabasesResponse = SqlDatabaseListResult & { + readonly p75?: number; /** - * The underlying HTTP response. + * The 90th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseListResult; - }; -}; - -/** - * Contains response data for the getSqlDatabase operation. - */ -export type SqlResourcesGetSqlDatabaseResponse = SqlDatabaseGetResults & { + readonly p90?: number; /** - * The underlying HTTP response. + * The 95th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseGetResults; - }; -}; - -/** - * Contains response data for the createUpdateSqlDatabase operation. - */ -export type SqlResourcesCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults & { + readonly p95?: number; /** - * The underlying HTTP response. + * The 99th percentile value for the metric. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseGetResults; - }; + readonly p99?: number; }; -/** - * Contains response data for the getSqlDatabaseThroughput operation. - */ -export type SqlResourcesGetSqlDatabaseThroughputResponse = ThroughputSettingsGetResults & { +/** The partition level usage data for a usage request. */ +export type PartitionUsage = Usage & { /** - * The underlying HTTP response. + * The partition id (GUID identifier) of the usages. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; - -/** - * Contains response data for the updateSqlDatabaseThroughput operation. - */ -export type SqlResourcesUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults & { + readonly partitionId?: string; /** - * The underlying HTTP response. + * The partition key range id (integer identifier) of the usages. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; + readonly partitionKeyRangeId?: string; }; -/** - * Contains response data for the migrateSqlDatabaseToAutoscale operation. - */ -export type SqlResourcesMigrateSqlDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type SqlDatabaseGetPropertiesResource = SqlDatabaseResource & + ExtendedResourceProperties & { + /** A system generated property that specified the addressable path of the collections resource. */ + colls?: string; + /** A system generated property that specifies the addressable path of the users resource. */ + users?: string; + }; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Cosmos DB SQL database resource object */ +export type RestorableSqlDatabasePropertiesResourceDatabase = SqlDatabaseResource & + ExtendedResourceProperties & { + /** + * A system generated property that specified the addressable path of the collections resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly colls?: string; + /** + * A system generated property that specifies the addressable path of the users resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly users?: string; + /** + * A system generated property that specifies the addressable path of the database resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly self?: string; + }; -/** - * Contains response data for the migrateSqlDatabaseToManualThroughput operation. - */ -export type SqlResourcesMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ThroughputSettingsGetPropertiesResource = ThroughputSettingsResource & + ExtendedResourceProperties & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +export type SqlContainerGetPropertiesResource = SqlContainerResource & + ExtendedResourceProperties & {}; -/** - * Contains response data for the listSqlContainers operation. - */ -export type SqlResourcesListSqlContainersResponse = SqlContainerListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type SqlStoredProcedureGetPropertiesResource = SqlStoredProcedureResource & + ExtendedResourceProperties & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerListResult; - }; -}; +export type SqlUserDefinedFunctionGetPropertiesResource = SqlUserDefinedFunctionResource & + ExtendedResourceProperties & {}; -/** - * Contains response data for the getSqlContainer operation. - */ -export type SqlResourcesGetSqlContainerResponse = SqlContainerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type SqlTriggerGetPropertiesResource = SqlTriggerResource & + ExtendedResourceProperties & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerGetResults; - }; -}; +export type MongoDBDatabaseGetPropertiesResource = MongoDBDatabaseResource & + ExtendedResourceProperties & {}; -/** - * Contains response data for the createUpdateSqlContainer operation. - */ -export type SqlResourcesCreateUpdateSqlContainerResponse = SqlContainerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type MongoDBCollectionGetPropertiesResource = MongoDBCollectionResource & + ExtendedResourceProperties & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerGetResults; - }; -}; +export type TableGetPropertiesResource = TableResource & + ExtendedResourceProperties & {}; -/** - * Contains response data for the getSqlContainerThroughput operation. - */ -export type SqlResourcesGetSqlContainerThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type CassandraKeyspaceGetPropertiesResource = CassandraKeyspaceResource & + ExtendedResourceProperties & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +export type CassandraTableGetPropertiesResource = CassandraTableResource & + ExtendedResourceProperties & {}; -/** - * Contains response data for the updateSqlContainerThroughput operation. - */ -export type SqlResourcesUpdateSqlContainerThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type GremlinDatabaseGetPropertiesResource = GremlinDatabaseResource & + ExtendedResourceProperties & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +export type GremlinGraphGetPropertiesResource = GremlinGraphResource & + ExtendedResourceProperties & {}; -/** - * Contains response data for the migrateSqlContainerToAutoscale operation. - */ -export type SqlResourcesMigrateSqlContainerToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Cosmos DB SQL container resource object */ +export type RestorableSqlContainerPropertiesResourceContainer = SqlContainerResource & + ExtendedResourceProperties & { + /** + * A system generated property that specifies the addressable path of the container resource. + * NOTE: This property will not be serialized. It can only be populated by the server. + */ + readonly self?: string; + }; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +export type SqlDatabaseGetPropertiesOptions = OptionsResource & {}; -/** - * Contains response data for the migrateSqlContainerToManualThroughput operation. - */ -export type SqlResourcesMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type SqlContainerGetPropertiesOptions = OptionsResource & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +export type MongoDBDatabaseGetPropertiesOptions = OptionsResource & {}; -/** - * Contains response data for the listSqlStoredProcedures operation. - */ -export type SqlResourcesListSqlStoredProceduresResponse = SqlStoredProcedureListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type MongoDBCollectionGetPropertiesOptions = OptionsResource & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureListResult; - }; -}; +export type TableGetPropertiesOptions = OptionsResource & {}; -/** - * Contains response data for the getSqlStoredProcedure operation. - */ -export type SqlResourcesGetSqlStoredProcedureResponse = SqlStoredProcedureGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type CassandraKeyspaceGetPropertiesOptions = OptionsResource & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureGetResults; - }; -}; +export type CassandraTableGetPropertiesOptions = OptionsResource & {}; -/** - * Contains response data for the createUpdateSqlStoredProcedure operation. - */ -export type SqlResourcesCreateUpdateSqlStoredProcedureResponse = SqlStoredProcedureGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type GremlinDatabaseGetPropertiesOptions = OptionsResource & {}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureGetResults; - }; +export type GremlinGraphGetPropertiesOptions = OptionsResource & {}; + +/** Cosmos DB location get result */ +export type LocationGetResult = ARMProxyResource & { + /** Cosmos DB location metadata */ + properties?: LocationProperties; }; -/** - * Contains response data for the listSqlUserDefinedFunctions operation. - */ -export type SqlResourcesListSqlUserDefinedFunctionsResponse = SqlUserDefinedFunctionListResult & { +/** A notebook workspace resource */ +export type NotebookWorkspace = ARMProxyResource & { /** - * The underlying HTTP response. + * Specifies the endpoint of Notebook server. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionListResult; - }; -}; - -/** - * Contains response data for the getSqlUserDefinedFunction operation. - */ -export type SqlResourcesGetSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults & { + readonly notebookServerEndpoint?: string; /** - * The underlying HTTP response. + * Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionGetResults; - }; + readonly status?: string; }; -/** - * Contains response data for the createUpdateSqlUserDefinedFunction operation. - */ -export type SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults & { +/** Parameters to create a notebook workspace resource */ +export type NotebookWorkspaceCreateUpdateParameters = ARMProxyResource & {}; + +/** A private link resource */ +export type PrivateLinkResource = ARMProxyResource & { /** - * The underlying HTTP response. + * The private link resource group id. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionGetResults; - }; -}; - -/** - * Contains response data for the listSqlTriggers operation. - */ -export type SqlResourcesListSqlTriggersResponse = SqlTriggerListResult & { + readonly groupId?: string; /** - * The underlying HTTP response. + * The private link resource required member names. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerListResult; - }; -}; - -/** - * Contains response data for the getSqlTrigger operation. - */ -export type SqlResourcesGetSqlTriggerResponse = SqlTriggerGetResults & { + readonly requiredMembers?: string[]; /** - * The underlying HTTP response. + * The private link resource required zone names. + * NOTE: This property will not be serialized. It can only be populated by the server. */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + readonly requiredZoneNames?: string[]; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerGetResults; - }; +/** An Azure Cosmos DB SQL Role Definition. */ +export type SqlRoleDefinitionGetResults = ARMProxyResource & { + /** A user-friendly name for the Role Definition. Must be unique for the database account. */ + roleName?: string; + /** Indicates whether the Role Definition was built-in or user created. */ + typePropertiesType?: RoleDefinitionType; + /** A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist. */ + assignableScopes?: string[]; + /** The set of operations allowed through this Role Definition. */ + permissions?: Permission[]; }; -/** - * Contains response data for the createUpdateSqlTrigger operation. - */ -export type SqlResourcesCreateUpdateSqlTriggerResponse = SqlTriggerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** An Azure Cosmos DB Role Assignment */ +export type SqlRoleAssignmentGetResults = ARMProxyResource & { + /** The unique identifier for the associated Role Definition. */ + roleDefinitionId?: string; + /** The data plane resource path for which access is being granted through this Role Assignment. */ + scope?: string; + /** The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription. */ + principalId?: string; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerGetResults; - }; +/** A managed Cassandra data center. */ +export type DataCenterResource = ARMProxyResource & { + /** Properties of a managed Cassandra data center. */ + properties?: DataCenterResourceProperties; }; -/** - * Contains response data for the getSqlRoleDefinition operation. - */ -export type SqlResourcesGetSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Representation of a managed Cassandra cluster. */ +export type ClusterResource = ManagedCassandraARMResourceProperties & { + /** Properties of a managed Cassandra cluster. */ + properties?: ClusterResourceProperties; +}; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionGetResults; - }; +/** A private endpoint connection */ +export type PrivateEndpointConnection = ProxyResource & { + /** Private endpoint which the connection belongs to. */ + privateEndpoint?: PrivateEndpointProperty; + /** Connection State of the Private Endpoint Connection. */ + privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty; + /** Group id of the private endpoint. */ + groupId?: string; + /** Provisioning state of the private endpoint. */ + provisioningState?: string; }; +/** Known values of {@link DatabaseAccountKind} that the service accepts. */ +export enum KnownDatabaseAccountKind { + GlobalDocumentDB = "GlobalDocumentDB", + MongoDB = "MongoDB", + Parse = "Parse" +} + /** - * Contains response data for the createUpdateSqlRoleDefinition operation. + * Defines values for DatabaseAccountKind. \ + * {@link KnownDatabaseAccountKind} can be used interchangeably with DatabaseAccountKind, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **GlobalDocumentDB** \ + * **MongoDB** \ + * **Parse** */ -export type SqlResourcesCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type DatabaseAccountKind = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionGetResults; - }; -}; +/** Known values of {@link ConnectorOffer} that the service accepts. */ +export enum KnownConnectorOffer { + Small = "Small" +} /** - * Contains response data for the listSqlRoleDefinitions operation. + * Defines values for ConnectorOffer. \ + * {@link KnownConnectorOffer} can be used interchangeably with ConnectorOffer, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Small** */ -export type SqlResourcesListSqlRoleDefinitionsResponse = SqlRoleDefinitionListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ConnectorOffer = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionListResult; - }; -}; +/** Known values of {@link PublicNetworkAccess} that the service accepts. */ +export enum KnownPublicNetworkAccess { + Enabled = "Enabled", + Disabled = "Disabled" +} /** - * Contains response data for the getSqlRoleAssignment operation. + * Defines values for PublicNetworkAccess. \ + * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Enabled** \ + * **Disabled** */ -export type SqlResourcesGetSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type PublicNetworkAccess = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentGetResults; - }; -}; +/** Known values of {@link ServerVersion} that the service accepts. */ +export enum KnownServerVersion { + Three2 = "3.2", + Three6 = "3.6", + Four0 = "4.0" +} /** - * Contains response data for the createUpdateSqlRoleAssignment operation. + * Defines values for ServerVersion. \ + * {@link KnownServerVersion} can be used interchangeably with ServerVersion, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **3.2** \ + * **3.6** \ + * **4.0** */ -export type SqlResourcesCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ServerVersion = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentGetResults; - }; -}; +/** Known values of {@link AnalyticalStorageSchemaType} that the service accepts. */ +export enum KnownAnalyticalStorageSchemaType { + WellDefined = "WellDefined", + FullFidelity = "FullFidelity" +} /** - * Contains response data for the listSqlRoleAssignments operation. + * Defines values for AnalyticalStorageSchemaType. \ + * {@link KnownAnalyticalStorageSchemaType} can be used interchangeably with AnalyticalStorageSchemaType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **WellDefined** \ + * **FullFidelity** */ -export type SqlResourcesListSqlRoleAssignmentsResponse = SqlRoleAssignmentListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type AnalyticalStorageSchemaType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentListResult; - }; -}; +/** Known values of {@link CreateMode} that the service accepts. */ +export enum KnownCreateMode { + Default = "Default", + Restore = "Restore" +} /** - * Contains response data for the retrieveContinuousBackupInformation operation. + * Defines values for CreateMode. \ + * {@link KnownCreateMode} can be used interchangeably with CreateMode, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Default** \ + * **Restore** */ -export type SqlResourcesRetrieveContinuousBackupInformationResponse = BackupInformation & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type CreateMode = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BackupInformation; - }; -}; +/** Known values of {@link RestoreMode} that the service accepts. */ +export enum KnownRestoreMode { + PointInTime = "PointInTime" +} /** - * Contains response data for the beginCreateUpdateSqlDatabase operation. + * Defines values for RestoreMode. \ + * {@link KnownRestoreMode} can be used interchangeably with RestoreMode, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **PointInTime** */ -export type SqlResourcesBeginCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type RestoreMode = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlDatabaseGetResults; - }; -}; +/** Known values of {@link BackupPolicyType} that the service accepts. */ +export enum KnownBackupPolicyType { + Periodic = "Periodic", + Continuous = "Continuous" +} /** - * Contains response data for the beginUpdateSqlDatabaseThroughput operation. + * Defines values for BackupPolicyType. \ + * {@link KnownBackupPolicyType} can be used interchangeably with BackupPolicyType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Periodic** \ + * **Continuous** */ -export type SqlResourcesBeginUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type BackupPolicyType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link BackupPolicyMigrationStatus} that the service accepts. */ +export enum KnownBackupPolicyMigrationStatus { + Invalid = "Invalid", + InProgress = "InProgress", + Completed = "Completed", + Failed = "Failed" +} /** - * Contains response data for the beginMigrateSqlDatabaseToAutoscale operation. + * Defines values for BackupPolicyMigrationStatus. \ + * {@link KnownBackupPolicyMigrationStatus} can be used interchangeably with BackupPolicyMigrationStatus, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Invalid** \ + * **InProgress** \ + * **Completed** \ + * **Failed** */ -export type SqlResourcesBeginMigrateSqlDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type BackupPolicyMigrationStatus = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link CreatedByType} that the service accepts. */ +export enum KnownCreatedByType { + User = "User", + Application = "Application", + ManagedIdentity = "ManagedIdentity", + Key = "Key" +} /** - * Contains response data for the beginMigrateSqlDatabaseToManualThroughput operation. + * Defines values for CreatedByType. \ + * {@link KnownCreatedByType} can be used interchangeably with CreatedByType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **User** \ + * **Application** \ + * **ManagedIdentity** \ + * **Key** */ -export type SqlResourcesBeginMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type CreatedByType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link KeyKind} that the service accepts. */ +export enum KnownKeyKind { + Primary = "primary", + Secondary = "secondary", + PrimaryReadonly = "primaryReadonly", + SecondaryReadonly = "secondaryReadonly" +} /** - * Contains response data for the beginCreateUpdateSqlContainer operation. + * Defines values for KeyKind. \ + * {@link KnownKeyKind} can be used interchangeably with KeyKind, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **primary** \ + * **secondary** \ + * **primaryReadonly** \ + * **secondaryReadonly** */ -export type SqlResourcesBeginCreateUpdateSqlContainerResponse = SqlContainerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type KeyKind = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlContainerGetResults; - }; -}; +/** Known values of {@link UnitType} that the service accepts. */ +export enum KnownUnitType { + Count = "Count", + Bytes = "Bytes", + Seconds = "Seconds", + Percent = "Percent", + CountPerSecond = "CountPerSecond", + BytesPerSecond = "BytesPerSecond", + Milliseconds = "Milliseconds" +} /** - * Contains response data for the beginUpdateSqlContainerThroughput operation. + * Defines values for UnitType. \ + * {@link KnownUnitType} can be used interchangeably with UnitType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Count** \ + * **Bytes** \ + * **Seconds** \ + * **Percent** \ + * **CountPerSecond** \ + * **BytesPerSecond** \ + * **Milliseconds** */ -export type SqlResourcesBeginUpdateSqlContainerThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type UnitType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link PrimaryAggregationType} that the service accepts. */ +export enum KnownPrimaryAggregationType { + None = "None", + Average = "Average", + Total = "Total", + Minimum = "Minimum", + Maximum = "Maximum", + Last = "Last" +} /** - * Contains response data for the beginMigrateSqlContainerToAutoscale operation. - */ -export type SqlResourcesBeginMigrateSqlContainerToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; + * Defines values for PrimaryAggregationType. \ + * {@link KnownPrimaryAggregationType} can be used interchangeably with PrimaryAggregationType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **None** \ + * **Average** \ + * **Total** \ + * **Minimum** \ + * **Maximum** \ + * **Last** + */ +export type PrimaryAggregationType = string; + +/** Known values of {@link IndexingMode} that the service accepts. */ +export enum KnownIndexingMode { + Consistent = "consistent", + Lazy = "lazy", + None = "none" +} /** - * Contains response data for the beginMigrateSqlContainerToManualThroughput operation. + * Defines values for IndexingMode. \ + * {@link KnownIndexingMode} can be used interchangeably with IndexingMode, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **consistent** \ + * **lazy** \ + * **none** */ -export type SqlResourcesBeginMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; - - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +export type IndexingMode = string; + +/** Known values of {@link DataType} that the service accepts. */ +export enum KnownDataType { + String = "String", + Number = "Number", + Point = "Point", + Polygon = "Polygon", + LineString = "LineString", + MultiPolygon = "MultiPolygon" +} /** - * Contains response data for the beginCreateUpdateSqlStoredProcedure operation. + * Defines values for DataType. \ + * {@link KnownDataType} can be used interchangeably with DataType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **String** \ + * **Number** \ + * **Point** \ + * **Polygon** \ + * **LineString** \ + * **MultiPolygon** */ -export type SqlResourcesBeginCreateUpdateSqlStoredProcedureResponse = SqlStoredProcedureGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type DataType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlStoredProcedureGetResults; - }; -}; +/** Known values of {@link IndexKind} that the service accepts. */ +export enum KnownIndexKind { + Hash = "Hash", + Range = "Range", + Spatial = "Spatial" +} /** - * Contains response data for the beginCreateUpdateSqlUserDefinedFunction operation. + * Defines values for IndexKind. \ + * {@link KnownIndexKind} can be used interchangeably with IndexKind, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Hash** \ + * **Range** \ + * **Spatial** */ -export type SqlResourcesBeginCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type IndexKind = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlUserDefinedFunctionGetResults; - }; -}; +/** Known values of {@link CompositePathSortOrder} that the service accepts. */ +export enum KnownCompositePathSortOrder { + Ascending = "ascending", + Descending = "descending" +} /** - * Contains response data for the beginCreateUpdateSqlTrigger operation. + * Defines values for CompositePathSortOrder. \ + * {@link KnownCompositePathSortOrder} can be used interchangeably with CompositePathSortOrder, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **ascending** \ + * **descending** */ -export type SqlResourcesBeginCreateUpdateSqlTriggerResponse = SqlTriggerGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type CompositePathSortOrder = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlTriggerGetResults; - }; -}; +/** Known values of {@link SpatialType} that the service accepts. */ +export enum KnownSpatialType { + Point = "Point", + LineString = "LineString", + Polygon = "Polygon", + MultiPolygon = "MultiPolygon" +} /** - * Contains response data for the beginCreateUpdateSqlRoleDefinition operation. + * Defines values for SpatialType. \ + * {@link KnownSpatialType} can be used interchangeably with SpatialType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Point** \ + * **LineString** \ + * **Polygon** \ + * **MultiPolygon** */ -export type SqlResourcesBeginCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type SpatialType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleDefinitionGetResults; - }; -}; +/** Known values of {@link PartitionKind} that the service accepts. */ +export enum KnownPartitionKind { + Hash = "Hash", + Range = "Range", + MultiHash = "MultiHash" +} /** - * Contains response data for the beginCreateUpdateSqlRoleAssignment operation. + * Defines values for PartitionKind. \ + * {@link KnownPartitionKind} can be used interchangeably with PartitionKind, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Hash** \ + * **Range** \ + * **MultiHash** */ -export type SqlResourcesBeginCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type PartitionKind = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlRoleAssignmentGetResults; - }; -}; +/** Known values of {@link ConflictResolutionMode} that the service accepts. */ +export enum KnownConflictResolutionMode { + LastWriterWins = "LastWriterWins", + Custom = "Custom" +} /** - * Contains response data for the beginRetrieveContinuousBackupInformation operation. + * Defines values for ConflictResolutionMode. \ + * {@link KnownConflictResolutionMode} can be used interchangeably with ConflictResolutionMode, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **LastWriterWins** \ + * **Custom** */ -export type SqlResourcesBeginRetrieveContinuousBackupInformationResponse = BackupInformation & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ConflictResolutionMode = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BackupInformation; - }; -}; +/** Known values of {@link TriggerType} that the service accepts. */ +export enum KnownTriggerType { + Pre = "Pre", + Post = "Post" +} /** - * Contains response data for the listMongoDBDatabases operation. + * Defines values for TriggerType. \ + * {@link KnownTriggerType} can be used interchangeably with TriggerType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Pre** \ + * **Post** */ -export type MongoDBResourcesListMongoDBDatabasesResponse = MongoDBDatabaseListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type TriggerType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBDatabaseListResult; - }; -}; +/** Known values of {@link TriggerOperation} that the service accepts. */ +export enum KnownTriggerOperation { + All = "All", + Create = "Create", + Update = "Update", + Delete = "Delete", + Replace = "Replace" +} /** - * Contains response data for the getMongoDBDatabase operation. + * Defines values for TriggerOperation. \ + * {@link KnownTriggerOperation} can be used interchangeably with TriggerOperation, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **All** \ + * **Create** \ + * **Update** \ + * **Delete** \ + * **Replace** */ -export type MongoDBResourcesGetMongoDBDatabaseResponse = MongoDBDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type TriggerOperation = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBDatabaseGetResults; - }; -}; +/** Known values of {@link BackupStorageRedundancy} that the service accepts. */ +export enum KnownBackupStorageRedundancy { + Geo = "Geo", + Local = "Local", + Zone = "Zone" +} /** - * Contains response data for the createUpdateMongoDBDatabase operation. + * Defines values for BackupStorageRedundancy. \ + * {@link KnownBackupStorageRedundancy} can be used interchangeably with BackupStorageRedundancy, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Geo** \ + * **Local** \ + * **Zone** */ -export type MongoDBResourcesCreateUpdateMongoDBDatabaseResponse = MongoDBDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type BackupStorageRedundancy = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBDatabaseGetResults; - }; -}; +/** Known values of {@link NotebookWorkspaceName} that the service accepts. */ +export enum KnownNotebookWorkspaceName { + Default = "default" +} /** - * Contains response data for the getMongoDBDatabaseThroughput operation. + * Defines values for NotebookWorkspaceName. \ + * {@link KnownNotebookWorkspaceName} can be used interchangeably with NotebookWorkspaceName, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **default** */ -export type MongoDBResourcesGetMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type NotebookWorkspaceName = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link ApiType} that the service accepts. */ +export enum KnownApiType { + MongoDB = "MongoDB", + Gremlin = "Gremlin", + Cassandra = "Cassandra", + Table = "Table", + Sql = "Sql", + GremlinV2 = "GremlinV2" +} /** - * Contains response data for the updateMongoDBDatabaseThroughput operation. + * Defines values for ApiType. \ + * {@link KnownApiType} can be used interchangeably with ApiType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **MongoDB** \ + * **Gremlin** \ + * **Cassandra** \ + * **Table** \ + * **Sql** \ + * **GremlinV2** */ -export type MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ApiType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link OperationType} that the service accepts. */ +export enum KnownOperationType { + Create = "Create", + Replace = "Replace", + Delete = "Delete", + SystemOperation = "SystemOperation" +} /** - * Contains response data for the migrateMongoDBDatabaseToAutoscale operation. + * Defines values for OperationType. \ + * {@link KnownOperationType} can be used interchangeably with OperationType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Create** \ + * **Replace** \ + * **Delete** \ + * **SystemOperation** */ -export type MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type OperationType = string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Known values of {@link ManagedCassandraResourceIdentityType} that the service accepts. */ +export enum KnownManagedCassandraResourceIdentityType { + SystemAssigned = "SystemAssigned", + None = "None" +} /** - * Contains response data for the migrateMongoDBDatabaseToManualThroughput operation. + * Defines values for ManagedCassandraResourceIdentityType. \ + * {@link KnownManagedCassandraResourceIdentityType} can be used interchangeably with ManagedCassandraResourceIdentityType, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **SystemAssigned** \ + * **None** */ -export type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +export type ManagedCassandraResourceIdentityType = string; + +/** Known values of {@link ManagedCassandraProvisioningState} that the service accepts. */ +export enum KnownManagedCassandraProvisioningState { + Creating = "Creating", + Updating = "Updating", + Deleting = "Deleting", + Succeeded = "Succeeded", + Failed = "Failed", + Canceled = "Canceled" +} + +/** + * Defines values for ManagedCassandraProvisioningState. \ + * {@link KnownManagedCassandraProvisioningState} can be used interchangeably with ManagedCassandraProvisioningState, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Creating** \ + * **Updating** \ + * **Deleting** \ + * **Succeeded** \ + * **Failed** \ + * **Canceled** + */ +export type ManagedCassandraProvisioningState = string; + +/** Known values of {@link AuthenticationMethod} that the service accepts. */ +export enum KnownAuthenticationMethod { + None = "None", + Cassandra = "Cassandra" +} + +/** + * Defines values for AuthenticationMethod. \ + * {@link KnownAuthenticationMethod} can be used interchangeably with AuthenticationMethod, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **None** \ + * **Cassandra** + */ +export type AuthenticationMethod = string; + +/** Known values of {@link ConnectionState} that the service accepts. */ +export enum KnownConnectionState { + Unknown = "Unknown", + OK = "OK", + OperatorToDataCenterNetworkError = "OperatorToDataCenterNetworkError", + DatacenterToDatacenterNetworkError = "DatacenterToDatacenterNetworkError", + InternalOperatorToDataCenterCertificateError = "InternalOperatorToDataCenterCertificateError", + InternalError = "InternalError" +} + +/** + * Defines values for ConnectionState. \ + * {@link KnownConnectionState} can be used interchangeably with ConnectionState, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Unknown** \ + * **OK** \ + * **OperatorToDataCenterNetworkError** \ + * **DatacenterToDatacenterNetworkError** \ + * **InternalOperatorToDataCenterCertificateError** \ + * **InternalError** + */ +export type ConnectionState = string; + +/** Known values of {@link NodeState} that the service accepts. */ +export enum KnownNodeState { + Normal = "Normal", + Leaving = "Leaving", + Joining = "Joining", + Moving = "Moving", + Stopped = "Stopped" +} + +/** + * Defines values for NodeState. \ + * {@link KnownNodeState} can be used interchangeably with NodeState, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Normal** \ + * **Leaving** \ + * **Joining** \ + * **Moving** \ + * **Stopped** + */ +export type NodeState = string; + +/** Known values of {@link NodeStatus} that the service accepts. */ +export enum KnownNodeStatus { + Up = "Up", + Down = "Down" +} + +/** + * Defines values for NodeStatus. \ + * {@link KnownNodeStatus} can be used interchangeably with NodeStatus, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **Up** \ + * **Down** + */ +export type NodeStatus = string; +/** Defines values for ResourceIdentityType. */ +export type ResourceIdentityType = + | "SystemAssigned" + | "UserAssigned" + | "SystemAssigned,UserAssigned" + | "None"; +/** Defines values for DefaultConsistencyLevel. */ +export type DefaultConsistencyLevel = + | "Eventual" + | "Session" + | "BoundedStaleness" + | "Strong" + | "ConsistentPrefix"; +/** Defines values for NetworkAclBypass. */ +export type NetworkAclBypass = "None" | "AzureServices"; +/** Defines values for RoleDefinitionType. */ +export type RoleDefinitionType = "BuiltInRole" | "CustomRole"; + +/** Optional parameters. */ +export interface DatabaseAccountsGetOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the get operation. */ +export type DatabaseAccountsGetResponse = DatabaseAccountGetResults; + +/** Optional parameters. */ +export interface DatabaseAccountsUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the update operation. */ +export type DatabaseAccountsUpdateResponse = DatabaseAccountGetResults; + +/** Optional parameters. */ +export interface DatabaseAccountsCreateOrUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createOrUpdate operation. */ +export type DatabaseAccountsCreateOrUpdateResponse = DatabaseAccountGetResults; + +/** Optional parameters. */ +export interface DatabaseAccountsDeleteOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface DatabaseAccountsFailoverPriorityChangeOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface DatabaseAccountsListOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the list operation. */ +export type DatabaseAccountsListResponse = DatabaseAccountsListResult; + +/** Optional parameters. */ +export interface DatabaseAccountsListByResourceGroupOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listByResourceGroup operation. */ +export type DatabaseAccountsListByResourceGroupResponse = DatabaseAccountsListResult; + +/** Optional parameters. */ +export interface DatabaseAccountsListKeysOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listKeys operation. */ +export type DatabaseAccountsListKeysResponse = DatabaseAccountListKeysResult; + +/** Optional parameters. */ +export interface DatabaseAccountsListConnectionStringsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listConnectionStrings operation. */ +export type DatabaseAccountsListConnectionStringsResponse = DatabaseAccountListConnectionStringsResult; + +/** Optional parameters. */ +export interface DatabaseAccountsOfflineRegionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface DatabaseAccountsOnlineRegionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface DatabaseAccountsGetReadOnlyKeysOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getReadOnlyKeys operation. */ +export type DatabaseAccountsGetReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult; + +/** Optional parameters. */ +export interface DatabaseAccountsListReadOnlyKeysOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listReadOnlyKeys operation. */ +export type DatabaseAccountsListReadOnlyKeysResponse = DatabaseAccountListReadOnlyKeysResult; + +/** Optional parameters. */ +export interface DatabaseAccountsRegenerateKeyOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface DatabaseAccountsCheckNameExistsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; +/** Contains response data for the checkNameExists operation. */ +export type DatabaseAccountsCheckNameExistsResponse = { + body: boolean; }; -/** - * Contains response data for the listMongoDBCollections operation. - */ -export type MongoDBResourcesListMongoDBCollectionsResponse = MongoDBCollectionListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface DatabaseAccountsListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type DatabaseAccountsListMetricsResponse = MetricListResult; + +/** Optional parameters. */ +export interface DatabaseAccountsListUsagesOptionalParams + extends coreClient.OperationOptions { + /** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */ + filter?: string; +} + +/** Contains response data for the listUsages operation. */ +export type DatabaseAccountsListUsagesResponse = UsagesResult; + +/** Optional parameters. */ +export interface DatabaseAccountsListMetricDefinitionsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetricDefinitions operation. */ +export type DatabaseAccountsListMetricDefinitionsResponse = MetricDefinitionsListResult; + +/** Optional parameters. */ +export interface OperationsListOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the list operation. */ +export type OperationsListResponse = OperationListResult; + +/** Optional parameters. */ +export interface OperationsListNextOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listNext operation. */ +export type OperationsListNextResponse = OperationListResult; + +/** Optional parameters. */ +export interface DatabaseListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type DatabaseListMetricsResponse = MetricListResult; + +/** Optional parameters. */ +export interface DatabaseListUsagesOptionalParams + extends coreClient.OperationOptions { + /** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */ + filter?: string; +} + +/** Contains response data for the listUsages operation. */ +export type DatabaseListUsagesResponse = UsagesResult; + +/** Optional parameters. */ +export interface DatabaseListMetricDefinitionsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetricDefinitions operation. */ +export type DatabaseListMetricDefinitionsResponse = MetricDefinitionsListResult; + +/** Optional parameters. */ +export interface CollectionListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type CollectionListMetricsResponse = MetricListResult; + +/** Optional parameters. */ +export interface CollectionListUsagesOptionalParams + extends coreClient.OperationOptions { + /** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */ + filter?: string; +} + +/** Contains response data for the listUsages operation. */ +export type CollectionListUsagesResponse = UsagesResult; + +/** Optional parameters. */ +export interface CollectionListMetricDefinitionsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetricDefinitions operation. */ +export type CollectionListMetricDefinitionsResponse = MetricDefinitionsListResult; + +/** Optional parameters. */ +export interface CollectionRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type CollectionRegionListMetricsResponse = MetricListResult; + +/** Optional parameters. */ +export interface DatabaseAccountRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type DatabaseAccountRegionListMetricsResponse = MetricListResult; + +/** Optional parameters. */ +export interface PercentileSourceTargetListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type PercentileSourceTargetListMetricsResponse = PercentileMetricListResult; + +/** Optional parameters. */ +export interface PercentileTargetListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type PercentileTargetListMetricsResponse = PercentileMetricListResult; + +/** Optional parameters. */ +export interface PercentileListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type PercentileListMetricsResponse = PercentileMetricListResult; + +/** Optional parameters. */ +export interface CollectionPartitionRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type CollectionPartitionRegionListMetricsResponse = PartitionMetricListResult; + +/** Optional parameters. */ +export interface CollectionPartitionListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type CollectionPartitionListMetricsResponse = PartitionMetricListResult; + +/** Optional parameters. */ +export interface CollectionPartitionListUsagesOptionalParams + extends coreClient.OperationOptions { + /** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */ + filter?: string; +} + +/** Contains response data for the listUsages operation. */ +export type CollectionPartitionListUsagesResponse = PartitionUsagesResult; + +/** Optional parameters. */ +export interface PartitionKeyRangeIdListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type PartitionKeyRangeIdListMetricsResponse = PartitionMetricListResult; + +/** Optional parameters. */ +export interface PartitionKeyRangeIdRegionListMetricsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listMetrics operation. */ +export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult; + +/** Optional parameters. */ +export interface SqlResourcesListSqlDatabasesOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listSqlDatabases operation. */ +export type SqlResourcesListSqlDatabasesResponse = SqlDatabaseListResult; + +/** Optional parameters. */ +export interface SqlResourcesGetSqlDatabaseOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlDatabase operation. */ +export type SqlResourcesGetSqlDatabaseResponse = SqlDatabaseGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlDatabaseOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlDatabase operation. */ +export type SqlResourcesCreateUpdateSqlDatabaseResponse = SqlDatabaseGetResults; + +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlDatabaseOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface SqlResourcesGetSqlDatabaseThroughputOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlDatabaseThroughput operation. */ +export type SqlResourcesGetSqlDatabaseThroughputResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesUpdateSqlDatabaseThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the updateSqlDatabaseThroughput operation. */ +export type SqlResourcesUpdateSqlDatabaseThroughputResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the migrateSqlDatabaseToAutoscale operation. */ +export type SqlResourcesMigrateSqlDatabaseToAutoscaleResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the migrateSqlDatabaseToManualThroughput operation. */ +export type SqlResourcesMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesListSqlContainersOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listSqlContainers operation. */ +export type SqlResourcesListSqlContainersResponse = SqlContainerListResult; + +/** Optional parameters. */ +export interface SqlResourcesGetSqlContainerOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlContainer operation. */ +export type SqlResourcesGetSqlContainerResponse = SqlContainerGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlContainerOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlContainer operation. */ +export type SqlResourcesCreateUpdateSqlContainerResponse = SqlContainerGetResults; + +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlContainerOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface SqlResourcesGetSqlContainerThroughputOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlContainerThroughput operation. */ +export type SqlResourcesGetSqlContainerThroughputResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesUpdateSqlContainerThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the updateSqlContainerThroughput operation. */ +export type SqlResourcesUpdateSqlContainerThroughputResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the migrateSqlContainerToAutoscale operation. */ +export type SqlResourcesMigrateSqlContainerToAutoscaleResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the migrateSqlContainerToManualThroughput operation. */ +export type SqlResourcesMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults; + +/** Optional parameters. */ +export interface SqlResourcesListSqlStoredProceduresOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listSqlStoredProcedures operation. */ +export type SqlResourcesListSqlStoredProceduresResponse = SqlStoredProcedureListResult; + +/** Optional parameters. */ +export interface SqlResourcesGetSqlStoredProcedureOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlStoredProcedure operation. */ +export type SqlResourcesGetSqlStoredProcedureResponse = SqlStoredProcedureGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlStoredProcedure operation. */ +export type SqlResourcesCreateUpdateSqlStoredProcedureResponse = SqlStoredProcedureGetResults; + +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlStoredProcedureOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface SqlResourcesListSqlUserDefinedFunctionsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listSqlUserDefinedFunctions operation. */ +export type SqlResourcesListSqlUserDefinedFunctionsResponse = SqlUserDefinedFunctionListResult; + +/** Optional parameters. */ +export interface SqlResourcesGetSqlUserDefinedFunctionOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlUserDefinedFunction operation. */ +export type SqlResourcesGetSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlUserDefinedFunction operation. */ +export type SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse = SqlUserDefinedFunctionGetResults; + +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface SqlResourcesListSqlTriggersOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listSqlTriggers operation. */ +export type SqlResourcesListSqlTriggersResponse = SqlTriggerListResult; + +/** Optional parameters. */ +export interface SqlResourcesGetSqlTriggerOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlTrigger operation. */ +export type SqlResourcesGetSqlTriggerResponse = SqlTriggerGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlTriggerOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlTrigger operation. */ +export type SqlResourcesCreateUpdateSqlTriggerResponse = SqlTriggerGetResults; + +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlTriggerOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface SqlResourcesGetSqlRoleDefinitionOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlRoleDefinition operation. */ +export type SqlResourcesGetSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlRoleDefinition operation. */ +export type SqlResourcesCreateUpdateSqlRoleDefinitionResponse = SqlRoleDefinitionGetResults; + +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlRoleDefinitionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Optional parameters. */ +export interface SqlResourcesListSqlRoleDefinitionsOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the listSqlRoleDefinitions operation. */ +export type SqlResourcesListSqlRoleDefinitionsResponse = SqlRoleDefinitionListResult; + +/** Optional parameters. */ +export interface SqlResourcesGetSqlRoleAssignmentOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getSqlRoleAssignment operation. */ +export type SqlResourcesGetSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults; + +/** Optional parameters. */ +export interface SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdateSqlRoleAssignment operation. */ +export type SqlResourcesCreateUpdateSqlRoleAssignmentResponse = SqlRoleAssignmentGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionListResult; - }; -}; +/** Optional parameters. */ +export interface SqlResourcesDeleteSqlRoleAssignmentOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the getMongoDBCollection operation. - */ -export type MongoDBResourcesGetMongoDBCollectionResponse = MongoDBCollectionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface SqlResourcesListSqlRoleAssignmentsOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionGetResults; - }; -}; +/** Contains response data for the listSqlRoleAssignments operation. */ +export type SqlResourcesListSqlRoleAssignmentsResponse = SqlRoleAssignmentListResult; -/** - * Contains response data for the createUpdateMongoDBCollection operation. - */ -export type MongoDBResourcesCreateUpdateMongoDBCollectionResponse = MongoDBCollectionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface SqlResourcesRetrieveContinuousBackupInformationOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionGetResults; - }; -}; +/** Contains response data for the retrieveContinuousBackupInformation operation. */ +export type SqlResourcesRetrieveContinuousBackupInformationResponse = BackupInformation; -/** - * Contains response data for the getMongoDBCollectionThroughput operation. - */ -export type MongoDBResourcesGetMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesListMongoDBDatabasesOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listMongoDBDatabases operation. */ +export type MongoDBResourcesListMongoDBDatabasesResponse = MongoDBDatabaseListResult; -/** - * Contains response data for the updateMongoDBCollectionThroughput operation. - */ -export type MongoDBResourcesUpdateMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesGetMongoDBDatabaseOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getMongoDBDatabase operation. */ +export type MongoDBResourcesGetMongoDBDatabaseResponse = MongoDBDatabaseGetResults; -/** - * Contains response data for the migrateMongoDBCollectionToAutoscale operation. - */ -export type MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the createUpdateMongoDBDatabase operation. */ +export type MongoDBResourcesCreateUpdateMongoDBDatabaseResponse = MongoDBDatabaseGetResults; -/** - * Contains response data for the migrateMongoDBCollectionToManualThroughput operation. - */ -export type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesDeleteMongoDBDatabaseOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginCreateUpdateMongoDBDatabase operation. - */ -export type MongoDBResourcesBeginCreateUpdateMongoDBDatabaseResponse = MongoDBDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getMongoDBDatabaseThroughput operation. */ +export type MongoDBResourcesGetMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBDatabaseGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginUpdateMongoDBDatabaseThroughput operation. - */ -export type MongoDBResourcesBeginUpdateMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the updateMongoDBDatabaseThroughput operation. */ +export type MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateMongoDBDatabaseToAutoscale operation. - */ -export type MongoDBResourcesBeginMigrateMongoDBDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateMongoDBDatabaseToAutoscale operation. */ +export type MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateMongoDBDatabaseToManualThroughput operation. - */ -export type MongoDBResourcesBeginMigrateMongoDBDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateMongoDBDatabaseToManualThroughput operation. */ +export type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesListMongoDBCollectionsOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginCreateUpdateMongoDBCollection operation. - */ -export type MongoDBResourcesBeginCreateUpdateMongoDBCollectionResponse = MongoDBCollectionGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listMongoDBCollections operation. */ +export type MongoDBResourcesListMongoDBCollectionsResponse = MongoDBCollectionListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MongoDBCollectionGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesGetMongoDBCollectionOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginUpdateMongoDBCollectionThroughput operation. - */ -export type MongoDBResourcesBeginUpdateMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getMongoDBCollection operation. */ +export type MongoDBResourcesGetMongoDBCollectionResponse = MongoDBCollectionGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateMongoDBCollectionToAutoscale operation. - */ -export type MongoDBResourcesBeginMigrateMongoDBCollectionToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateMongoDBCollection operation. */ +export type MongoDBResourcesCreateUpdateMongoDBCollectionResponse = MongoDBCollectionGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface MongoDBResourcesDeleteMongoDBCollectionOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateMongoDBCollectionToManualThroughput operation. - */ -export type MongoDBResourcesBeginMigrateMongoDBCollectionToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getMongoDBCollectionThroughput operation. */ +export type MongoDBResourcesGetMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the listTables operation. - */ -export type TableResourcesListTablesResponse = TableListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableListResult; - }; -}; +/** Contains response data for the updateMongoDBCollectionThroughput operation. */ +export type MongoDBResourcesUpdateMongoDBCollectionThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the getTable operation. - */ -export type TableResourcesGetTableResponse = TableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableGetResults; - }; -}; +/** Contains response data for the migrateMongoDBCollectionToAutoscale operation. */ +export type MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the createUpdateTable operation. - */ -export type TableResourcesCreateUpdateTableResponse = TableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableGetResults; - }; -}; +/** Contains response data for the migrateMongoDBCollectionToManualThroughput operation. */ +export type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the getTableThroughput operation. - */ -export type TableResourcesGetTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the retrieveContinuousBackupInformation operation. */ +export type MongoDBResourcesRetrieveContinuousBackupInformationResponse = BackupInformation; -/** - * Contains response data for the updateTableThroughput operation. - */ -export type TableResourcesUpdateTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface TableResourcesListTablesOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listTables operation. */ +export type TableResourcesListTablesResponse = TableListResult; -/** - * Contains response data for the migrateTableToAutoscale operation. - */ -export type TableResourcesMigrateTableToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface TableResourcesGetTableOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getTable operation. */ +export type TableResourcesGetTableResponse = TableGetResults; -/** - * Contains response data for the migrateTableToManualThroughput operation. - */ -export type TableResourcesMigrateTableToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface TableResourcesCreateUpdateTableOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the createUpdateTable operation. */ +export type TableResourcesCreateUpdateTableResponse = TableGetResults; -/** - * Contains response data for the beginCreateUpdateTable operation. - */ -export type TableResourcesBeginCreateUpdateTableResponse = TableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface TableResourcesDeleteTableOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: TableGetResults; - }; -}; +/** Optional parameters. */ +export interface TableResourcesGetTableThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginUpdateTableThroughput operation. - */ -export type TableResourcesBeginUpdateTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getTableThroughput operation. */ +export type TableResourcesGetTableThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface TableResourcesUpdateTableThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateTableToAutoscale operation. - */ -export type TableResourcesBeginMigrateTableToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the updateTableThroughput operation. */ +export type TableResourcesUpdateTableThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface TableResourcesMigrateTableToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateTableToManualThroughput operation. - */ -export type TableResourcesBeginMigrateTableToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateTableToAutoscale operation. */ +export type TableResourcesMigrateTableToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface TableResourcesMigrateTableToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the listCassandraKeyspaces operation. - */ -export type CassandraResourcesListCassandraKeyspacesResponse = CassandraKeyspaceListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateTableToManualThroughput operation. */ +export type TableResourcesMigrateTableToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesListCassandraKeyspacesOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the getCassandraKeyspace operation. - */ -export type CassandraResourcesGetCassandraKeyspaceResponse = CassandraKeyspaceGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listCassandraKeyspaces operation. */ +export type CassandraResourcesListCassandraKeyspacesResponse = CassandraKeyspaceListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraKeyspaceOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the createUpdateCassandraKeyspace operation. - */ -export type CassandraResourcesCreateUpdateCassandraKeyspaceResponse = CassandraKeyspaceGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getCassandraKeyspace operation. */ +export type CassandraResourcesGetCassandraKeyspaceResponse = CassandraKeyspaceGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the getCassandraKeyspaceThroughput operation. - */ -export type CassandraResourcesGetCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateCassandraKeyspace operation. */ +export type CassandraResourcesCreateUpdateCassandraKeyspaceResponse = CassandraKeyspaceGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesDeleteCassandraKeyspaceOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the updateCassandraKeyspaceThroughput operation. - */ -export type CassandraResourcesUpdateCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getCassandraKeyspaceThroughput operation. */ +export type CassandraResourcesGetCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the migrateCassandraKeyspaceToAutoscale operation. - */ -export type CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the updateCassandraKeyspaceThroughput operation. */ +export type CassandraResourcesUpdateCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the migrateCassandraKeyspaceToManualThroughput operation. - */ -export type CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the migrateCassandraKeyspaceToAutoscale operation. */ +export type CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the listCassandraTables operation. - */ -export type CassandraResourcesListCassandraTablesResponse = CassandraTableListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableListResult; - }; -}; +/** Contains response data for the migrateCassandraKeyspaceToManualThroughput operation. */ +export type CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the getCassandraTable operation. - */ -export type CassandraResourcesGetCassandraTableResponse = CassandraTableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesListCassandraTablesOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableGetResults; - }; -}; +/** Contains response data for the listCassandraTables operation. */ +export type CassandraResourcesListCassandraTablesResponse = CassandraTableListResult; -/** - * Contains response data for the createUpdateCassandraTable operation. - */ -export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraTableOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableGetResults; - }; -}; +/** Contains response data for the getCassandraTable operation. */ +export type CassandraResourcesGetCassandraTableResponse = CassandraTableGetResults; -/** - * Contains response data for the getCassandraTableThroughput operation. - */ -export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesCreateUpdateCassandraTableOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the createUpdateCassandraTable operation. */ +export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults; -/** - * Contains response data for the updateCassandraTableThroughput operation. - */ -export type CassandraResourcesUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraResourcesDeleteCassandraTableOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesGetCassandraTableThroughputOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the migrateCassandraTableToAutoscale operation. - */ -export type CassandraResourcesMigrateCassandraTableToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getCassandraTableThroughput operation. */ +export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesUpdateCassandraTableThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the migrateCassandraTableToManualThroughput operation. - */ -export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the updateCassandraTableThroughput operation. */ +export type CassandraResourcesUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginCreateUpdateCassandraKeyspace operation. - */ -export type CassandraResourcesBeginCreateUpdateCassandraKeyspaceResponse = CassandraKeyspaceGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateCassandraTableToAutoscale operation. */ +export type CassandraResourcesMigrateCassandraTableToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraKeyspaceGetResults; - }; -}; +/** Optional parameters. */ +export interface CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginUpdateCassandraKeyspaceThroughput operation. - */ -export type CassandraResourcesBeginUpdateCassandraKeyspaceThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateCassandraTableToManualThroughput operation. */ +export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesListGremlinDatabasesOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginMigrateCassandraKeyspaceToAutoscale operation. - */ -export type CassandraResourcesBeginMigrateCassandraKeyspaceToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listGremlinDatabases operation. */ +export type GremlinResourcesListGremlinDatabasesResponse = GremlinDatabaseListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesGetGremlinDatabaseOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginMigrateCassandraKeyspaceToManualThroughput operation. - */ -export type CassandraResourcesBeginMigrateCassandraKeyspaceToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getGremlinDatabase operation. */ +export type GremlinResourcesGetGremlinDatabaseResponse = GremlinDatabaseGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginCreateUpdateCassandraTable operation. - */ -export type CassandraResourcesBeginCreateUpdateCassandraTableResponse = CassandraTableGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateGremlinDatabase operation. */ +export type GremlinResourcesCreateUpdateGremlinDatabaseResponse = GremlinDatabaseGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CassandraTableGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesDeleteGremlinDatabaseOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginUpdateCassandraTableThroughput operation. - */ -export type CassandraResourcesBeginUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface GremlinResourcesGetGremlinDatabaseThroughputOptionalParams + extends coreClient.OperationOptions {} + +/** Contains response data for the getGremlinDatabaseThroughput operation. */ +export type GremlinResourcesGetGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateCassandraTableToAutoscale operation. - */ -export type CassandraResourcesBeginMigrateCassandraTableToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the updateGremlinDatabaseThroughput operation. */ +export type GremlinResourcesUpdateGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginMigrateCassandraTableToManualThroughput operation. - */ -export type CassandraResourcesBeginMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateGremlinDatabaseToAutoscale operation. */ +export type GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the listGremlinDatabases operation. - */ -export type GremlinResourcesListGremlinDatabasesResponse = GremlinDatabaseListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the migrateGremlinDatabaseToManualThroughput operation. */ +export type GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse = ThroughputSettingsGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinDatabaseListResult; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesListGremlinGraphsOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the getGremlinDatabase operation. - */ -export type GremlinResourcesGetGremlinDatabaseResponse = GremlinDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listGremlinGraphs operation. */ +export type GremlinResourcesListGremlinGraphsResponse = GremlinGraphListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinDatabaseGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesGetGremlinGraphOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the createUpdateGremlinDatabase operation. - */ -export type GremlinResourcesCreateUpdateGremlinDatabaseResponse = GremlinDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the getGremlinGraph operation. */ +export type GremlinResourcesGetGremlinGraphResponse = GremlinGraphGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinDatabaseGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesCreateUpdateGremlinGraphOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the getGremlinDatabaseThroughput operation. - */ -export type GremlinResourcesGetGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdateGremlinGraph operation. */ +export type GremlinResourcesCreateUpdateGremlinGraphResponse = GremlinGraphGetResults; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface GremlinResourcesDeleteGremlinGraphOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the updateGremlinDatabaseThroughput operation. - */ -export type GremlinResourcesUpdateGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface GremlinResourcesGetGremlinGraphThroughputOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the getGremlinGraphThroughput operation. */ +export type GremlinResourcesGetGremlinGraphThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the migrateGremlinDatabaseToAutoscale operation. - */ -export type GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface GremlinResourcesUpdateGremlinGraphThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the updateGremlinGraphThroughput operation. */ +export type GremlinResourcesUpdateGremlinGraphThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the migrateGremlinDatabaseToManualThroughput operation. - */ -export type GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the migrateGremlinGraphToAutoscale operation. */ +export type GremlinResourcesMigrateGremlinGraphToAutoscaleResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the listGremlinGraphs operation. - */ -export type GremlinResourcesListGremlinGraphsResponse = GremlinGraphListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinGraphListResult; - }; -}; +/** Contains response data for the migrateGremlinGraphToManualThroughput operation. */ +export type GremlinResourcesMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults; -/** - * Contains response data for the getGremlinGraph operation. - */ -export type GremlinResourcesGetGremlinGraphResponse = GremlinGraphGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface LocationsListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinGraphGetResults; - }; -}; +/** Contains response data for the list operation. */ +export type LocationsListResponse = LocationListResult; -/** - * Contains response data for the createUpdateGremlinGraph operation. - */ -export type GremlinResourcesCreateUpdateGremlinGraphResponse = GremlinGraphGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface LocationsGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinGraphGetResults; - }; -}; +/** Contains response data for the get operation. */ +export type LocationsGetResponse = LocationGetResult; -/** - * Contains response data for the getGremlinGraphThroughput operation. - */ -export type GremlinResourcesGetGremlinGraphThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface NotebookWorkspacesListByDatabaseAccountOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listByDatabaseAccount operation. */ +export type NotebookWorkspacesListByDatabaseAccountResponse = NotebookWorkspaceListResult; -/** - * Contains response data for the updateGremlinGraphThroughput operation. - */ -export type GremlinResourcesUpdateGremlinGraphThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface NotebookWorkspacesGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the get operation. */ +export type NotebookWorkspacesGetResponse = NotebookWorkspace; -/** - * Contains response data for the migrateGremlinGraphToAutoscale operation. - */ -export type GremlinResourcesMigrateGremlinGraphToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface NotebookWorkspacesCreateOrUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the createOrUpdate operation. */ +export type NotebookWorkspacesCreateOrUpdateResponse = NotebookWorkspace; -/** - * Contains response data for the migrateGremlinGraphToManualThroughput operation. - */ -export type GremlinResourcesMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface NotebookWorkspacesDeleteOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface NotebookWorkspacesListConnectionInfoOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginCreateUpdateGremlinDatabase operation. - */ -export type GremlinResourcesBeginCreateUpdateGremlinDatabaseResponse = GremlinDatabaseGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listConnectionInfo operation. */ +export type NotebookWorkspacesListConnectionInfoResponse = NotebookWorkspaceConnectionInfoResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinDatabaseGetResults; - }; -}; +/** Optional parameters. */ +export interface NotebookWorkspacesRegenerateAuthTokenOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginUpdateGremlinDatabaseThroughput operation. - */ -export type GremlinResourcesBeginUpdateGremlinDatabaseThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface NotebookWorkspacesStartOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface PrivateEndpointConnectionsListByDatabaseAccountOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginMigrateGremlinDatabaseToAutoscale operation. - */ -export type GremlinResourcesBeginMigrateGremlinDatabaseToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the listByDatabaseAccount operation. */ +export type PrivateEndpointConnectionsListByDatabaseAccountResponse = PrivateEndpointConnectionListResult; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface PrivateEndpointConnectionsGetOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the beginMigrateGremlinDatabaseToManualThroughput operation. - */ -export type GremlinResourcesBeginMigrateGremlinDatabaseToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the get operation. */ +export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Optional parameters. */ +export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginCreateUpdateGremlinGraph operation. - */ -export type GremlinResourcesBeginCreateUpdateGremlinGraphResponse = GremlinGraphGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createOrUpdate operation. */ +export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GremlinGraphGetResults; - }; -}; +/** Optional parameters. */ +export interface PrivateEndpointConnectionsDeleteOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the beginUpdateGremlinGraphThroughput operation. - */ -export type GremlinResourcesBeginUpdateGremlinGraphThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface PrivateLinkResourcesListByDatabaseAccountOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listByDatabaseAccount operation. */ +export type PrivateLinkResourcesListByDatabaseAccountResponse = PrivateLinkResourceListResult; -/** - * Contains response data for the beginMigrateGremlinGraphToAutoscale operation. - */ -export type GremlinResourcesBeginMigrateGremlinGraphToAutoscaleResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface PrivateLinkResourcesGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the get operation. */ +export type PrivateLinkResourcesGetResponse = PrivateLinkResource; -/** - * Contains response data for the beginMigrateGremlinGraphToManualThroughput operation. - */ -export type GremlinResourcesBeginMigrateGremlinGraphToManualThroughputResponse = ThroughputSettingsGetResults & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableDatabaseAccountsListByLocationOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: ThroughputSettingsGetResults; - }; -}; +/** Contains response data for the listByLocation operation. */ +export type RestorableDatabaseAccountsListByLocationResponse = RestorableDatabaseAccountsListResult; -/** - * Contains response data for the listByDatabaseAccount operation. - */ -export type NotebookWorkspacesListByDatabaseAccountResponse = NotebookWorkspaceListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableDatabaseAccountsListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspaceListResult; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableDatabaseAccountsListResponse = RestorableDatabaseAccountsListResult; -/** - * Contains response data for the get operation. - */ -export type NotebookWorkspacesGetResponse = NotebookWorkspace & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableDatabaseAccountsGetByLocationOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspace; - }; -}; +/** Contains response data for the getByLocation operation. */ +export type RestorableDatabaseAccountsGetByLocationResponse = RestorableDatabaseAccountGetResult; -/** - * Contains response data for the createOrUpdate operation. - */ -export type NotebookWorkspacesCreateOrUpdateResponse = NotebookWorkspace & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableSqlDatabasesListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspace; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableSqlDatabasesListResponse = RestorableSqlDatabasesListResult; -/** - * Contains response data for the listConnectionInfo operation. - */ -export type NotebookWorkspacesListConnectionInfoResponse = NotebookWorkspaceConnectionInfoResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableSqlContainersListOptionalParams + extends coreClient.OperationOptions { + /** The resource ID of the SQL database. */ + restorableSqlDatabaseRid?: string; + /** The snapshot create timestamp after which snapshots need to be listed. */ + startTime?: string; + /** The snapshot create timestamp before which snapshots need to be listed. */ + endTime?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspaceConnectionInfoResult; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableSqlContainersListResponse = RestorableSqlContainersListResult; -/** - * Contains response data for the beginCreateOrUpdate operation. - */ -export type NotebookWorkspacesBeginCreateOrUpdateResponse = NotebookWorkspace & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableSqlResourcesListOptionalParams + extends coreClient.OperationOptions { + /** The location where the restorable resources are located. */ + restoreLocation?: string; + /** The timestamp when the restorable resources existed. */ + restoreTimestampInUtc?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: NotebookWorkspace; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableSqlResourcesListResponse = RestorableSqlResourcesListResult; -/** - * Contains response data for the listByDatabaseAccount operation. - */ -export type PrivateEndpointConnectionsListByDatabaseAccountResponse = PrivateEndpointConnectionListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableMongodbDatabasesListOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnectionListResult; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableMongodbDatabasesListResponse = RestorableMongodbDatabasesListResult; -/** - * Contains response data for the get operation. - */ -export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableMongodbCollectionsListOptionalParams + extends coreClient.OperationOptions { + /** The resource ID of the MongoDB database. */ + restorableMongodbDatabaseRid?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnection; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableMongodbCollectionsListResponse = RestorableMongodbCollectionsListResult; -/** - * Contains response data for the createOrUpdate operation. - */ -export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface RestorableMongodbResourcesListOptionalParams + extends coreClient.OperationOptions { + /** The location where the restorable resources are located. */ + restoreLocation?: string; + /** The timestamp when the restorable resources existed. */ + restoreTimestampInUtc?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnection; - }; -}; +/** Contains response data for the list operation. */ +export type RestorableMongodbResourcesListResponse = RestorableMongodbResourcesListResult; -/** - * Contains response data for the beginCreateOrUpdate operation. - */ -export type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraClustersListBySubscriptionOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnection; - }; -}; +/** Contains response data for the listBySubscription operation. */ +export type CassandraClustersListBySubscriptionResponse = ListClusters; -/** - * Contains response data for the listByDatabaseAccount operation. - */ -export type PrivateLinkResourcesListByDatabaseAccountResponse = PrivateLinkResourceListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraClustersListByResourceGroupOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResourceListResult; - }; -}; +/** Contains response data for the listByResourceGroup operation. */ +export type CassandraClustersListByResourceGroupResponse = ListClusters; -/** - * Contains response data for the get operation. - */ -export type PrivateLinkResourcesGetResponse = PrivateLinkResource & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraClustersGetOptionalParams + extends coreClient.OperationOptions {} - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResource; - }; -}; +/** Contains response data for the get operation. */ +export type CassandraClustersGetResponse = ClusterResource; -/** - * Contains response data for the listByLocation operation. - */ -export type RestorableDatabaseAccountsListByLocationResponse = RestorableDatabaseAccountsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraClustersDeleteOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDatabaseAccountsListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraClustersCreateUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the list operation. - */ -export type RestorableDatabaseAccountsListResponse = RestorableDatabaseAccountsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the createUpdate operation. */ +export type CassandraClustersCreateUpdateResponse = ClusterResource; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDatabaseAccountsListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraClustersUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the getByLocation operation. - */ -export type RestorableDatabaseAccountsGetByLocationResponse = RestorableDatabaseAccountGetResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the update operation. */ +export type CassandraClustersUpdateResponse = ClusterResource; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDatabaseAccountGetResult; - }; -}; +/** Optional parameters. */ +export interface CassandraClustersInvokeCommandOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the list operation. - */ -export type RestorableSqlDatabasesListResponse = RestorableSqlDatabasesListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the invokeCommand operation. */ +export type CassandraClustersInvokeCommandResponse = CommandOutput; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableSqlDatabasesListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraClustersDeallocateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} -/** - * Contains response data for the list operation. - */ -export type RestorableSqlContainersListResponse = RestorableSqlContainersListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraClustersStartOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableSqlContainersListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraClustersStatusOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the list operation. - */ -export type RestorableSqlResourcesListResponse = RestorableSqlResourcesListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the status operation. */ +export type CassandraClustersStatusResponse = CassandraClusterPublicStatus; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableSqlResourcesListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraDataCentersListOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the list operation. - */ -export type RestorableMongodbDatabasesListResponse = RestorableMongodbDatabasesListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the list operation. */ +export type CassandraDataCentersListResponse = ListDataCenters; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableMongodbDatabasesListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraDataCentersGetOptionalParams + extends coreClient.OperationOptions {} -/** - * Contains response data for the list operation. - */ -export type RestorableMongodbCollectionsListResponse = RestorableMongodbCollectionsListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Contains response data for the get operation. */ +export type CassandraDataCentersGetResponse = DataCenterResource; + +/** Optional parameters. */ +export interface CassandraDataCentersDeleteOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableMongodbCollectionsListResult; - }; -}; +/** Optional parameters. */ +export interface CassandraDataCentersCreateUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} + +/** Contains response data for the createUpdate operation. */ +export type CassandraDataCentersCreateUpdateResponse = DataCenterResource; -/** - * Contains response data for the list operation. - */ -export type RestorableMongodbResourcesListResponse = RestorableMongodbResourcesListResult & { - /** - * The underlying HTTP response. - */ - _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; +/** Optional parameters. */ +export interface CassandraDataCentersUpdateOptionalParams + extends coreClient.OperationOptions { + /** Delay to wait until next poll, in milliseconds. */ + updateIntervalInMs?: number; + /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */ + resumeFrom?: string; +} - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableMongodbResourcesListResult; - }; -}; +/** Contains response data for the update operation. */ +export type CassandraDataCentersUpdateResponse = DataCenterResource; + +/** Optional parameters. */ +export interface CosmosDBManagementClientOptionalParams + extends coreClient.ServiceClientOptions { + /** server parameter */ + $host?: string; + /** Api Version */ + apiVersion?: string; + /** Overrides client endpoint. */ + endpoint?: string; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts index 4d862a5d91bb..0b66bc12449d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts @@ -6,52 +6,66 @@ * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ -import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js"; -import * as msRest from "@azure/ms-rest-js"; +import * as coreClient from "@azure/core-client"; -export const CloudError = CloudErrorMapper; -export const BaseResource = BaseResourceMapper; - -export const ManagedServiceIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = { - serializedName: "ManagedServiceIdentity_userAssignedIdentitiesValue", +export const ARMResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ManagedServiceIdentityUserAssignedIdentitiesValue", + className: "ARMResourceProperties", modelProperties: { - principalId: { + id: { + serializedName: "id", readOnly: true, - serializedName: "principalId", type: { name: "String" } }, - clientId: { + name: { + serializedName: "name", readOnly: true, - serializedName: "clientId", type: { name: "String" } + }, + type: { + serializedName: "type", + readOnly: true, + type: { + name: "String" + } + }, + location: { + serializedName: "location", + type: { + name: "String" + } + }, + tags: { + serializedName: "tags", + type: { + name: "Dictionary", + value: { type: { name: "String" } } + } } } } }; -export const ManagedServiceIdentity: msRest.CompositeMapper = { - serializedName: "ManagedServiceIdentity", +export const ManagedServiceIdentity: coreClient.CompositeMapper = { type: { name: "Composite", className: "ManagedServiceIdentity", modelProperties: { principalId: { - readOnly: true, serializedName: "principalId", + readOnly: true, type: { name: "String" } }, tenantId: { - readOnly: true, serializedName: "tenantId", + readOnly: true, type: { name: "String" } @@ -75,7 +89,8 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = { value: { type: { name: "Composite", - className: "ManagedServiceIdentityUserAssignedIdentitiesValue" + className: + "Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties" } } } @@ -84,8 +99,31 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = { } }; -export const IpAddressOrRange: msRest.CompositeMapper = { - serializedName: "IpAddressOrRange", +export const Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: + "Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties", + modelProperties: { + principalId: { + serializedName: "principalId", + readOnly: true, + type: { + name: "String" + } + }, + clientId: { + serializedName: "clientId", + readOnly: true, + type: { + name: "String" + } + } + } + } +}; + +export const IpAddressOrRange: coreClient.CompositeMapper = { type: { name: "Composite", className: "IpAddressOrRange", @@ -100,15 +138,14 @@ export const IpAddressOrRange: msRest.CompositeMapper = { } }; -export const ConsistencyPolicy: msRest.CompositeMapper = { - serializedName: "ConsistencyPolicy", +export const ConsistencyPolicy: coreClient.CompositeMapper = { type: { name: "Composite", className: "ConsistencyPolicy", modelProperties: { defaultConsistencyLevel: { - required: true, serializedName: "defaultConsistencyLevel", + required: true, type: { name: "Enum", allowedValues: [ @@ -121,21 +158,21 @@ export const ConsistencyPolicy: msRest.CompositeMapper = { } }, maxStalenessPrefix: { - serializedName: "maxStalenessPrefix", constraints: { InclusiveMaximum: 2147483647, InclusiveMinimum: 1 }, + serializedName: "maxStalenessPrefix", type: { name: "Number" } }, maxIntervalInSeconds: { - serializedName: "maxIntervalInSeconds", constraints: { InclusiveMaximum: 86400, InclusiveMinimum: 5 }, + serializedName: "maxIntervalInSeconds", type: { name: "Number" } @@ -144,8 +181,7 @@ export const ConsistencyPolicy: msRest.CompositeMapper = { } }; -export const Capability: msRest.CompositeMapper = { - serializedName: "Capability", +export const Capability: coreClient.CompositeMapper = { type: { name: "Composite", className: "Capability", @@ -160,15 +196,14 @@ export const Capability: msRest.CompositeMapper = { } }; -export const Location: msRest.CompositeMapper = { - serializedName: "Location", +export const Location: coreClient.CompositeMapper = { type: { name: "Composite", className: "Location", modelProperties: { id: { - readOnly: true, serializedName: "id", + readOnly: true, type: { name: "String" } @@ -180,23 +215,24 @@ export const Location: msRest.CompositeMapper = { } }, documentEndpoint: { - readOnly: true, serializedName: "documentEndpoint", + readOnly: true, type: { name: "String" } }, provisioningState: { serializedName: "provisioningState", + readOnly: true, type: { name: "String" } }, failoverPriority: { - serializedName: "failoverPriority", constraints: { InclusiveMinimum: 0 }, + serializedName: "failoverPriority", type: { name: "Number" } @@ -211,15 +247,14 @@ export const Location: msRest.CompositeMapper = { } }; -export const FailoverPolicy: msRest.CompositeMapper = { - serializedName: "FailoverPolicy", +export const FailoverPolicy: coreClient.CompositeMapper = { type: { name: "Composite", className: "FailoverPolicy", modelProperties: { id: { - readOnly: true, serializedName: "id", + readOnly: true, type: { name: "String" } @@ -231,10 +266,10 @@ export const FailoverPolicy: msRest.CompositeMapper = { } }, failoverPriority: { - serializedName: "failoverPriority", constraints: { InclusiveMinimum: 0 }, + serializedName: "failoverPriority", type: { name: "Number" } @@ -243,8 +278,7 @@ export const FailoverPolicy: msRest.CompositeMapper = { } }; -export const VirtualNetworkRule: msRest.CompositeMapper = { - serializedName: "VirtualNetworkRule", +export const VirtualNetworkRule: coreClient.CompositeMapper = { type: { name: "Composite", className: "VirtualNetworkRule", @@ -265,43 +299,28 @@ export const VirtualNetworkRule: msRest.CompositeMapper = { } }; -export const PrivateEndpointProperty: msRest.CompositeMapper = { - serializedName: "PrivateEndpointProperty", +export const Resource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateEndpointProperty", + className: "Resource", modelProperties: { id: { serializedName: "id", - type: { - name: "String" - } - } - } - } -}; - -export const PrivateLinkServiceConnectionStateProperty: msRest.CompositeMapper = { - serializedName: "PrivateLinkServiceConnectionStateProperty", - type: { - name: "Composite", - className: "PrivateLinkServiceConnectionStateProperty", - modelProperties: { - status: { - serializedName: "status", + readOnly: true, type: { name: "String" } }, - description: { - serializedName: "description", + name: { + serializedName: "name", + readOnly: true, type: { name: "String" } }, - actionsRequired: { + type: { + serializedName: "type", readOnly: true, - serializedName: "actionsRequired", type: { name: "String" } @@ -310,77 +329,41 @@ export const PrivateLinkServiceConnectionStateProperty: msRest.CompositeMapper = } }; -export const Resource: msRest.CompositeMapper = { - serializedName: "Resource", +export const PrivateEndpointProperty: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Resource", + className: "PrivateEndpointProperty", modelProperties: { id: { - readOnly: true, serializedName: "id", type: { name: "String" } - }, - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" - } - }, - type: { - readOnly: true, - serializedName: "type", - type: { - name: "String" - } } } } }; -export const ProxyResource: msRest.CompositeMapper = { - serializedName: "ProxyResource", - type: { - name: "Composite", - className: "ProxyResource", - modelProperties: { - ...Resource.type.modelProperties - } - } -}; - -export const PrivateEndpointConnection: msRest.CompositeMapper = { - serializedName: "PrivateEndpointConnection", +export const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateEndpointConnection", + className: "PrivateLinkServiceConnectionStateProperty", modelProperties: { - ...ProxyResource.type.modelProperties, - privateEndpoint: { - serializedName: "properties.privateEndpoint", - type: { - name: "Composite", - className: "PrivateEndpointProperty" - } - }, - privateLinkServiceConnectionState: { - serializedName: "properties.privateLinkServiceConnectionState", + status: { + serializedName: "status", type: { - name: "Composite", - className: "PrivateLinkServiceConnectionStateProperty" + name: "String" } }, - groupId: { - serializedName: "properties.groupId", + description: { + serializedName: "description", type: { name: "String" } }, - provisioningState: { - serializedName: "properties.provisioningState", + actionsRequired: { + serializedName: "actionsRequired", + readOnly: true, type: { name: "String" } @@ -389,8 +372,7 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = { } }; -export const ApiProperties: msRest.CompositeMapper = { - serializedName: "ApiProperties", +export const ApiProperties: coreClient.CompositeMapper = { type: { name: "Composite", className: "ApiProperties", @@ -405,8 +387,7 @@ export const ApiProperties: msRest.CompositeMapper = { } }; -export const AnalyticalStorageConfiguration: msRest.CompositeMapper = { - serializedName: "AnalyticalStorageConfiguration", +export const AnalyticalStorageConfiguration: coreClient.CompositeMapper = { type: { name: "Composite", className: "AnalyticalStorageConfiguration", @@ -421,35 +402,7 @@ export const AnalyticalStorageConfiguration: msRest.CompositeMapper = { } }; -export const DatabaseRestoreResource: msRest.CompositeMapper = { - serializedName: "DatabaseRestoreResource", - type: { - name: "Composite", - className: "DatabaseRestoreResource", - modelProperties: { - databaseName: { - serializedName: "databaseName", - type: { - name: "String" - } - }, - collectionNames: { - serializedName: "collectionNames", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - } - } - } -}; - -export const RestoreParameters: msRest.CompositeMapper = { - serializedName: "RestoreParameters", +export const RestoreParameters: coreClient.CompositeMapper = { type: { name: "Composite", className: "RestoreParameters", @@ -488,72 +441,95 @@ export const RestoreParameters: msRest.CompositeMapper = { } }; -export const BackupPolicyMigrationState: msRest.CompositeMapper = { - serializedName: "BackupPolicyMigrationState", +export const DatabaseRestoreResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "BackupPolicyMigrationState", + className: "DatabaseRestoreResource", modelProperties: { - status: { - serializedName: "status", - type: { - name: "String" - } - }, - targetType: { - serializedName: "targetType", + databaseName: { + serializedName: "databaseName", type: { name: "String" } }, - startTime: { - serializedName: "startTime", + collectionNames: { + serializedName: "collectionNames", type: { - name: "DateTime" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } } }; -export const BackupPolicy: msRest.CompositeMapper = { - serializedName: "BackupPolicy", +export const BackupPolicy: coreClient.CompositeMapper = { type: { name: "Composite", + className: "BackupPolicy", + uberParent: "BackupPolicy", polymorphicDiscriminator: { serializedName: "type", clientName: "type" }, - uberParent: "BackupPolicy", - className: "BackupPolicy", modelProperties: { + type: { + serializedName: "type", + required: true, + type: { + name: "String" + } + }, migrationState: { serializedName: "migrationState", type: { name: "Composite", className: "BackupPolicyMigrationState" } + } + } + } +}; + +export const BackupPolicyMigrationState: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "BackupPolicyMigrationState", + modelProperties: { + status: { + serializedName: "status", + type: { + name: "String" + } }, - type: { - required: true, - serializedName: "type", + targetType: { + serializedName: "targetType", type: { name: "String" } + }, + startTime: { + serializedName: "startTime", + type: { + name: "DateTime" + } } } } }; -export const CorsPolicy: msRest.CompositeMapper = { - serializedName: "CorsPolicy", +export const CorsPolicy: coreClient.CompositeMapper = { type: { name: "Composite", className: "CorsPolicy", modelProperties: { allowedOrigins: { - required: true, serializedName: "allowedOrigins", + required: true, type: { name: "String" } @@ -577,11 +553,29 @@ export const CorsPolicy: msRest.CompositeMapper = { } }, maxAgeInSeconds: { - serializedName: "maxAgeInSeconds", constraints: { InclusiveMaximum: 2147483647, InclusiveMinimum: 1 }, + serializedName: "maxAgeInSeconds", + type: { + name: "Number" + } + } + } + } +}; + +export const Capacity: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Capacity", + modelProperties: { + totalThroughputLimit: { + constraints: { + InclusiveMinimum: -1 + }, + serializedName: "totalThroughputLimit", type: { name: "Number" } @@ -590,8 +584,7 @@ export const CorsPolicy: msRest.CompositeMapper = { } }; -export const SystemData: msRest.CompositeMapper = { - serializedName: "systemData", +export const SystemData: coreClient.CompositeMapper = { type: { name: "Composite", className: "SystemData", @@ -636,64 +629,20 @@ export const SystemData: msRest.CompositeMapper = { } }; -export const ARMResourceProperties: msRest.CompositeMapper = { - serializedName: "ARMResourceProperties", +export const DatabaseAccountUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ARMResourceProperties", + className: "DatabaseAccountUpdateParameters", modelProperties: { - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" - } - }, - type: { - readOnly: true, - serializedName: "type", - type: { - name: "String" - } - }, - location: { - serializedName: "location", - type: { - name: "String" - } - }, tags: { serializedName: "tags", type: { name: "Dictionary", - value: { - type: { - name: "String" - } - } + value: { type: { name: "String" } } } - } - } - } -}; - -export const DatabaseAccountGetResults: msRest.CompositeMapper = { - serializedName: "DatabaseAccountGetResults", - type: { - name: "Composite", - className: "DatabaseAccountGetResults", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - kind: { - serializedName: "kind", - defaultValue: 'GlobalDocumentDB', + }, + location: { + serializedName: "location", type: { name: "String" } @@ -705,27 +654,23 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { className: "ManagedServiceIdentity" } }, - provisioningState: { - serializedName: "properties.provisioningState", - type: { - name: "String" - } - }, - documentEndpoint: { - readOnly: true, - serializedName: "properties.documentEndpoint", + consistencyPolicy: { + serializedName: "properties.consistencyPolicy", type: { - name: "String" + name: "Composite", + className: "ConsistencyPolicy" } }, - databaseAccountOfferType: { - readOnly: true, - serializedName: "properties.databaseAccountOfferType", + locations: { + serializedName: "properties.locations", type: { - name: "Enum", - allowedValues: [ - "Standard" - ] + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } } }, ipRules: { @@ -752,13 +697,6 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { name: "Boolean" } }, - consistencyPolicy: { - serializedName: "properties.consistencyPolicy", - type: { - name: "Composite", - className: "ConsistencyPolicy" - } - }, capabilities: { serializedName: "properties.capabilities", type: { @@ -771,58 +709,6 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { } } }, - writeLocations: { - readOnly: true, - serializedName: "properties.writeLocations", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Location" - } - } - } - }, - readLocations: { - readOnly: true, - serializedName: "properties.readLocations", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Location" - } - } - } - }, - locations: { - readOnly: true, - serializedName: "properties.locations", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Location" - } - } - } - }, - failoverPolicies: { - readOnly: true, - serializedName: "properties.failoverPolicies", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "FailoverPolicy" - } - } - } - }, virtualNetworkRules: { serializedName: "properties.virtualNetworkRules", type: { @@ -835,19 +721,6 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { } } }, - privateEndpointConnections: { - readOnly: true, - serializedName: "properties.privateEndpointConnections", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PrivateEndpointConnection" - } - } - } - }, enableMultipleWriteLocations: { serializedName: "properties.enableMultipleWriteLocations", type: { @@ -916,27 +789,6 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { className: "AnalyticalStorageConfiguration" } }, - instanceId: { - readOnly: true, - serializedName: "properties.instanceId", - type: { - name: "String" - } - }, - createMode: { - serializedName: "properties.createMode", - defaultValue: 'Default', - type: { - name: "String" - } - }, - restoreParameters: { - serializedName: "properties.restoreParameters", - type: { - name: "Composite", - className: "RestoreParameters" - } - }, backupPolicy: { serializedName: "properties.backupPolicy", type: { @@ -960,10 +812,7 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { serializedName: "properties.networkAclBypass", type: { name: "Enum", - allowedValues: [ - "None", - "AzureServices" - ] + allowedValues: ["None", "AzureServices"] } }, networkAclBypassResourceIds: { @@ -983,60 +832,76 @@ export const DatabaseAccountGetResults: msRest.CompositeMapper = { name: "Boolean" } }, - systemData: { - readOnly: true, - serializedName: "systemData", + capacity: { + serializedName: "properties.capacity", type: { name: "Composite", - className: "SystemData" + className: "Capacity" } } } } }; -export const SqlDatabaseGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlDatabaseGetProperties_resource", +export const FailoverPolicies: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseGetPropertiesResource", + className: "FailoverPolicies", modelProperties: { - id: { + failoverPolicies: { + serializedName: "failoverPolicies", required: true, - serializedName: "id", type: { - name: "String" - } - }, - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "FailoverPolicy" + } + } } - }, - _ts: { + } + } + } +}; + +export const DatabaseAccountsListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DatabaseAccountsListResult", + modelProperties: { + value: { + serializedName: "value", readOnly: true, - serializedName: "_ts", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DatabaseAccountGetResults" + } + } } - }, - _etag: { + } + } + } +}; + +export const DatabaseAccountListReadOnlyKeysResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DatabaseAccountListReadOnlyKeysResult", + modelProperties: { + primaryReadonlyMasterKey: { + serializedName: "primaryReadonlyMasterKey", readOnly: true, - serializedName: "_etag", type: { name: "String" } }, - _colls: { - serializedName: "_colls", - type: { - name: "String" - } - }, - _users: { - serializedName: "_users", + secondaryReadonlyMasterKey: { + serializedName: "secondaryReadonlyMasterKey", + readOnly: true, type: { name: "String" } @@ -1045,87 +910,79 @@ export const SqlDatabaseGetPropertiesResource: msRest.CompositeMapper = { } }; -export const OptionsResource: msRest.CompositeMapper = { - serializedName: "OptionsResource", +export const DatabaseAccountListConnectionStringsResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "OptionsResource", + className: "DatabaseAccountListConnectionStringsResult", modelProperties: { - throughput: { - serializedName: "throughput", - type: { - name: "Number" - } - }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + connectionStrings: { + serializedName: "connectionStrings", type: { - name: "Composite", - className: "AutoscaleSettings" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DatabaseAccountConnectionString" + } + } } } } } }; -export const SqlDatabaseGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "SqlDatabaseGetProperties_options", +export const DatabaseAccountConnectionString: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseGetPropertiesOptions", + className: "DatabaseAccountConnectionString", modelProperties: { - ...OptionsResource.type.modelProperties + connectionString: { + serializedName: "connectionString", + readOnly: true, + type: { + name: "String" + } + }, + description: { + serializedName: "description", + readOnly: true, + type: { + name: "String" + } + } } } }; -export const SqlDatabaseGetResults: msRest.CompositeMapper = { - serializedName: "SqlDatabaseGetResults", +export const RegionForOnlineOffline: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseGetResults", + className: "RegionForOnlineOffline", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "SqlDatabaseGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + region: { + serializedName: "region", + required: true, type: { - name: "Composite", - className: "SqlDatabaseGetPropertiesOptions" + name: "String" } } } } }; -export const Indexes: msRest.CompositeMapper = { - serializedName: "Indexes", +export const ErrorResponse: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Indexes", + className: "ErrorResponse", modelProperties: { - dataType: { - serializedName: "dataType", - defaultValue: 'String', + code: { + serializedName: "code", type: { name: "String" } }, - precision: { - serializedName: "precision", - type: { - name: "Number" - } - }, - kind: { - serializedName: "kind", - defaultValue: 'Hash', + message: { + serializedName: "message", type: { name: "String" } @@ -1134,64 +991,96 @@ export const Indexes: msRest.CompositeMapper = { } }; -export const IncludedPath: msRest.CompositeMapper = { - serializedName: "IncludedPath", +export const DatabaseAccountRegenerateKeyParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "IncludedPath", + className: "DatabaseAccountRegenerateKeyParameters", modelProperties: { - path: { - serializedName: "path", + keyKind: { + serializedName: "keyKind", + required: true, type: { name: "String" } - }, - indexes: { - serializedName: "indexes", + } + } + } +}; + +export const OperationListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "OperationListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "Indexes" + className: "Operation" } } } + }, + nextLink: { + serializedName: "nextLink", + type: { + name: "String" + } } } } }; -export const ExcludedPath: msRest.CompositeMapper = { - serializedName: "ExcludedPath", +export const Operation: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ExcludedPath", + className: "Operation", modelProperties: { - path: { - serializedName: "path", + name: { + serializedName: "name", type: { name: "String" } + }, + display: { + serializedName: "display", + type: { + name: "Composite", + className: "OperationDisplay" + } } } } }; -export const CompositePath: msRest.CompositeMapper = { - serializedName: "CompositePath", +export const OperationDisplay: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CompositePath", + className: "OperationDisplay", modelProperties: { - path: { - serializedName: "path", + provider: { + serializedName: "Provider", type: { name: "String" } }, - order: { - serializedName: "order", + resource: { + serializedName: "Resource", + type: { + name: "String" + } + }, + operation: { + serializedName: "Operation", + type: { + name: "String" + } + }, + description: { + serializedName: "Description", type: { name: "String" } @@ -1200,25 +1089,20 @@ export const CompositePath: msRest.CompositeMapper = { } }; -export const SpatialSpec: msRest.CompositeMapper = { - serializedName: "SpatialSpec", +export const MetricListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SpatialSpec", + className: "MetricListResult", modelProperties: { - path: { - serializedName: "path", - type: { - name: "String" - } - }, - types: { - serializedName: "types", + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "Metric" } } } @@ -1227,74 +1111,55 @@ export const SpatialSpec: msRest.CompositeMapper = { } }; -export const IndexingPolicy: msRest.CompositeMapper = { - serializedName: "IndexingPolicy", +export const Metric: coreClient.CompositeMapper = { type: { name: "Composite", - className: "IndexingPolicy", + className: "Metric", modelProperties: { - automatic: { - serializedName: "automatic", + startTime: { + serializedName: "startTime", + readOnly: true, type: { - name: "Boolean" + name: "DateTime" } }, - indexingMode: { - serializedName: "indexingMode", - defaultValue: 'consistent', + endTime: { + serializedName: "endTime", + readOnly: true, type: { - name: "String" + name: "DateTime" } }, - includedPaths: { - serializedName: "includedPaths", + timeGrain: { + serializedName: "timeGrain", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "IncludedPath" - } - } + name: "String" } }, - excludedPaths: { - serializedName: "excludedPaths", + unit: { + serializedName: "unit", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ExcludedPath" - } - } + name: "String" } }, - compositeIndexes: { - serializedName: "compositeIndexes", + name: { + serializedName: "name", type: { - name: "Sequence", - element: { - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CompositePath" - } - } - } - } + name: "Composite", + className: "MetricName" } }, - spatialIndexes: { - serializedName: "spatialIndexes", + metricValues: { + serializedName: "metricValues", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "SpatialSpec" + className: "MetricValue" } } } @@ -1303,409 +1168,356 @@ export const IndexingPolicy: msRest.CompositeMapper = { } }; -export const ContainerPartitionKey: msRest.CompositeMapper = { - serializedName: "ContainerPartitionKey", +export const MetricName: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ContainerPartitionKey", + className: "MetricName", modelProperties: { - paths: { - serializedName: "paths", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, - kind: { - serializedName: "kind", - defaultValue: 'Hash', + value: { + serializedName: "value", + readOnly: true, type: { name: "String" } }, - version: { - serializedName: "version", - constraints: { - InclusiveMaximum: 2, - InclusiveMinimum: 1 - }, - type: { - name: "Number" - } - }, - systemKey: { + localizedValue: { + serializedName: "localizedValue", readOnly: true, - serializedName: "systemKey", type: { - name: "Boolean" + name: "String" } } } } }; -export const UniqueKey: msRest.CompositeMapper = { - serializedName: "UniqueKey", +export const MetricValue: coreClient.CompositeMapper = { type: { name: "Composite", - className: "UniqueKey", + className: "MetricValue", modelProperties: { - paths: { - serializedName: "paths", + count: { + serializedName: "_count", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - } - } - } -}; - -export const UniqueKeyPolicy: msRest.CompositeMapper = { - serializedName: "UniqueKeyPolicy", - type: { - name: "Composite", - className: "UniqueKeyPolicy", - modelProperties: { - uniqueKeys: { - serializedName: "uniqueKeys", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "UniqueKey" - } - } - } - } - } - } -}; - -export const ConflictResolutionPolicy: msRest.CompositeMapper = { - serializedName: "ConflictResolutionPolicy", - type: { - name: "Composite", - className: "ConflictResolutionPolicy", - modelProperties: { - mode: { - serializedName: "mode", - defaultValue: 'LastWriterWins', - type: { - name: "String" - } - }, - conflictResolutionPath: { - serializedName: "conflictResolutionPath", - type: { - name: "String" - } - }, - conflictResolutionProcedure: { - serializedName: "conflictResolutionProcedure", - type: { - name: "String" - } - } - } - } -}; - -export const SqlContainerGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlContainerGetProperties_resource", - type: { - name: "Composite", - className: "SqlContainerGetPropertiesResource", - modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" + name: "Number" } }, - indexingPolicy: { - serializedName: "indexingPolicy", - type: { - name: "Composite", - className: "IndexingPolicy" - } - }, - partitionKey: { - serializedName: "partitionKey", - type: { - name: "Composite", - className: "ContainerPartitionKey" - } - }, - defaultTtl: { - serializedName: "defaultTtl", + average: { + serializedName: "average", + readOnly: true, type: { name: "Number" } }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", - type: { - name: "Composite", - className: "UniqueKeyPolicy" - } - }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", - type: { - name: "Composite", - className: "ConflictResolutionPolicy" - } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + maximum: { + serializedName: "maximum", + readOnly: true, type: { name: "Number" } }, - _rid: { + minimum: { + serializedName: "minimum", readOnly: true, - serializedName: "_rid", type: { - name: "String" + name: "Number" } }, - _ts: { + timestamp: { + serializedName: "timestamp", readOnly: true, - serializedName: "_ts", type: { - name: "Number" + name: "DateTime" } }, - _etag: { + total: { + serializedName: "total", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Number" } } } } }; -export const SqlContainerGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "SqlContainerGetProperties_options", +export const PercentileMetricListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerGetPropertiesOptions", + className: "PercentileMetricListResult", modelProperties: { - ...OptionsResource.type.modelProperties + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PercentileMetric" + } + } + } + } } } }; -export const SqlContainerGetResults: msRest.CompositeMapper = { - serializedName: "SqlContainerGetResults", +export const PercentileMetric: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerGetResults", + className: "PercentileMetric", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + startTime: { + serializedName: "startTime", + readOnly: true, type: { - name: "Composite", - className: "SqlContainerGetPropertiesResource" + name: "DateTime" } }, - options: { - serializedName: "properties.options", + endTime: { + serializedName: "endTime", + readOnly: true, type: { - name: "Composite", - className: "SqlContainerGetPropertiesOptions" + name: "DateTime" } - } - } - } -}; - -export const SqlStoredProcedureGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureGetProperties_resource", - type: { - name: "Composite", - className: "SqlStoredProcedureGetPropertiesResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + timeGrain: { + serializedName: "timeGrain", + readOnly: true, type: { name: "String" } }, - body: { - serializedName: "body", + unit: { + serializedName: "unit", + readOnly: true, type: { name: "String" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + name: { + serializedName: "name", type: { - name: "String" + name: "Composite", + className: "MetricName" } }, - _ts: { + metricValues: { + serializedName: "metricValues", readOnly: true, - serializedName: "_ts", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PercentileMetricValue" + } + } } - }, - _etag: { + } + } + } +}; + +export const PartitionMetricListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "PartitionMetricListResult", + modelProperties: { + value: { + serializedName: "value", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PartitionMetric" + } + } } } } } }; -export const SqlStoredProcedureGetResults: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureGetResults", +export const UsagesResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureGetResults", + className: "UsagesResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "SqlStoredProcedureGetPropertiesResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Usage" + } + } } } } } }; -export const SqlUserDefinedFunctionGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionGetProperties_resource", +export const Usage: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionGetPropertiesResource", + className: "Usage", modelProperties: { - id: { - required: true, - serializedName: "id", + unit: { + serializedName: "unit", + readOnly: true, type: { name: "String" } }, - body: { - serializedName: "body", + name: { + serializedName: "name", type: { - name: "String" + name: "Composite", + className: "MetricName" } }, - _rid: { + quotaPeriod: { + serializedName: "quotaPeriod", readOnly: true, - serializedName: "_rid", type: { name: "String" } }, - _ts: { + limit: { + serializedName: "limit", readOnly: true, - serializedName: "_ts", type: { name: "Number" } }, - _etag: { + currentValue: { + serializedName: "currentValue", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Number" } } } } }; -export const SqlUserDefinedFunctionGetResults: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionGetResults", +export const PartitionUsagesResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionGetResults", + className: "PartitionUsagesResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "SqlUserDefinedFunctionGetPropertiesResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PartitionUsage" + } + } } } } } }; -export const SqlTriggerGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "SqlTriggerGetProperties_resource", +export const MetricDefinitionsListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerGetPropertiesResource", + className: "MetricDefinitionsListResult", modelProperties: { - id: { - required: true, - serializedName: "id", + value: { + serializedName: "value", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MetricDefinition" + } + } } - }, - body: { - serializedName: "body", + } + } + } +}; + +export const MetricDefinition: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MetricDefinition", + modelProperties: { + metricAvailabilities: { + serializedName: "metricAvailabilities", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MetricAvailability" + } + } } }, - triggerType: { - serializedName: "triggerType", + primaryAggregationType: { + serializedName: "primaryAggregationType", + readOnly: true, type: { name: "String" } }, - triggerOperation: { - serializedName: "triggerOperation", + unit: { + serializedName: "unit", + readOnly: true, type: { name: "String" } }, - _rid: { + resourceUri: { + serializedName: "resourceUri", readOnly: true, - serializedName: "_rid", type: { name: "String" } }, - _ts: { + name: { + serializedName: "name", + type: { + name: "Composite", + className: "MetricName" + } + } + } + } +}; + +export const MetricAvailability: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MetricAvailability", + modelProperties: { + timeGrain: { + serializedName: "timeGrain", readOnly: true, - serializedName: "_ts", type: { - name: "Number" + name: "String" } }, - _etag: { + retention: { + serializedName: "retention", readOnly: true, - serializedName: "_etag", type: { name: "String" } @@ -1714,54 +1526,66 @@ export const SqlTriggerGetPropertiesResource: msRest.CompositeMapper = { } }; -export const SqlTriggerGetResults: msRest.CompositeMapper = { - serializedName: "SqlTriggerGetResults", +export const SqlDatabaseListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerGetResults", + className: "SqlDatabaseListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "SqlTriggerGetPropertiesResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlDatabaseGetResults" + } + } } } } } }; -export const MongoDBDatabaseGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseGetProperties_resource", +export const SqlDatabaseResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseGetPropertiesResource", + className: "SqlDatabaseResource", modelProperties: { id: { - required: true, serializedName: "id", + required: true, type: { name: "String" } - }, - _rid: { - readOnly: true, + } + } + } +}; + +export const ExtendedResourceProperties: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ExtendedResourceProperties", + modelProperties: { + rid: { serializedName: "_rid", + readOnly: true, type: { name: "String" } }, - _ts: { - readOnly: true, + ts: { serializedName: "_ts", + readOnly: true, type: { name: "Number" } }, - _etag: { - readOnly: true, + etag: { serializedName: "_etag", + readOnly: true, type: { name: "String" } @@ -1770,374 +1594,385 @@ export const MongoDBDatabaseGetPropertiesResource: msRest.CompositeMapper = { } }; -export const MongoDBDatabaseGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseGetProperties_options", - type: { - name: "Composite", - className: "MongoDBDatabaseGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - -export const MongoDBDatabaseGetResults: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseGetResults", +export const OptionsResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseGetResults", + className: "OptionsResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + throughput: { + serializedName: "throughput", type: { - name: "Composite", - className: "MongoDBDatabaseGetPropertiesResource" + name: "Number" } }, - options: { - serializedName: "properties.options", + autoscaleSettings: { + serializedName: "autoscaleSettings", type: { name: "Composite", - className: "MongoDBDatabaseGetPropertiesOptions" + className: "AutoscaleSettings" } } } } }; -export const MongoIndexKeys: msRest.CompositeMapper = { - serializedName: "MongoIndexKeys", +export const AutoscaleSettings: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoIndexKeys", + className: "AutoscaleSettings", modelProperties: { - keys: { - serializedName: "keys", + maxThroughput: { + serializedName: "maxThroughput", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Number" } } } } }; -export const MongoIndexOptions: msRest.CompositeMapper = { - serializedName: "MongoIndexOptions", +export const CreateUpdateOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoIndexOptions", + className: "CreateUpdateOptions", modelProperties: { - expireAfterSeconds: { - serializedName: "expireAfterSeconds", + throughput: { + serializedName: "throughput", type: { name: "Number" } }, - unique: { - serializedName: "unique", + autoscaleSettings: { + serializedName: "autoscaleSettings", type: { - name: "Boolean" + name: "Composite", + className: "AutoscaleSettings" } } } } }; -export const MongoIndex: msRest.CompositeMapper = { - serializedName: "MongoIndex", +export const ThroughputSettingsResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoIndex", + className: "ThroughputSettingsResource", modelProperties: { - key: { - serializedName: "key", + throughput: { + serializedName: "throughput", type: { - name: "Composite", - className: "MongoIndexKeys" + name: "Number" } }, - options: { - serializedName: "options", + autoscaleSettings: { + serializedName: "autoscaleSettings", type: { name: "Composite", - className: "MongoIndexOptions" + className: "AutoscaleSettingsResource" + } + }, + minimumThroughput: { + serializedName: "minimumThroughput", + readOnly: true, + type: { + name: "String" + } + }, + offerReplacePending: { + serializedName: "offerReplacePending", + readOnly: true, + type: { + name: "String" } } } } }; -export const MongoDBCollectionGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionGetProperties_resource", +export const AutoscaleSettingsResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionGetPropertiesResource", + className: "AutoscaleSettingsResource", modelProperties: { - id: { + maxThroughput: { + serializedName: "maxThroughput", required: true, - serializedName: "id", - type: { - name: "String" - } - }, - shardKey: { - serializedName: "shardKey", - type: { - name: "Dictionary", - value: { - type: { - name: "String" - } - } - } - }, - indexes: { - serializedName: "indexes", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MongoIndex" - } - } - } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", type: { name: "Number" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + autoUpgradePolicy: { + serializedName: "autoUpgradePolicy", type: { - name: "String" + name: "Composite", + className: "AutoUpgradePolicyResource" } }, - _ts: { + targetMaxThroughput: { + serializedName: "targetMaxThroughput", readOnly: true, - serializedName: "_ts", type: { name: "Number" } - }, - _etag: { - readOnly: true, - serializedName: "_etag", - type: { - name: "String" - } } } } }; -export const MongoDBCollectionGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionGetProperties_options", +export const AutoUpgradePolicyResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionGetPropertiesOptions", + className: "AutoUpgradePolicyResource", modelProperties: { - ...OptionsResource.type.modelProperties + throughputPolicy: { + serializedName: "throughputPolicy", + type: { + name: "Composite", + className: "ThroughputPolicyResource" + } + } } } }; -export const MongoDBCollectionGetResults: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionGetResults", +export const ThroughputPolicyResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionGetResults", + className: "ThroughputPolicyResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + isEnabled: { + serializedName: "isEnabled", type: { - name: "Composite", - className: "MongoDBCollectionGetPropertiesResource" + name: "Boolean" } }, - options: { - serializedName: "properties.options", + incrementPercent: { + serializedName: "incrementPercent", type: { - name: "Composite", - className: "MongoDBCollectionGetPropertiesOptions" + name: "Number" } } } } }; -export const TableGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "TableGetProperties_resource", +export const CloudError: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableGetPropertiesResource", + className: "CloudError", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { - readOnly: true, - serializedName: "_etag", + error: { + serializedName: "error", type: { - name: "String" + name: "Composite", + className: "ErrorResponse" } } } } }; -export const TableGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "TableGetProperties_options", +export const SqlContainerListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableGetPropertiesOptions", + className: "SqlContainerListResult", modelProperties: { - ...OptionsResource.type.modelProperties + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlContainerGetResults" + } + } + } + } } } }; -export const TableGetResults: msRest.CompositeMapper = { - serializedName: "TableGetResults", +export const SqlContainerResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableGetResults", + className: "SqlContainerResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + id: { + serializedName: "id", + required: true, + type: { + name: "String" + } + }, + indexingPolicy: { + serializedName: "indexingPolicy", type: { name: "Composite", - className: "TableGetPropertiesResource" + className: "IndexingPolicy" } }, - options: { - serializedName: "properties.options", + partitionKey: { + serializedName: "partitionKey", type: { name: "Composite", - className: "TableGetPropertiesOptions" + className: "ContainerPartitionKey" + } + }, + defaultTtl: { + serializedName: "defaultTtl", + type: { + name: "Number" + } + }, + uniqueKeyPolicy: { + serializedName: "uniqueKeyPolicy", + type: { + name: "Composite", + className: "UniqueKeyPolicy" + } + }, + conflictResolutionPolicy: { + serializedName: "conflictResolutionPolicy", + type: { + name: "Composite", + className: "ConflictResolutionPolicy" + } + }, + analyticalStorageTtl: { + serializedName: "analyticalStorageTtl", + type: { + name: "Number" } } } } }; -export const CassandraKeyspaceGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceGetProperties_resource", +export const IndexingPolicy: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceGetPropertiesResource", + className: "IndexingPolicy", modelProperties: { - id: { - required: true, - serializedName: "id", + automatic: { + serializedName: "automatic", type: { - name: "String" + name: "Boolean" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + indexingMode: { + defaultValue: "consistent", + serializedName: "indexingMode", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", + includedPaths: { + serializedName: "includedPaths", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IncludedPath" + } + } } }, - _etag: { - readOnly: true, - serializedName: "_etag", + excludedPaths: { + serializedName: "excludedPaths", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ExcludedPath" + } + } + } + }, + compositeIndexes: { + serializedName: "compositeIndexes", + type: { + name: "Sequence", + element: { + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CompositePath" + } + } + } + } + } + }, + spatialIndexes: { + serializedName: "spatialIndexes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SpatialSpec" + } + } } } } } }; -export const CassandraKeyspaceGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceGetProperties_options", - type: { - name: "Composite", - className: "CassandraKeyspaceGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - -export const CassandraKeyspaceGetResults: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceGetResults", +export const IncludedPath: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceGetResults", + className: "IncludedPath", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + path: { + serializedName: "path", type: { - name: "Composite", - className: "CassandraKeyspaceGetPropertiesResource" + name: "String" } }, - options: { - serializedName: "properties.options", + indexes: { + serializedName: "indexes", type: { - name: "Composite", - className: "CassandraKeyspaceGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Indexes" + } + } } } } } }; -export const Column: msRest.CompositeMapper = { - serializedName: "Column", +export const Indexes: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Column", + className: "Indexes", modelProperties: { - name: { - serializedName: "name", + dataType: { + defaultValue: "String", + serializedName: "dataType", type: { name: "String" } }, - type: { - serializedName: "type", + precision: { + serializedName: "precision", + type: { + name: "Number" + } + }, + kind: { + defaultValue: "Hash", + serializedName: "kind", type: { name: "String" } @@ -2146,14 +1981,13 @@ export const Column: msRest.CompositeMapper = { } }; -export const CassandraPartitionKey: msRest.CompositeMapper = { - serializedName: "CassandraPartitionKey", +export const ExcludedPath: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraPartitionKey", + className: "ExcludedPath", modelProperties: { - name: { - serializedName: "name", + path: { + serializedName: "path", type: { name: "String" } @@ -2162,20 +1996,19 @@ export const CassandraPartitionKey: msRest.CompositeMapper = { } }; -export const ClusterKey: msRest.CompositeMapper = { - serializedName: "ClusterKey", +export const CompositePath: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ClusterKey", + className: "CompositePath", modelProperties: { - name: { - serializedName: "name", + path: { + serializedName: "path", type: { name: "String" } }, - orderBy: { - serializedName: "orderBy", + order: { + serializedName: "order", type: { name: "String" } @@ -2184,44 +2017,24 @@ export const ClusterKey: msRest.CompositeMapper = { } }; -export const CassandraSchema: msRest.CompositeMapper = { - serializedName: "CassandraSchema", +export const SpatialSpec: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraSchema", + className: "SpatialSpec", modelProperties: { - columns: { - serializedName: "columns", + path: { + serializedName: "path", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Column" - } - } + name: "String" } }, - partitionKeys: { - serializedName: "partitionKeys", + types: { + serializedName: "types", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "CassandraPartitionKey" - } - } - } - }, - clusterKeys: { - serializedName: "clusterKeys", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ClusterKey" + name: "String" } } } @@ -2230,129 +2043,111 @@ export const CassandraSchema: msRest.CompositeMapper = { } }; -export const CassandraTableGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "CassandraTableGetProperties_resource", +export const ContainerPartitionKey: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableGetPropertiesResource", + className: "ContainerPartitionKey", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - defaultTtl: { - serializedName: "defaultTtl", - type: { - name: "Number" - } - }, - schema: { - serializedName: "schema", - type: { - name: "Composite", - className: "CassandraSchema" - } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + paths: { + serializedName: "paths", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "String" + } + } } }, - _rid: { - readOnly: true, - serializedName: "_rid", + kind: { + defaultValue: "Hash", + serializedName: "kind", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", + version: { + constraints: { + InclusiveMaximum: 2, + InclusiveMinimum: 1 + }, + serializedName: "version", type: { name: "Number" } }, - _etag: { + systemKey: { + serializedName: "systemKey", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Boolean" } } } } }; -export const CassandraTableGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "CassandraTableGetProperties_options", +export const UniqueKeyPolicy: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableGetPropertiesOptions", + className: "UniqueKeyPolicy", modelProperties: { - ...OptionsResource.type.modelProperties + uniqueKeys: { + serializedName: "uniqueKeys", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "UniqueKey" + } + } + } + } } } }; -export const CassandraTableGetResults: msRest.CompositeMapper = { - serializedName: "CassandraTableGetResults", +export const UniqueKey: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableGetResults", + className: "UniqueKey", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "CassandraTableGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + paths: { + serializedName: "paths", type: { - name: "Composite", - className: "CassandraTableGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } } }; -export const GremlinDatabaseGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseGetProperties_resource", +export const ConflictResolutionPolicy: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseGetPropertiesResource", + className: "ConflictResolutionPolicy", modelProperties: { - id: { - required: true, - serializedName: "id", + mode: { + defaultValue: "LastWriterWins", + serializedName: "mode", type: { name: "String" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + conflictResolutionPath: { + serializedName: "conflictResolutionPath", type: { name: "String" } }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { - readOnly: true, - serializedName: "_etag", + conflictResolutionProcedure: { + serializedName: "conflictResolutionProcedure", type: { name: "String" } @@ -2361,106 +2156,42 @@ export const GremlinDatabaseGetPropertiesResource: msRest.CompositeMapper = { } }; -export const GremlinDatabaseGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseGetProperties_options", - type: { - name: "Composite", - className: "GremlinDatabaseGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - -export const GremlinDatabaseGetResults: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseGetResults", +export const SqlStoredProcedureListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseGetResults", + className: "SqlStoredProcedureListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "GremlinDatabaseGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "GremlinDatabaseGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlStoredProcedureGetResults" + } + } } } } } }; -export const GremlinGraphGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "GremlinGraphGetProperties_resource", +export const SqlStoredProcedureResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphGetPropertiesResource", + className: "SqlStoredProcedureResource", modelProperties: { id: { - required: true, serializedName: "id", + required: true, type: { name: "String" } }, - indexingPolicy: { - serializedName: "indexingPolicy", - type: { - name: "Composite", - className: "IndexingPolicy" - } - }, - partitionKey: { - serializedName: "partitionKey", - type: { - name: "Composite", - className: "ContainerPartitionKey" - } - }, - defaultTtl: { - serializedName: "defaultTtl", - type: { - name: "Number" - } - }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", - type: { - name: "Composite", - className: "UniqueKeyPolicy" - } - }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", - type: { - name: "Composite", - className: "ConflictResolutionPolicy" - } - }, - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { - readOnly: true, - serializedName: "_etag", + body: { + serializedName: "body", type: { name: "String" } @@ -2469,56 +2200,42 @@ export const GremlinGraphGetPropertiesResource: msRest.CompositeMapper = { } }; -export const GremlinGraphGetPropertiesOptions: msRest.CompositeMapper = { - serializedName: "GremlinGraphGetProperties_options", - type: { - name: "Composite", - className: "GremlinGraphGetPropertiesOptions", - modelProperties: { - ...OptionsResource.type.modelProperties - } - } -}; - -export const GremlinGraphGetResults: msRest.CompositeMapper = { - serializedName: "GremlinGraphGetResults", +export const SqlUserDefinedFunctionListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphGetResults", + className: "SqlUserDefinedFunctionListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "GremlinGraphGetPropertiesResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "GremlinGraphGetPropertiesOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlUserDefinedFunctionGetResults" + } + } } } } } }; -export const ErrorResponse: msRest.CompositeMapper = { - serializedName: "ErrorResponse", +export const SqlUserDefinedFunctionResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ErrorResponse", + className: "SqlUserDefinedFunctionResource", modelProperties: { - code: { - serializedName: "code", + id: { + serializedName: "id", + required: true, type: { name: "String" } }, - message: { - serializedName: "message", + body: { + serializedName: "body", type: { name: "String" } @@ -2527,21 +2244,20 @@ export const ErrorResponse: msRest.CompositeMapper = { } }; -export const FailoverPolicies: msRest.CompositeMapper = { - serializedName: "FailoverPolicies", +export const SqlTriggerListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "FailoverPolicies", + className: "SqlTriggerListResult", modelProperties: { - failoverPolicies: { - required: true, - serializedName: "failoverPolicies", - type: { - name: "Sequence", + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", element: { type: { name: "Composite", - className: "FailoverPolicy" + className: "SqlTriggerGetResults" } } } @@ -2550,46 +2266,32 @@ export const FailoverPolicies: msRest.CompositeMapper = { } }; -export const RegionForOnlineOffline: msRest.CompositeMapper = { - serializedName: "RegionForOnlineOffline", +export const SqlTriggerResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RegionForOnlineOffline", + className: "SqlTriggerResource", modelProperties: { - region: { + id: { + serializedName: "id", required: true, - serializedName: "region", type: { name: "String" } - } - } - } -}; - -export const ARMProxyResource: msRest.CompositeMapper = { - serializedName: "ARMProxyResource", - type: { - name: "Composite", - className: "ARMProxyResource", - modelProperties: { - id: { - readOnly: true, - serializedName: "id", + }, + body: { + serializedName: "body", type: { name: "String" } }, - name: { - readOnly: true, - serializedName: "name", + triggerType: { + serializedName: "triggerType", type: { name: "String" } }, - type: { - readOnly: true, - serializedName: "type", + triggerOperation: { + serializedName: "triggerOperation", type: { name: "String" } @@ -2598,99 +2300,99 @@ export const ARMProxyResource: msRest.CompositeMapper = { } }; -export const ExtendedResourceProperties: msRest.CompositeMapper = { - serializedName: "ExtendedResourceProperties", +export const MongoDBDatabaseListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ExtendedResourceProperties", + className: "MongoDBDatabaseListResult", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { + value: { + serializedName: "value", readOnly: true, - serializedName: "_etag", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MongoDBDatabaseGetResults" + } + } } } } } }; -export const ThroughputPolicyResource: msRest.CompositeMapper = { - serializedName: "ThroughputPolicyResource", +export const MongoDBDatabaseResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputPolicyResource", + className: "MongoDBDatabaseResource", modelProperties: { - isEnabled: { - serializedName: "isEnabled", - type: { - name: "Boolean" - } - }, - incrementPercent: { - serializedName: "incrementPercent", + id: { + serializedName: "id", + required: true, type: { - name: "Number" + name: "String" } } } } }; -export const AutoUpgradePolicyResource: msRest.CompositeMapper = { - serializedName: "AutoUpgradePolicyResource", +export const MongoDBCollectionListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AutoUpgradePolicyResource", + className: "MongoDBCollectionListResult", modelProperties: { - throughputPolicy: { - serializedName: "throughputPolicy", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "ThroughputPolicyResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MongoDBCollectionGetResults" + } + } } } } } }; -export const AutoscaleSettingsResource: msRest.CompositeMapper = { - serializedName: "AutoscaleSettingsResource", +export const MongoDBCollectionResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AutoscaleSettingsResource", + className: "MongoDBCollectionResource", modelProperties: { - maxThroughput: { + id: { + serializedName: "id", required: true, - serializedName: "maxThroughput", type: { - name: "Number" + name: "String" } }, - autoUpgradePolicy: { - serializedName: "autoUpgradePolicy", + shardKey: { + serializedName: "shardKey", type: { - name: "Composite", - className: "AutoUpgradePolicyResource" + name: "Dictionary", + value: { type: { name: "String" } } } }, - targetMaxThroughput: { - readOnly: true, - serializedName: "targetMaxThroughput", + indexes: { + serializedName: "indexes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MongoIndex" + } + } + } + }, + analyticalStorageTtl: { + serializedName: "analyticalStorageTtl", type: { name: "Number" } @@ -2699,568 +2401,875 @@ export const AutoscaleSettingsResource: msRest.CompositeMapper = { } }; -export const ThroughputSettingsGetPropertiesResource: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsGetProperties_resource", +export const MongoIndex: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsGetPropertiesResource", + className: "MongoIndex", modelProperties: { - throughput: { - serializedName: "throughput", - type: { - name: "Number" - } - }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + key: { + serializedName: "key", type: { name: "Composite", - className: "AutoscaleSettingsResource" - } - }, - minimumThroughput: { - readOnly: true, - serializedName: "minimumThroughput", - type: { - name: "String" + className: "MongoIndexKeys" } }, - offerReplacePending: { - readOnly: true, - serializedName: "offerReplacePending", + options: { + serializedName: "options", type: { - name: "String" + name: "Composite", + className: "MongoIndexOptions" } - }, - _rid: { - readOnly: true, - serializedName: "_rid", + } + } + } +}; + +export const MongoIndexKeys: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoIndexKeys", + modelProperties: { + keys: { + serializedName: "keys", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "String" + } + } } - }, - _ts: { - readOnly: true, - serializedName: "_ts", + } + } + } +}; + +export const MongoIndexOptions: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoIndexOptions", + modelProperties: { + expireAfterSeconds: { + serializedName: "expireAfterSeconds", type: { name: "Number" } }, - _etag: { - readOnly: true, - serializedName: "_etag", + unique: { + serializedName: "unique", type: { - name: "String" + name: "Boolean" } } } } }; -export const ThroughputSettingsGetResults: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsGetResults", +export const TableListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsGetResults", + className: "TableListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - serializedName: "properties.resource", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "ThroughputSettingsGetPropertiesResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "TableGetResults" + } + } } } } } }; -export const DatabaseAccountCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "DatabaseAccountCreateUpdateParameters", +export const TableResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountCreateUpdateParameters", + className: "TableResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - kind: { - serializedName: "kind", - defaultValue: 'GlobalDocumentDB', + id: { + serializedName: "id", + required: true, type: { name: "String" } - }, - identity: { - serializedName: "identity", - type: { - name: "Composite", - className: "ManagedServiceIdentity" - } - }, - consistencyPolicy: { - serializedName: "properties.consistencyPolicy", - type: { - name: "Composite", - className: "ConsistencyPolicy" - } - }, - locations: { - required: true, - serializedName: "properties.locations", + } + } + } +}; + +export const CassandraKeyspaceListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "Location" + className: "CassandraKeyspaceGetResults" } } } - }, - databaseAccountOfferType: { - required: true, - isConstant: true, - serializedName: "properties.databaseAccountOfferType", - defaultValue: 'Standard', + } + } + } +}; + +export const CassandraKeyspaceResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceResource", + modelProperties: { + id: { + serializedName: "id", + required: true, type: { name: "String" } - }, - ipRules: { - serializedName: "properties.ipRules", + } + } + } +}; + +export const CassandraTableListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraTableListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { name: "Sequence", element: { type: { name: "Composite", - className: "IpAddressOrRange" + className: "CassandraTableGetResults" } } } + } + } + } +}; + +export const CassandraTableResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraTableResource", + modelProperties: { + id: { + serializedName: "id", + required: true, + type: { + name: "String" + } }, - isVirtualNetworkFilterEnabled: { - serializedName: "properties.isVirtualNetworkFilterEnabled", + defaultTtl: { + serializedName: "defaultTtl", type: { - name: "Boolean" + name: "Number" } }, - enableAutomaticFailover: { - serializedName: "properties.enableAutomaticFailover", + schema: { + serializedName: "schema", type: { - name: "Boolean" + name: "Composite", + className: "CassandraSchema" } }, - capabilities: { - serializedName: "properties.capabilities", + analyticalStorageTtl: { + serializedName: "analyticalStorageTtl", + type: { + name: "Number" + } + } + } + } +}; + +export const CassandraSchema: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraSchema", + modelProperties: { + columns: { + serializedName: "columns", type: { name: "Sequence", element: { type: { name: "Composite", - className: "Capability" + className: "Column" } } } }, - virtualNetworkRules: { - serializedName: "properties.virtualNetworkRules", + partitionKeys: { + serializedName: "partitionKeys", type: { name: "Sequence", element: { type: { name: "Composite", - className: "VirtualNetworkRule" + className: "CassandraPartitionKey" } } } }, - enableMultipleWriteLocations: { - serializedName: "properties.enableMultipleWriteLocations", + clusterKeys: { + serializedName: "clusterKeys", type: { - name: "Boolean" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ClusterKey" + } + } } - }, - enableCassandraConnector: { - serializedName: "properties.enableCassandraConnector", + } + } + } +}; + +export const Column: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Column", + modelProperties: { + name: { + serializedName: "name", type: { - name: "Boolean" + name: "String" } }, - connectorOffer: { - serializedName: "properties.connectorOffer", + type: { + serializedName: "type", type: { name: "String" } - }, - disableKeyBasedMetadataWriteAccess: { - serializedName: "properties.disableKeyBasedMetadataWriteAccess", + } + } + } +}; + +export const CassandraPartitionKey: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraPartitionKey", + modelProperties: { + name: { + serializedName: "name", type: { - name: "Boolean" + name: "String" } - }, - keyVaultKeyUri: { - serializedName: "properties.keyVaultKeyUri", + } + } + } +}; + +export const ClusterKey: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ClusterKey", + modelProperties: { + name: { + serializedName: "name", type: { name: "String" } }, - defaultIdentity: { - serializedName: "properties.defaultIdentity", + orderBy: { + serializedName: "orderBy", type: { name: "String" } - }, - publicNetworkAccess: { - serializedName: "properties.publicNetworkAccess", + } + } + } +}; + +export const GremlinDatabaseListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinDatabaseListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "GremlinDatabaseGetResults" + } + } + } + } + } + } +}; + +export const GremlinDatabaseResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinDatabaseResource", + modelProperties: { + id: { + serializedName: "id", + required: true, type: { name: "String" } - }, - enableFreeTier: { - serializedName: "properties.enableFreeTier", + } + } + } +}; + +export const GremlinGraphListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinGraphListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { - name: "Boolean" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "GremlinGraphGetResults" + } + } } - }, - apiProperties: { - serializedName: "properties.apiProperties", + } + } + } +}; + +export const GremlinGraphResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinGraphResource", + modelProperties: { + id: { + serializedName: "id", + required: true, type: { - name: "Composite", - className: "ApiProperties" + name: "String" } }, - enableAnalyticalStorage: { - serializedName: "properties.enableAnalyticalStorage", + indexingPolicy: { + serializedName: "indexingPolicy", type: { - name: "Boolean" + name: "Composite", + className: "IndexingPolicy" } }, - analyticalStorageConfiguration: { - serializedName: "properties.analyticalStorageConfiguration", + partitionKey: { + serializedName: "partitionKey", type: { name: "Composite", - className: "AnalyticalStorageConfiguration" + className: "ContainerPartitionKey" } }, - createMode: { - serializedName: "properties.createMode", - defaultValue: 'Default', + defaultTtl: { + serializedName: "defaultTtl", type: { - name: "String" + name: "Number" } }, - backupPolicy: { - serializedName: "properties.backupPolicy", + uniqueKeyPolicy: { + serializedName: "uniqueKeyPolicy", type: { name: "Composite", - className: "BackupPolicy" + className: "UniqueKeyPolicy" } }, - cors: { - serializedName: "properties.cors", - type: { + conflictResolutionPolicy: { + serializedName: "conflictResolutionPolicy", + type: { + name: "Composite", + className: "ConflictResolutionPolicy" + } + } + } + } +}; + +export const LocationListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "LocationListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, + type: { name: "Sequence", element: { type: { name: "Composite", - className: "CorsPolicy" + className: "LocationGetResult" } } } + } + } + } +}; + +export const ARMProxyResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ARMProxyResource", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, + type: { + name: "String" + } }, - networkAclBypass: { - serializedName: "properties.networkAclBypass", + name: { + serializedName: "name", + readOnly: true, type: { - name: "Enum", - allowedValues: [ - "None", - "AzureServices" - ] + name: "String" } }, - networkAclBypassResourceIds: { - serializedName: "properties.networkAclBypassResourceIds", + type: { + serializedName: "type", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "String" + } + } + } + } +}; + +export const LocationProperties: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "LocationProperties", + modelProperties: { + supportsAvailabilityZone: { + serializedName: "supportsAvailabilityZone", + readOnly: true, + type: { + name: "Boolean" } }, - disableLocalAuth: { - serializedName: "properties.disableLocalAuth", + isResidencyRestricted: { + serializedName: "isResidencyRestricted", + readOnly: true, type: { name: "Boolean" } }, - restoreParameters: { - serializedName: "properties.restoreParameters", + backupStorageRedundancies: { + serializedName: "backupStorageRedundancies", + readOnly: true, type: { - name: "Composite", - className: "RestoreParameters" + name: "Sequence", + element: { + type: { + name: "String" + } + } } } } } }; -export const DatabaseAccountUpdateParameters: msRest.CompositeMapper = { - serializedName: "DatabaseAccountUpdateParameters", +export const NotebookWorkspaceListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountUpdateParameters", + className: "NotebookWorkspaceListResult", modelProperties: { - tags: { - serializedName: "tags", + value: { + serializedName: "value", type: { - name: "Dictionary", - value: { + name: "Sequence", + element: { type: { - name: "String" + name: "Composite", + className: "NotebookWorkspace" } } } - }, - location: { - serializedName: "location", + } + } + } +}; + +export const NotebookWorkspaceConnectionInfoResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "NotebookWorkspaceConnectionInfoResult", + modelProperties: { + authToken: { + serializedName: "authToken", + readOnly: true, type: { name: "String" } }, - identity: { - serializedName: "identity", + notebookServerEndpoint: { + serializedName: "notebookServerEndpoint", + readOnly: true, type: { - name: "Composite", - className: "ManagedServiceIdentity" + name: "String" } - }, - consistencyPolicy: { - serializedName: "properties.consistencyPolicy", + } + } + } +}; + +export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "PrivateEndpointConnectionListResult", + modelProperties: { + value: { + serializedName: "value", type: { - name: "Composite", - className: "ConsistencyPolicy" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PrivateEndpointConnection" + } + } } - }, - locations: { - serializedName: "properties.locations", + } + } + } +}; + +export const PrivateLinkResourceListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "PrivateLinkResourceListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "Location" + className: "PrivateLinkResource" } } } - }, - ipRules: { - serializedName: "properties.ipRules", + } + } + } +}; + +export const Permission: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Permission", + modelProperties: { + dataActions: { + serializedName: "dataActions", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "IpAddressOrRange" + name: "String" } } } }, - isVirtualNetworkFilterEnabled: { - serializedName: "properties.isVirtualNetworkFilterEnabled", + notDataActions: { + serializedName: "notDataActions", type: { - name: "Boolean" + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const SqlRoleDefinitionCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleDefinitionCreateUpdateParameters", + modelProperties: { + roleName: { + serializedName: "properties.roleName", + type: { + name: "String" } }, - enableAutomaticFailover: { - serializedName: "properties.enableAutomaticFailover", + type: { + serializedName: "properties.type", type: { - name: "Boolean" + name: "Enum", + allowedValues: ["BuiltInRole", "CustomRole"] } }, - capabilities: { - serializedName: "properties.capabilities", + assignableScopes: { + serializedName: "properties.assignableScopes", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "Capability" + name: "String" } } } }, - virtualNetworkRules: { - serializedName: "properties.virtualNetworkRules", + permissions: { + serializedName: "properties.permissions", type: { name: "Sequence", element: { type: { name: "Composite", - className: "VirtualNetworkRule" + className: "Permission" } } } - }, - enableMultipleWriteLocations: { - serializedName: "properties.enableMultipleWriteLocations", + } + } + } +}; + +export const SqlRoleDefinitionListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleDefinitionListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { - name: "Boolean" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlRoleDefinitionGetResults" + } + } } - }, - enableCassandraConnector: { - serializedName: "properties.enableCassandraConnector", + } + } + } +}; + +export const SqlRoleAssignmentCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleAssignmentCreateUpdateParameters", + modelProperties: { + roleDefinitionId: { + serializedName: "properties.roleDefinitionId", type: { - name: "Boolean" + name: "String" } }, - connectorOffer: { - serializedName: "properties.connectorOffer", + scope: { + serializedName: "properties.scope", type: { name: "String" } }, - disableKeyBasedMetadataWriteAccess: { - serializedName: "properties.disableKeyBasedMetadataWriteAccess", + principalId: { + serializedName: "properties.principalId", type: { - name: "Boolean" + name: "String" } - }, - keyVaultKeyUri: { - serializedName: "properties.keyVaultKeyUri", + } + } + } +}; + +export const SqlRoleAssignmentListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlRoleAssignmentListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SqlRoleAssignmentGetResults" + } + } } - }, - defaultIdentity: { - serializedName: "properties.defaultIdentity", + } + } + } +}; + +export const RestorableDatabaseAccountsListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableDatabaseAccountsListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "RestorableDatabaseAccountGetResult" + } + } } - }, - publicNetworkAccess: { - serializedName: "properties.publicNetworkAccess", + } + } + } +}; + +export const RestorableDatabaseAccountGetResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableDatabaseAccountGetResult", + modelProperties: { + id: { + serializedName: "id", + readOnly: true, type: { name: "String" } }, - enableFreeTier: { - serializedName: "properties.enableFreeTier", + name: { + serializedName: "name", + readOnly: true, type: { - name: "Boolean" + name: "String" } }, - apiProperties: { - serializedName: "properties.apiProperties", + type: { + serializedName: "type", + readOnly: true, type: { - name: "Composite", - className: "ApiProperties" + name: "String" } }, - enableAnalyticalStorage: { - serializedName: "properties.enableAnalyticalStorage", + location: { + serializedName: "location", type: { - name: "Boolean" + name: "String" } }, - analyticalStorageConfiguration: { - serializedName: "properties.analyticalStorageConfiguration", + accountName: { + serializedName: "properties.accountName", type: { - name: "Composite", - className: "AnalyticalStorageConfiguration" + name: "String" } }, - backupPolicy: { - serializedName: "properties.backupPolicy", + creationTime: { + serializedName: "properties.creationTime", type: { - name: "Composite", - className: "BackupPolicy" + name: "DateTime" } }, - cors: { - serializedName: "properties.cors", + deletionTime: { + serializedName: "properties.deletionTime", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CorsPolicy" - } - } + name: "DateTime" } }, - networkAclBypass: { - serializedName: "properties.networkAclBypass", + apiType: { + serializedName: "properties.apiType", + readOnly: true, type: { - name: "Enum", - allowedValues: [ - "None", - "AzureServices" - ] + name: "String" } }, - networkAclBypassResourceIds: { - serializedName: "properties.networkAclBypassResourceIds", + restorableLocations: { + serializedName: "properties.restorableLocations", + readOnly: true, type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "RestorableLocationResource" } } } - }, - disableLocalAuth: { - serializedName: "properties.disableLocalAuth", - type: { - name: "Boolean" - } } } } }; -export const DatabaseAccountListReadOnlyKeysResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountListReadOnlyKeysResult", +export const RestorableLocationResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountListReadOnlyKeysResult", + className: "RestorableLocationResource", modelProperties: { - primaryReadonlyMasterKey: { + locationName: { + serializedName: "locationName", readOnly: true, - serializedName: "primaryReadonlyMasterKey", type: { name: "String" } }, - secondaryReadonlyMasterKey: { + regionalDatabaseAccountInstanceId: { + serializedName: "regionalDatabaseAccountInstanceId", readOnly: true, - serializedName: "secondaryReadonlyMasterKey", type: { name: "String" } + }, + creationTime: { + serializedName: "creationTime", + readOnly: true, + type: { + name: "DateTime" + } + }, + deletionTime: { + serializedName: "deletionTime", + readOnly: true, + type: { + name: "DateTime" + } } } } }; -export const DatabaseAccountListKeysResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountListKeysResult", +export const ContinuousBackupRestoreLocation: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountListKeysResult", + className: "ContinuousBackupRestoreLocation", modelProperties: { - ...DatabaseAccountListReadOnlyKeysResult.type.modelProperties, - primaryMasterKey: { - readOnly: true, - serializedName: "primaryMasterKey", - type: { - name: "String" - } - }, - secondaryMasterKey: { - readOnly: true, - serializedName: "secondaryMasterKey", + location: { + serializedName: "location", type: { name: "String" } @@ -3269,1220 +3278,1204 @@ export const DatabaseAccountListKeysResult: msRest.CompositeMapper = { } }; -export const DatabaseAccountConnectionString: msRest.CompositeMapper = { - serializedName: "DatabaseAccountConnectionString", +export const BackupInformation: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountConnectionString", + className: "BackupInformation", modelProperties: { - connectionString: { - readOnly: true, - serializedName: "connectionString", - type: { - name: "String" - } - }, - description: { - readOnly: true, - serializedName: "description", + continuousBackupInformation: { + serializedName: "continuousBackupInformation", type: { - name: "String" + name: "Composite", + className: "ContinuousBackupInformation" } } } } }; -export const DatabaseAccountListConnectionStringsResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountListConnectionStringsResult", +export const ContinuousBackupInformation: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountListConnectionStringsResult", + className: "ContinuousBackupInformation", modelProperties: { - connectionStrings: { - serializedName: "connectionStrings", + latestRestorableTimestamp: { + serializedName: "latestRestorableTimestamp", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DatabaseAccountConnectionString" - } - } + name: "String" } } } } }; -export const DatabaseAccountRegenerateKeyParameters: msRest.CompositeMapper = { - serializedName: "DatabaseAccountRegenerateKeyParameters", +export const RestorableSqlDatabasesListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "DatabaseAccountRegenerateKeyParameters", + className: "RestorableSqlDatabasesListResult", modelProperties: { - keyKind: { - required: true, - serializedName: "keyKind", + value: { + serializedName: "value", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "RestorableSqlDatabaseGetResult" + } + } } } } } }; -export const ThroughputSettingsResource: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsResource", +export const RestorableSqlDatabaseGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsResource", + className: "RestorableSqlDatabaseGetResult", modelProperties: { - throughput: { - serializedName: "throughput", + id: { + serializedName: "id", + readOnly: true, type: { - name: "Number" + name: "String" } }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + name: { + serializedName: "name", + readOnly: true, type: { - name: "Composite", - className: "AutoscaleSettingsResource" + name: "String" } }, - minimumThroughput: { + type: { + serializedName: "type", readOnly: true, - serializedName: "minimumThroughput", type: { name: "String" } }, - offerReplacePending: { - readOnly: true, - serializedName: "offerReplacePending", + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "RestorableSqlDatabasePropertiesResource" } } } } }; -export const ThroughputSettingsUpdateParameters: msRest.CompositeMapper = { - serializedName: "ThroughputSettingsUpdateParameters", +export const RestorableSqlDatabasePropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ThroughputSettingsUpdateParameters", + className: "RestorableSqlDatabasePropertiesResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + rid: { + serializedName: "_rid", + readOnly: true, type: { - name: "Composite", - className: "ThroughputSettingsResource" + name: "String" } - } - } - } -}; - -export const SqlDatabaseResource: msRest.CompositeMapper = { - serializedName: "SqlDatabaseResource", - type: { - name: "Composite", - className: "SqlDatabaseResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + operationType: { + serializedName: "operationType", + readOnly: true, + type: { + name: "String" + } + }, + eventTimestamp: { + serializedName: "eventTimestamp", + readOnly: true, + type: { + name: "String" + } + }, + ownerId: { + serializedName: "ownerId", + readOnly: true, + type: { + name: "String" + } + }, + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, type: { name: "String" } + }, + database: { + serializedName: "database", + type: { + name: "Composite", + className: "RestorableSqlDatabasePropertiesResourceDatabase" + } } } } }; -export const AutoscaleSettings: msRest.CompositeMapper = { - serializedName: "AutoscaleSettings", +export const RestorableSqlContainersListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AutoscaleSettings", + className: "RestorableSqlContainersListResult", modelProperties: { - maxThroughput: { - serializedName: "maxThroughput", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "RestorableSqlContainerGetResult" + } + } } } } } }; -export const CreateUpdateOptions: msRest.CompositeMapper = { - serializedName: "CreateUpdateOptions", +export const RestorableSqlContainerGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CreateUpdateOptions", + className: "RestorableSqlContainerGetResult", modelProperties: { - throughput: { - serializedName: "throughput", + id: { + serializedName: "id", + readOnly: true, type: { - name: "Number" + name: "String" } }, - autoscaleSettings: { - serializedName: "autoscaleSettings", + name: { + serializedName: "name", + readOnly: true, type: { - name: "Composite", - className: "AutoscaleSettings" + name: "String" } - } - } - } -}; - -export const SqlDatabaseCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlDatabaseCreateUpdateParameters", - type: { - name: "Composite", - className: "SqlDatabaseCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + type: { + serializedName: "type", + readOnly: true, type: { - name: "Composite", - className: "SqlDatabaseResource" + name: "String" } }, - options: { - serializedName: "properties.options", + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "CreateUpdateOptions" + className: "RestorableSqlContainerPropertiesResource" } } } } }; -export const SqlContainerResource: msRest.CompositeMapper = { - serializedName: "SqlContainerResource", +export const RestorableSqlContainerPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerResource", + className: "RestorableSqlContainerPropertiesResource", modelProperties: { - id: { - required: true, - serializedName: "id", + rid: { + serializedName: "_rid", + readOnly: true, type: { name: "String" } }, - indexingPolicy: { - serializedName: "indexingPolicy", + operationType: { + serializedName: "operationType", + readOnly: true, type: { - name: "Composite", - className: "IndexingPolicy" + name: "String" } }, - partitionKey: { - serializedName: "partitionKey", + eventTimestamp: { + serializedName: "eventTimestamp", + readOnly: true, type: { - name: "Composite", - className: "ContainerPartitionKey" + name: "String" } }, - defaultTtl: { - serializedName: "defaultTtl", + ownerId: { + serializedName: "ownerId", + readOnly: true, type: { - name: "Number" + name: "String" } }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, type: { - name: "Composite", - className: "UniqueKeyPolicy" + name: "String" } }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", + container: { + serializedName: "container", type: { name: "Composite", - className: "ConflictResolutionPolicy" - } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", - type: { - name: "Number" + className: "RestorableSqlContainerPropertiesResourceContainer" } } } } }; -export const SqlContainerCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlContainerCreateUpdateParameters", +export const RestorableSqlResourcesListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerCreateUpdateParameters", + className: "RestorableSqlResourcesListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "SqlContainerResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DatabaseRestoreResource" + } + } } - }, - options: { - serializedName: "properties.options", + } + } + } +}; + +export const RestorableMongodbDatabasesListResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "RestorableMongodbDatabasesListResult", + modelProperties: { + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "RestorableMongodbDatabaseGetResult" + } + } } } } } }; -export const SqlStoredProcedureResource: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureResource", +export const RestorableMongodbDatabaseGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureResource", + className: "RestorableMongodbDatabaseGetResult", modelProperties: { id: { - required: true, serializedName: "id", + readOnly: true, type: { name: "String" } }, - body: { - serializedName: "body", + name: { + serializedName: "name", + readOnly: true, type: { name: "String" } - } - } - } -}; - -export const SqlStoredProcedureCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureCreateUpdateParameters", - type: { - name: "Composite", - className: "SqlStoredProcedureCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + type: { + serializedName: "type", + readOnly: true, type: { - name: "Composite", - className: "SqlStoredProcedureResource" + name: "String" } }, - options: { - serializedName: "properties.options", + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "CreateUpdateOptions" + className: "RestorableMongodbDatabasePropertiesResource" } } } } }; -export const SqlUserDefinedFunctionResource: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionResource", +export const RestorableMongodbDatabasePropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionResource", + className: "RestorableMongodbDatabasePropertiesResource", modelProperties: { - id: { - required: true, - serializedName: "id", + rid: { + serializedName: "_rid", + readOnly: true, type: { name: "String" } }, - body: { - serializedName: "body", + operationType: { + serializedName: "operationType", + readOnly: true, type: { name: "String" } - } - } - } -}; + }, + eventTimestamp: { + serializedName: "eventTimestamp", + readOnly: true, + type: { + name: "String" + } + }, + ownerId: { + serializedName: "ownerId", + readOnly: true, + type: { + name: "String" + } + }, + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, + type: { + name: "String" + } + } + } + } +}; -export const SqlUserDefinedFunctionCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionCreateUpdateParameters", +export const RestorableMongodbCollectionsListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionCreateUpdateParameters", + className: "RestorableMongodbCollectionsListResult", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "SqlUserDefinedFunctionResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "RestorableMongodbCollectionGetResult" + } + } } } } } }; -export const SqlTriggerResource: msRest.CompositeMapper = { - serializedName: "SqlTriggerResource", +export const RestorableMongodbCollectionGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerResource", + className: "RestorableMongodbCollectionGetResult", modelProperties: { id: { - required: true, serializedName: "id", + readOnly: true, type: { name: "String" } }, - body: { - serializedName: "body", + name: { + serializedName: "name", + readOnly: true, type: { name: "String" } }, - triggerType: { - serializedName: "triggerType", + type: { + serializedName: "type", + readOnly: true, type: { name: "String" } }, - triggerOperation: { - serializedName: "triggerOperation", + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "RestorableMongodbCollectionPropertiesResource" } } } } }; -export const SqlTriggerCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlTriggerCreateUpdateParameters", +export const RestorableMongodbCollectionPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerCreateUpdateParameters", + className: "RestorableMongodbCollectionPropertiesResource", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + rid: { + serializedName: "_rid", + readOnly: true, type: { - name: "Composite", - className: "SqlTriggerResource" + name: "String" } }, - options: { - serializedName: "properties.options", + operationType: { + serializedName: "operationType", + readOnly: true, type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "String" + } + }, + eventTimestamp: { + serializedName: "eventTimestamp", + readOnly: true, + type: { + name: "String" + } + }, + ownerId: { + serializedName: "ownerId", + readOnly: true, + type: { + name: "String" + } + }, + ownerResourceId: { + serializedName: "ownerResourceId", + readOnly: true, + type: { + name: "String" } } } } }; -export const MongoDBDatabaseResource: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseResource", +export const RestorableMongodbResourcesListResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseResource", + className: "RestorableMongodbResourcesListResult", modelProperties: { - id: { - required: true, - serializedName: "id", + value: { + serializedName: "value", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DatabaseRestoreResource" + } + } } } } } }; -export const MongoDBDatabaseCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseCreateUpdateParameters", +export const ListClusters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseCreateUpdateParameters", + className: "ListClusters", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "MongoDBDatabaseResource" - } - }, - options: { - serializedName: "properties.options", + value: { + serializedName: "value", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ClusterResource" + } + } } } } } }; -export const MongoDBCollectionResource: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionResource", +export const ManagedCassandraARMResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionResource", + className: "ManagedCassandraARMResourceProperties", modelProperties: { id: { - required: true, serializedName: "id", + readOnly: true, type: { name: "String" } }, - shardKey: { - serializedName: "shardKey", + name: { + serializedName: "name", + readOnly: true, type: { - name: "Dictionary", - value: { - type: { - name: "String" - } - } + name: "String" } }, - indexes: { - serializedName: "indexes", + type: { + serializedName: "type", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MongoIndex" - } - } + name: "String" } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + location: { + serializedName: "location", type: { - name: "Number" + name: "String" } - } - } - } -}; - -export const MongoDBCollectionCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionCreateUpdateParameters", - type: { - name: "Composite", - className: "MongoDBCollectionCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + tags: { + serializedName: "tags", type: { - name: "Composite", - className: "MongoDBCollectionResource" + name: "Dictionary", + value: { type: { name: "String" } } } }, - options: { - serializedName: "properties.options", + identity: { + serializedName: "identity", type: { name: "Composite", - className: "CreateUpdateOptions" + className: "ManagedCassandraManagedServiceIdentity" } } } } }; -export const TableResource: msRest.CompositeMapper = { - serializedName: "TableResource", +export const ManagedCassandraManagedServiceIdentity: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableResource", + className: "ManagedCassandraManagedServiceIdentity", modelProperties: { - id: { - required: true, - serializedName: "id", + principalId: { + serializedName: "principalId", + readOnly: true, type: { name: "String" } - } - } - } -}; - -export const TableCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "TableCreateUpdateParameters", - type: { - name: "Composite", - className: "TableCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + tenantId: { + serializedName: "tenantId", + readOnly: true, type: { - name: "Composite", - className: "TableResource" + name: "String" } }, - options: { - serializedName: "properties.options", + type: { + serializedName: "type", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "String" } } } } }; -export const CassandraKeyspaceResource: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceResource", +export const ClusterResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceResource", + className: "ClusterResourceProperties", modelProperties: { - id: { - required: true, - serializedName: "id", + provisioningState: { + serializedName: "provisioningState", type: { name: "String" } - } - } - } -}; - -export const CassandraKeyspaceCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceCreateUpdateParameters", - type: { - name: "Composite", - className: "CassandraKeyspaceCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", - type: { - name: "Composite", - className: "CassandraKeyspaceResource" - } }, - options: { - serializedName: "properties.options", + restoreFromBackupId: { + serializedName: "restoreFromBackupId", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "String" } - } - } - } -}; - -export const CassandraTableResource: msRest.CompositeMapper = { - serializedName: "CassandraTableResource", - type: { - name: "Composite", - className: "CassandraTableResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + delegatedManagementSubnetId: { + serializedName: "delegatedManagementSubnetId", type: { name: "String" } }, - defaultTtl: { - serializedName: "defaultTtl", + cassandraVersion: { + serializedName: "cassandraVersion", type: { - name: "Number" + name: "String" } }, - schema: { - serializedName: "schema", + clusterNameOverride: { + serializedName: "clusterNameOverride", type: { - name: "Composite", - className: "CassandraSchema" + name: "String" } }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + authenticationMethod: { + serializedName: "authenticationMethod", type: { - name: "Number" + name: "String" } - } - } - } -}; - -export const CassandraTableCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "CassandraTableCreateUpdateParameters", - type: { - name: "Composite", - className: "CassandraTableCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + initialCassandraAdminPassword: { + serializedName: "initialCassandraAdminPassword", type: { - name: "Composite", - className: "CassandraTableResource" + name: "String" } }, - options: { - serializedName: "properties.options", + prometheusEndpoint: { + serializedName: "prometheusEndpoint", type: { name: "Composite", - className: "CreateUpdateOptions" + className: "SeedNode" } - } - } - } -}; - -export const GremlinDatabaseResource: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseResource", - type: { - name: "Composite", - className: "GremlinDatabaseResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + repairEnabled: { + serializedName: "repairEnabled", type: { - name: "String" + name: "Boolean" } - } - } - } -}; - -export const GremlinDatabaseCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseCreateUpdateParameters", - type: { - name: "Composite", - className: "GremlinDatabaseCreateUpdateParameters", - modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + }, + clientCertificates: { + serializedName: "clientCertificates", type: { - name: "Composite", - className: "GremlinDatabaseResource" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Certificate" + } + } } }, - options: { - serializedName: "properties.options", + externalGossipCertificates: { + serializedName: "externalGossipCertificates", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Certificate" + } + } } - } - } - } -}; - -export const GremlinGraphResource: msRest.CompositeMapper = { - serializedName: "GremlinGraphResource", - type: { - name: "Composite", - className: "GremlinGraphResource", - modelProperties: { - id: { - required: true, - serializedName: "id", + }, + gossipCertificates: { + serializedName: "gossipCertificates", + readOnly: true, type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Certificate" + } + } } }, - indexingPolicy: { - serializedName: "indexingPolicy", + externalSeedNodes: { + serializedName: "externalSeedNodes", type: { - name: "Composite", - className: "IndexingPolicy" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SeedNode" + } + } } }, - partitionKey: { - serializedName: "partitionKey", + seedNodes: { + serializedName: "seedNodes", + readOnly: true, type: { - name: "Composite", - className: "ContainerPartitionKey" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SeedNode" + } + } } }, - defaultTtl: { - serializedName: "defaultTtl", + hoursBetweenBackups: { + serializedName: "hoursBetweenBackups", type: { name: "Number" } }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", + deallocated: { + serializedName: "deallocated", type: { - name: "Composite", - className: "UniqueKeyPolicy" + name: "Boolean" } }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", + cassandraAuditLoggingEnabled: { + serializedName: "cassandraAuditLoggingEnabled", type: { - name: "Composite", - className: "ConflictResolutionPolicy" + name: "Boolean" } } } } }; -export const GremlinGraphCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "GremlinGraphCreateUpdateParameters", +export const SeedNode: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphCreateUpdateParameters", + className: "SeedNode", modelProperties: { - ...ARMResourceProperties.type.modelProperties, - resource: { - required: true, - serializedName: "properties.resource", + ipAddress: { + serializedName: "ipAddress", type: { - name: "Composite", - className: "GremlinGraphResource" + name: "String" } - }, - options: { - serializedName: "properties.options", + } + } + } +}; + +export const Certificate: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "Certificate", + modelProperties: { + pem: { + serializedName: "pem", type: { - name: "Composite", - className: "CreateUpdateOptions" + name: "String" } } } } }; -export const OperationDisplay: msRest.CompositeMapper = { - serializedName: "Operation_display", +export const CommandPostBody: coreClient.CompositeMapper = { type: { name: "Composite", - className: "OperationDisplay", + className: "CommandPostBody", modelProperties: { - provider: { - serializedName: "Provider", + command: { + serializedName: "command", + required: true, type: { name: "String" } }, - resource: { - serializedName: "Resource", + arguments: { + serializedName: "arguments", type: { - name: "String" + name: "Dictionary", + value: { type: { name: "String" } } } }, - operation: { - serializedName: "Operation", + host: { + serializedName: "host", + required: true, type: { name: "String" } }, - description: { - serializedName: "Description", + cassandraStopStart: { + serializedName: "cassandra-stop-start", type: { - name: "String" + name: "Boolean" + } + }, + readwrite: { + serializedName: "readwrite", + type: { + name: "Boolean" } } } } }; -export const Operation: msRest.CompositeMapper = { - serializedName: "Operation", +export const CommandOutput: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Operation", + className: "CommandOutput", modelProperties: { - name: { - serializedName: "name", + commandOutput: { + serializedName: "commandOutput", type: { name: "String" } - }, - display: { - serializedName: "display", - type: { - name: "Composite", - className: "OperationDisplay" - } } } } }; -export const MetricName: msRest.CompositeMapper = { - serializedName: "MetricName", +export const ListDataCenters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricName", + className: "ListDataCenters", modelProperties: { value: { - readOnly: true, serializedName: "value", - type: { - name: "String" - } - }, - localizedValue: { readOnly: true, - serializedName: "localizedValue", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DataCenterResource" + } + } } } } } }; -export const Usage: msRest.CompositeMapper = { - serializedName: "Usage", +export const DataCenterResourceProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Usage", + className: "DataCenterResourceProperties", modelProperties: { - unit: { - serializedName: "unit", + provisioningState: { + serializedName: "provisioningState", type: { name: "String" } }, - name: { - readOnly: true, - serializedName: "name", + dataCenterLocation: { + serializedName: "dataCenterLocation", type: { - name: "Composite", - className: "MetricName" + name: "String" } }, - quotaPeriod: { - readOnly: true, - serializedName: "quotaPeriod", + delegatedSubnetId: { + serializedName: "delegatedSubnetId", type: { name: "String" } }, - limit: { - readOnly: true, - serializedName: "limit", + nodeCount: { + serializedName: "nodeCount", type: { name: "Number" } }, - currentValue: { + seedNodes: { + serializedName: "seedNodes", readOnly: true, - serializedName: "currentValue", type: { - name: "Number" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SeedNode" + } + } } - } - } - } -}; - -export const PartitionUsage: msRest.CompositeMapper = { - serializedName: "PartitionUsage", - type: { - name: "Composite", - className: "PartitionUsage", - modelProperties: { - ...Usage.type.modelProperties, - partitionId: { - readOnly: true, - serializedName: "partitionId", + }, + base64EncodedCassandraYamlFragment: { + serializedName: "base64EncodedCassandraYamlFragment", type: { name: "String" } }, - partitionKeyRangeId: { - readOnly: true, - serializedName: "partitionKeyRangeId", + managedDiskCustomerKeyUri: { + serializedName: "managedDiskCustomerKeyUri", type: { name: "String" } - } - } - } -}; - -export const MetricAvailability: msRest.CompositeMapper = { - serializedName: "MetricAvailability", - type: { - name: "Composite", - className: "MetricAvailability", - modelProperties: { - timeGrain: { - readOnly: true, - serializedName: "timeGrain", + }, + backupStorageCustomerKeyUri: { + serializedName: "backupStorageCustomerKeyUri", type: { name: "String" } }, - retention: { - readOnly: true, - serializedName: "retention", + sku: { + serializedName: "sku", + type: { + name: "String" + } + }, + diskSku: { + serializedName: "diskSku", type: { name: "String" } + }, + diskCapacity: { + serializedName: "diskCapacity", + type: { + name: "Number" + } + }, + availabilityZone: { + serializedName: "availabilityZone", + type: { + name: "Boolean" + } } } } }; -export const MetricDefinition: msRest.CompositeMapper = { - serializedName: "MetricDefinition", +export const CassandraClusterPublicStatus: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricDefinition", + className: "CassandraClusterPublicStatus", modelProperties: { - metricAvailabilities: { - readOnly: true, - serializedName: "metricAvailabilities", + eTag: { + serializedName: "eTag", + type: { + name: "String" + } + }, + reaperStatus: { + serializedName: "reaperStatus", + type: { + name: "Composite", + className: "ManagedCassandraReaperStatus" + } + }, + connectionErrors: { + serializedName: "connectionErrors", type: { name: "Sequence", element: { type: { name: "Composite", - className: "MetricAvailability" + className: "ConnectionError" } } } }, - primaryAggregationType: { - readOnly: true, - serializedName: "primaryAggregationType", + dataCenters: { + serializedName: "dataCenters", type: { - name: "String" + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CassandraClusterPublicStatusDataCentersItem" + } + } } - }, - unit: { - serializedName: "unit", + } + } + } +}; + +export const ManagedCassandraReaperStatus: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ManagedCassandraReaperStatus", + modelProperties: { + healthy: { + serializedName: "healthy", type: { - name: "String" + name: "Boolean" } }, - resourceUri: { - readOnly: true, - serializedName: "resourceUri", + repairRunIds: { + serializedName: "repairRunIds", type: { - name: "String" + name: "Dictionary", + value: { type: { name: "String" } } } }, - name: { - readOnly: true, - serializedName: "name", + repairSchedules: { + serializedName: "repairSchedules", type: { - name: "Composite", - className: "MetricName" + name: "Dictionary", + value: { type: { name: "String" } } } } } } }; -export const MetricValue: msRest.CompositeMapper = { - serializedName: "MetricValue", +export const ConnectionError: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricValue", + className: "ConnectionError", modelProperties: { - _count: { - readOnly: true, - serializedName: "_count", + connectionState: { + serializedName: "connectionState", type: { - name: "Number" + name: "String" } }, - average: { - readOnly: true, - serializedName: "average", + iPFrom: { + serializedName: "iPFrom", type: { - name: "Number" + name: "String" } }, - maximum: { - readOnly: true, - serializedName: "maximum", + iPTo: { + serializedName: "iPTo", type: { - name: "Number" + name: "String" } }, - minimum: { - readOnly: true, - serializedName: "minimum", + port: { + serializedName: "port", type: { name: "Number" } }, - timestamp: { - readOnly: true, - serializedName: "timestamp", - type: { - name: "DateTime" - } - }, - total: { - readOnly: true, - serializedName: "total", + exception: { + serializedName: "exception", type: { - name: "Number" + name: "String" } } } } }; -export const Metric: msRest.CompositeMapper = { - serializedName: "Metric", +export const CassandraClusterPublicStatusDataCentersItem: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Metric", + className: "CassandraClusterPublicStatusDataCentersItem", modelProperties: { - startTime: { - readOnly: true, - serializedName: "startTime", + name: { + serializedName: "name", type: { - name: "DateTime" + name: "String" } }, - endTime: { - readOnly: true, - serializedName: "endTime", + seedNodes: { + serializedName: "seedNodes", type: { - name: "DateTime" + name: "Sequence", + element: { + type: { + name: "String" + } + } } }, - timeGrain: { - readOnly: true, - serializedName: "timeGrain", + nodes: { + serializedName: "nodes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: + "ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems" + } + } + } + } + } + } +}; + +export const ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: + "ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems", + modelProperties: { + address: { + serializedName: "address", type: { name: "String" } }, - unit: { - serializedName: "unit", + state: { + serializedName: "state", type: { name: "String" } }, - name: { - readOnly: true, - serializedName: "name", + status: { + serializedName: "status", type: { - name: "Composite", - className: "MetricName" + name: "String" } }, - metricValues: { - readOnly: true, - serializedName: "metricValues", + load: { + serializedName: "load", + type: { + name: "String" + } + }, + tokens: { + serializedName: "tokens", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "MetricValue" + name: "String" } } } - } - } - } -}; - -export const PercentileMetricValue: msRest.CompositeMapper = { - serializedName: "PercentileMetricValue", - type: { - name: "Composite", - className: "PercentileMetricValue", - modelProperties: { - ...MetricValue.type.modelProperties, - p10: { - readOnly: true, - serializedName: "P10", + }, + size: { + serializedName: "size", type: { name: "Number" } }, - p25: { - readOnly: true, - serializedName: "P25", + hostID: { + serializedName: "hostID", + type: { + name: "String" + } + }, + rack: { + serializedName: "rack", + type: { + name: "String" + } + }, + timestamp: { + serializedName: "timestamp", + type: { + name: "String" + } + }, + diskUsedKB: { + serializedName: "diskUsedKB", type: { name: "Number" } }, - p50: { - readOnly: true, - serializedName: "P50", + diskFreeKB: { + serializedName: "diskFreeKB", type: { name: "Number" } }, - p75: { - readOnly: true, - serializedName: "P75", + memoryUsedKB: { + serializedName: "memoryUsedKB", type: { name: "Number" } }, - p90: { - readOnly: true, - serializedName: "P90", + memoryBuffersAndCachedKB: { + serializedName: "memoryBuffersAndCachedKB", type: { name: "Number" } }, - p95: { - readOnly: true, - serializedName: "P95", + memoryFreeKB: { + serializedName: "memoryFreeKB", type: { name: "Number" } }, - p99: { - readOnly: true, - serializedName: "P99", + memoryTotalKB: { + serializedName: "memoryTotalKB", + type: { + name: "Number" + } + }, + cpuUsage: { + serializedName: "cpuUsage", type: { name: "Number" } @@ -4491,286 +4484,548 @@ export const PercentileMetricValue: msRest.CompositeMapper = { } }; -export const PercentileMetric: msRest.CompositeMapper = { - serializedName: "PercentileMetric", +export const PeriodicModeProperties: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PercentileMetric", + className: "PeriodicModeProperties", modelProperties: { - startTime: { - readOnly: true, - serializedName: "startTime", - type: { - name: "DateTime" - } - }, - endTime: { - readOnly: true, - serializedName: "endTime", + backupIntervalInMinutes: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "backupIntervalInMinutes", type: { - name: "DateTime" + name: "Number" } }, - timeGrain: { - readOnly: true, - serializedName: "timeGrain", + backupRetentionIntervalInHours: { + constraints: { + InclusiveMinimum: 0 + }, + serializedName: "backupRetentionIntervalInHours", type: { - name: "String" + name: "Number" } }, - unit: { - serializedName: "unit", + backupStorageRedundancy: { + serializedName: "backupStorageRedundancy", + type: { + name: "String" + } + } + } + } +}; + +export const DatabaseAccountGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DatabaseAccountGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + kind: { + serializedName: "kind", type: { name: "String" } }, - name: { + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, + systemData: { + serializedName: "systemData", + type: { + name: "Composite", + className: "SystemData" + } + }, + provisioningState: { + serializedName: "properties.provisioningState", readOnly: true, - serializedName: "name", + type: { + name: "String" + } + }, + documentEndpoint: { + serializedName: "properties.documentEndpoint", + readOnly: true, + type: { + name: "String" + } + }, + databaseAccountOfferType: { + defaultValue: "Standard", + isConstant: true, + serializedName: "properties.databaseAccountOfferType", + type: { + name: "String" + } + }, + ipRules: { + serializedName: "properties.ipRules", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IpAddressOrRange" + } + } + } + }, + isVirtualNetworkFilterEnabled: { + serializedName: "properties.isVirtualNetworkFilterEnabled", + type: { + name: "Boolean" + } + }, + enableAutomaticFailover: { + serializedName: "properties.enableAutomaticFailover", + type: { + name: "Boolean" + } + }, + consistencyPolicy: { + serializedName: "properties.consistencyPolicy", type: { name: "Composite", - className: "MetricName" + className: "ConsistencyPolicy" } }, - metricValues: { + capabilities: { + serializedName: "properties.capabilities", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Capability" + } + } + } + }, + writeLocations: { + serializedName: "properties.writeLocations", readOnly: true, - serializedName: "metricValues", type: { name: "Sequence", element: { type: { name: "Composite", - className: "PercentileMetricValue" + className: "Location" } } } - } - } - } -}; - -export const PartitionMetric: msRest.CompositeMapper = { - serializedName: "PartitionMetric", - type: { - name: "Composite", - className: "PartitionMetric", - modelProperties: { - ...Metric.type.modelProperties, - partitionId: { + }, + readLocations: { + serializedName: "properties.readLocations", readOnly: true, - serializedName: "partitionId", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } + } + }, + locations: { + serializedName: "properties.locations", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } + } + }, + failoverPolicies: { + serializedName: "properties.failoverPolicies", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "FailoverPolicy" + } + } + } + }, + virtualNetworkRules: { + serializedName: "properties.virtualNetworkRules", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "VirtualNetworkRule" + } + } + } + }, + privateEndpointConnections: { + serializedName: "properties.privateEndpointConnections", + readOnly: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "PrivateEndpointConnection" + } + } + } + }, + enableMultipleWriteLocations: { + serializedName: "properties.enableMultipleWriteLocations", + type: { + name: "Boolean" + } + }, + enableCassandraConnector: { + serializedName: "properties.enableCassandraConnector", + type: { + name: "Boolean" + } + }, + connectorOffer: { + serializedName: "properties.connectorOffer", type: { name: "String" } }, - partitionKeyRangeId: { + disableKeyBasedMetadataWriteAccess: { + serializedName: "properties.disableKeyBasedMetadataWriteAccess", + type: { + name: "Boolean" + } + }, + keyVaultKeyUri: { + serializedName: "properties.keyVaultKeyUri", + type: { + name: "String" + } + }, + defaultIdentity: { + serializedName: "properties.defaultIdentity", + type: { + name: "String" + } + }, + publicNetworkAccess: { + serializedName: "properties.publicNetworkAccess", + type: { + name: "String" + } + }, + enableFreeTier: { + serializedName: "properties.enableFreeTier", + type: { + name: "Boolean" + } + }, + apiProperties: { + serializedName: "properties.apiProperties", + type: { + name: "Composite", + className: "ApiProperties" + } + }, + enableAnalyticalStorage: { + serializedName: "properties.enableAnalyticalStorage", + type: { + name: "Boolean" + } + }, + analyticalStorageConfiguration: { + serializedName: "properties.analyticalStorageConfiguration", + type: { + name: "Composite", + className: "AnalyticalStorageConfiguration" + } + }, + instanceId: { + serializedName: "properties.instanceId", readOnly: true, - serializedName: "partitionKeyRangeId", type: { name: "String" } - } - } - } -}; - -export const PeriodicModeProperties: msRest.CompositeMapper = { - serializedName: "PeriodicModeProperties", - type: { - name: "Composite", - className: "PeriodicModeProperties", - modelProperties: { - backupIntervalInMinutes: { - serializedName: "backupIntervalInMinutes", - constraints: { - InclusiveMinimum: 0 - }, + }, + createMode: { + defaultValue: "Default", + serializedName: "properties.createMode", type: { - name: "Number" + name: "String" } }, - backupRetentionIntervalInHours: { - serializedName: "backupRetentionIntervalInHours", - constraints: { - InclusiveMinimum: 0 - }, + restoreParameters: { + serializedName: "properties.restoreParameters", type: { - name: "Number" + name: "Composite", + className: "RestoreParameters" } - } - } - } -}; - -export const PeriodicModeBackupPolicy: msRest.CompositeMapper = { - serializedName: "Periodic", - type: { - name: "Composite", - polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator, - uberParent: "BackupPolicy", - className: "PeriodicModeBackupPolicy", - modelProperties: { - ...BackupPolicy.type.modelProperties, - periodicModeProperties: { - serializedName: "periodicModeProperties", + }, + backupPolicy: { + serializedName: "properties.backupPolicy", type: { name: "Composite", - className: "PeriodicModeProperties" + className: "BackupPolicy" } - } - } - } -}; - -export const ContinuousModeBackupPolicy: msRest.CompositeMapper = { - serializedName: "Continuous", - type: { - name: "Composite", - polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator, - uberParent: "BackupPolicy", - className: "ContinuousModeBackupPolicy", - modelProperties: { - ...BackupPolicy.type.modelProperties - } - } -}; - -export const TrackedResource: msRest.CompositeMapper = { - serializedName: "TrackedResource", - type: { - name: "Composite", - className: "TrackedResource", - modelProperties: { - ...Resource.type.modelProperties, - tags: { - serializedName: "tags", + }, + cors: { + serializedName: "properties.cors", type: { - name: "Dictionary", - value: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CorsPolicy" + } + } + } + }, + networkAclBypass: { + serializedName: "properties.networkAclBypass", + type: { + name: "Enum", + allowedValues: ["None", "AzureServices"] + } + }, + networkAclBypassResourceIds: { + serializedName: "properties.networkAclBypassResourceIds", + type: { + name: "Sequence", + element: { type: { name: "String" } } } }, - location: { - required: true, - serializedName: "location", + disableLocalAuth: { + serializedName: "properties.disableLocalAuth", type: { - name: "String" + name: "Boolean" + } + }, + capacity: { + serializedName: "properties.capacity", + type: { + name: "Composite", + className: "Capacity" } } } } }; -export const AzureEntityResource: msRest.CompositeMapper = { - serializedName: "AzureEntityResource", +export const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "AzureEntityResource", + className: "DatabaseAccountCreateUpdateParameters", modelProperties: { - ...Resource.type.modelProperties, - etag: { - readOnly: true, - serializedName: "etag", + ...ARMResourceProperties.type.modelProperties, + kind: { + serializedName: "kind", type: { name: "String" } - } - } - } -}; - -export const NotebookWorkspaceCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "NotebookWorkspaceCreateUpdateParameters", - type: { - name: "Composite", - className: "NotebookWorkspaceCreateUpdateParameters", - modelProperties: { - ...ARMProxyResource.type.modelProperties - } - } -}; - -export const NotebookWorkspace: msRest.CompositeMapper = { - serializedName: "NotebookWorkspace", - type: { - name: "Composite", - className: "NotebookWorkspace", - modelProperties: { - ...ARMProxyResource.type.modelProperties, - notebookServerEndpoint: { - readOnly: true, - serializedName: "properties.notebookServerEndpoint", + }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + }, + consistencyPolicy: { + serializedName: "properties.consistencyPolicy", + type: { + name: "Composite", + className: "ConsistencyPolicy" + } + }, + locations: { + serializedName: "properties.locations", + required: true, + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Location" + } + } + } + }, + databaseAccountOfferType: { + defaultValue: "Standard", + isConstant: true, + serializedName: "properties.databaseAccountOfferType", + type: { + name: "String" + } + }, + ipRules: { + serializedName: "properties.ipRules", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "IpAddressOrRange" + } + } + } + }, + isVirtualNetworkFilterEnabled: { + serializedName: "properties.isVirtualNetworkFilterEnabled", + type: { + name: "Boolean" + } + }, + enableAutomaticFailover: { + serializedName: "properties.enableAutomaticFailover", + type: { + name: "Boolean" + } + }, + capabilities: { + serializedName: "properties.capabilities", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Capability" + } + } + } + }, + virtualNetworkRules: { + serializedName: "properties.virtualNetworkRules", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "VirtualNetworkRule" + } + } + } + }, + enableMultipleWriteLocations: { + serializedName: "properties.enableMultipleWriteLocations", + type: { + name: "Boolean" + } + }, + enableCassandraConnector: { + serializedName: "properties.enableCassandraConnector", + type: { + name: "Boolean" + } + }, + connectorOffer: { + serializedName: "properties.connectorOffer", type: { name: "String" } }, - status: { - readOnly: true, - serializedName: "properties.status", + disableKeyBasedMetadataWriteAccess: { + serializedName: "properties.disableKeyBasedMetadataWriteAccess", + type: { + name: "Boolean" + } + }, + keyVaultKeyUri: { + serializedName: "properties.keyVaultKeyUri", type: { name: "String" } - } - } - } -}; - -export const NotebookWorkspaceConnectionInfoResult: msRest.CompositeMapper = { - serializedName: "NotebookWorkspaceConnectionInfoResult", - type: { - name: "Composite", - className: "NotebookWorkspaceConnectionInfoResult", - modelProperties: { - authToken: { - readOnly: true, - serializedName: "authToken", + }, + defaultIdentity: { + serializedName: "properties.defaultIdentity", type: { name: "String" } }, - notebookServerEndpoint: { - readOnly: true, - serializedName: "notebookServerEndpoint", + publicNetworkAccess: { + serializedName: "properties.publicNetworkAccess", type: { name: "String" } - } - } - } -}; - -export const PrivateLinkResource: msRest.CompositeMapper = { - serializedName: "PrivateLinkResource", - type: { - name: "Composite", - className: "PrivateLinkResource", - modelProperties: { - ...ARMProxyResource.type.modelProperties, - groupId: { - readOnly: true, - serializedName: "properties.groupId", + }, + enableFreeTier: { + serializedName: "properties.enableFreeTier", + type: { + name: "Boolean" + } + }, + apiProperties: { + serializedName: "properties.apiProperties", + type: { + name: "Composite", + className: "ApiProperties" + } + }, + enableAnalyticalStorage: { + serializedName: "properties.enableAnalyticalStorage", + type: { + name: "Boolean" + } + }, + analyticalStorageConfiguration: { + serializedName: "properties.analyticalStorageConfiguration", + type: { + name: "Composite", + className: "AnalyticalStorageConfiguration" + } + }, + createMode: { + defaultValue: "Default", + serializedName: "properties.createMode", type: { name: "String" } }, - requiredMembers: { - readOnly: true, - serializedName: "properties.requiredMembers", + backupPolicy: { + serializedName: "properties.backupPolicy", + type: { + name: "Composite", + className: "BackupPolicy" + } + }, + cors: { + serializedName: "properties.cors", type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "CorsPolicy" } } } }, - requiredZoneNames: { - readOnly: true, - serializedName: "properties.requiredZoneNames", + networkAclBypass: { + serializedName: "properties.networkAclBypass", + type: { + name: "Enum", + allowedValues: ["None", "AzureServices"] + } + }, + networkAclBypassResourceIds: { + serializedName: "properties.networkAclBypassResourceIds", type: { name: "Sequence", element: { @@ -4779,673 +5034,679 @@ export const PrivateLinkResource: msRest.CompositeMapper = { } } } + }, + disableLocalAuth: { + serializedName: "properties.disableLocalAuth", + type: { + name: "Boolean" + } + }, + restoreParameters: { + serializedName: "properties.restoreParameters", + type: { + name: "Composite", + className: "RestoreParameters" + } + }, + capacity: { + serializedName: "properties.capacity", + type: { + name: "Composite", + className: "Capacity" + } } } } }; -export const Permission: msRest.CompositeMapper = { - serializedName: "Permission", +export const SqlDatabaseGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "Permission", + className: "SqlDatabaseGetResults", modelProperties: { - dataActions: { - serializedName: "dataActions", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlDatabaseGetPropertiesResource" } }, - notDataActions: { - serializedName: "notDataActions", + options: { + serializedName: "properties.options", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlDatabaseGetPropertiesOptions" } } } } }; -export const SqlRoleDefinitionCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlRoleDefinitionCreateUpdateParameters", +export const SqlDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleDefinitionCreateUpdateParameters", + className: "SqlDatabaseCreateUpdateParameters", modelProperties: { - roleName: { - serializedName: "properties.roleName", - type: { - name: "String" - } - }, - type: { - serializedName: "properties.type", - type: { - name: "Enum", - allowedValues: [ - "BuiltInRole", - "CustomRole" - ] - } - }, - assignableScopes: { - serializedName: "properties.assignableScopes", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlDatabaseResource" } }, - permissions: { - serializedName: "properties.permissions", + options: { + serializedName: "properties.options", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Permission" - } - } + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const SqlRoleDefinitionGetResults: msRest.CompositeMapper = { - serializedName: "SqlRoleDefinitionGetResults", +export const ThroughputSettingsGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleDefinitionGetResults", + className: "ThroughputSettingsGetResults", modelProperties: { - ...ARMProxyResource.type.modelProperties, - roleName: { - serializedName: "properties.roleName", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "ThroughputSettingsGetPropertiesResource" } - }, - sqlRoleDefinitionGetResultsType: { - serializedName: "properties.type", + } + } + } +}; + +export const ThroughputSettingsUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ThroughputSettingsUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Enum", - allowedValues: [ - "BuiltInRole", - "CustomRole" - ] + name: "Composite", + className: "ThroughputSettingsResource" } - }, - assignableScopes: { - serializedName: "properties.assignableScopes", + } + } + } +}; + +export const SqlContainerGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlContainerGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "SqlContainerGetPropertiesResource" } }, - permissions: { - serializedName: "properties.permissions", + options: { + serializedName: "properties.options", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Permission" - } - } + name: "Composite", + className: "SqlContainerGetPropertiesOptions" } } } } }; -export const SqlRoleAssignmentCreateUpdateParameters: msRest.CompositeMapper = { - serializedName: "SqlRoleAssignmentCreateUpdateParameters", +export const SqlContainerCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleAssignmentCreateUpdateParameters", + className: "SqlContainerCreateUpdateParameters", modelProperties: { - roleDefinitionId: { - serializedName: "properties.roleDefinitionId", - type: { - name: "String" - } - }, - scope: { - serializedName: "properties.scope", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlContainerResource" } }, - principalId: { - serializedName: "properties.principalId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const SqlRoleAssignmentGetResults: msRest.CompositeMapper = { - serializedName: "SqlRoleAssignmentGetResults", +export const SqlStoredProcedureGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleAssignmentGetResults", + className: "SqlStoredProcedureGetResults", modelProperties: { - ...ARMProxyResource.type.modelProperties, - roleDefinitionId: { - serializedName: "properties.roleDefinitionId", - type: { - name: "String" - } - }, - scope: { - serializedName: "properties.scope", - type: { - name: "String" - } - }, - principalId: { - serializedName: "properties.principalId", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlStoredProcedureGetPropertiesResource" } } } } }; -export const RestorableLocationResource: msRest.CompositeMapper = { - serializedName: "RestorableLocationResource", +export const SqlStoredProcedureCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableLocationResource", + className: "SqlStoredProcedureCreateUpdateParameters", modelProperties: { - locationName: { - readOnly: true, - serializedName: "locationName", - type: { - name: "String" - } - }, - regionalDatabaseAccountInstanceId: { - readOnly: true, - serializedName: "regionalDatabaseAccountInstanceId", - type: { - name: "String" - } - }, - creationTime: { - readOnly: true, - serializedName: "creationTime", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "DateTime" + name: "Composite", + className: "SqlStoredProcedureResource" } }, - deletionTime: { - readOnly: true, - serializedName: "deletionTime", + options: { + serializedName: "properties.options", type: { - name: "DateTime" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const RestorableDatabaseAccountGetResult: msRest.CompositeMapper = { - serializedName: "RestorableDatabaseAccountGetResult", +export const SqlUserDefinedFunctionGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableDatabaseAccountGetResult", + className: "SqlUserDefinedFunctionGetResults", modelProperties: { - accountName: { - serializedName: "properties.accountName", - type: { - name: "String" - } - }, - creationTime: { - serializedName: "properties.creationTime", - type: { - name: "DateTime" - } - }, - deletionTime: { - serializedName: "properties.deletionTime", - type: { - name: "DateTime" - } - }, - apiType: { - readOnly: true, - serializedName: "properties.apiType", - type: { - name: "String" - } - }, - restorableLocations: { - readOnly: true, - serializedName: "properties.restorableLocations", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "RestorableLocationResource" - } - } - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" - } - }, - type: { - readOnly: true, - serializedName: "type", - type: { - name: "String" - } - }, - location: { - serializedName: "location", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlUserDefinedFunctionGetPropertiesResource" } } } } }; -export const RestorableSqlDatabasePropertiesResourceDatabase: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabaseProperties_resource_database", +export const SqlUserDefinedFunctionCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResourceDatabase", + className: "SqlUserDefinedFunctionCreateUpdateParameters", modelProperties: { - id: { - required: true, - serializedName: "id", - type: { - name: "String" - } - }, - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - _ts: { - readOnly: true, - serializedName: "_ts", - type: { - name: "Number" - } - }, - _etag: { - readOnly: true, - serializedName: "_etag", - type: { - name: "String" - } - }, - _colls: { - readOnly: true, - serializedName: "_colls", - type: { - name: "String" - } - }, - _users: { - readOnly: true, - serializedName: "_users", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlUserDefinedFunctionResource" } }, - _self: { - readOnly: true, - serializedName: "_self", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } } } } }; -export const RestorableSqlDatabasePropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabaseProperties_resource", +export const SqlTriggerGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResource", + className: "SqlTriggerGetResults", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", - type: { - name: "String" - } - }, - operationType: { - readOnly: true, - serializedName: "operationType", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlTriggerGetPropertiesResource" } - }, - eventTimestamp: { - readOnly: true, - serializedName: "eventTimestamp", + } + } + } +}; + +export const SqlTriggerCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "SqlTriggerCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "SqlTriggerResource" } }, - ownerId: { - readOnly: true, - serializedName: "ownerId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - ownerResourceId: { - readOnly: true, - serializedName: "ownerResourceId", + } + } + } +}; + +export const MongoDBDatabaseGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBDatabaseGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "MongoDBDatabaseGetPropertiesResource" } }, - database: { - serializedName: "database", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResourceDatabase" + className: "MongoDBDatabaseGetPropertiesOptions" } } } } }; -export const RestorableSqlDatabaseGetResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabaseGetResult", +export const MongoDBDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlDatabaseGetResult", + className: "MongoDBDatabaseCreateUpdateParameters", modelProperties: { + ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "RestorableSqlDatabasePropertiesResource" + className: "MongoDBDatabaseResource" } }, - id: { - readOnly: true, - serializedName: "id", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - name: { - readOnly: true, - serializedName: "name", + } + } + } +}; + +export const MongoDBCollectionGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "MongoDBCollectionGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "MongoDBCollectionGetPropertiesResource" } }, - type: { - readOnly: true, - serializedName: "type", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "MongoDBCollectionGetPropertiesOptions" } } } } }; -export const RestorableSqlContainerPropertiesResourceContainer: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainerProperties_resource_container", +export const MongoDBCollectionCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlContainerPropertiesResourceContainer", + className: "MongoDBCollectionCreateUpdateParameters", modelProperties: { - id: { - required: true, - serializedName: "id", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "MongoDBCollectionResource" } }, - indexingPolicy: { - serializedName: "indexingPolicy", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "IndexingPolicy" + className: "CreateUpdateOptions" } - }, - partitionKey: { - serializedName: "partitionKey", + } + } + } +}; + +export const TableGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "ContainerPartitionKey" + className: "TableGetPropertiesResource" } }, - defaultTtl: { - serializedName: "defaultTtl", + options: { + serializedName: "properties.options", type: { - name: "Number" + name: "Composite", + className: "TableGetPropertiesOptions" } - }, - uniqueKeyPolicy: { - serializedName: "uniqueKeyPolicy", + } + } + } +}; + +export const TableCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { name: "Composite", - className: "UniqueKeyPolicy" + className: "TableResource" } }, - conflictResolutionPolicy: { - serializedName: "conflictResolutionPolicy", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "ConflictResolutionPolicy" + className: "CreateUpdateOptions" } - }, - analyticalStorageTtl: { - serializedName: "analyticalStorageTtl", + } + } + } +}; + +export const CassandraKeyspaceGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Number" + name: "Composite", + className: "CassandraKeyspaceGetPropertiesResource" } }, - _rid: { - readOnly: true, - serializedName: "_rid", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CassandraKeyspaceGetPropertiesOptions" } - }, - _ts: { - readOnly: true, - serializedName: "_ts", + } + } + } +}; + +export const CassandraKeyspaceCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraKeyspaceCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "Number" + name: "Composite", + className: "CassandraKeyspaceResource" } }, - _etag: { - readOnly: true, - serializedName: "_etag", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" + } + } + } + } +}; + +export const CassandraTableGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "CassandraTableGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", + type: { + name: "Composite", + className: "CassandraTableGetPropertiesResource" } }, - _self: { - readOnly: true, - serializedName: "_self", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CassandraTableGetPropertiesOptions" } } } } }; -export const RestorableSqlContainerPropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainerProperties_resource", +export const CassandraTableCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlContainerPropertiesResource", + className: "CassandraTableCreateUpdateParameters", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "CassandraTableResource" } }, - operationType: { - readOnly: true, - serializedName: "operationType", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - eventTimestamp: { - readOnly: true, - serializedName: "eventTimestamp", + } + } + } +}; + +export const GremlinDatabaseGetResults: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinDatabaseGetResults", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "GremlinDatabaseGetPropertiesResource" } }, - ownerId: { - readOnly: true, - serializedName: "ownerId", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "GremlinDatabaseGetPropertiesOptions" } - }, - ownerResourceId: { - readOnly: true, - serializedName: "ownerResourceId", + } + } + } +}; + +export const GremlinDatabaseCreateUpdateParameters: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "GremlinDatabaseCreateUpdateParameters", + modelProperties: { + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "GremlinDatabaseResource" } }, - container: { - serializedName: "container", + options: { + serializedName: "properties.options", type: { name: "Composite", - className: "RestorableSqlContainerPropertiesResourceContainer" + className: "CreateUpdateOptions" } } } } }; -export const RestorableSqlContainerGetResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainerGetResult", +export const GremlinGraphGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlContainerGetResult", + className: "GremlinGraphGetResults", modelProperties: { + ...ARMResourceProperties.type.modelProperties, resource: { serializedName: "properties.resource", type: { name: "Composite", - className: "RestorableSqlContainerPropertiesResource" - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" + className: "GremlinGraphGetPropertiesResource" } }, - type: { - readOnly: true, - serializedName: "type", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "GremlinGraphGetPropertiesOptions" } } } } }; -export const RestorableMongodbDatabasePropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableMongodbDatabaseProperties_resource", +export const GremlinGraphCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbDatabasePropertiesResource", + className: "GremlinGraphCreateUpdateParameters", modelProperties: { - _rid: { - readOnly: true, - serializedName: "_rid", + ...ARMResourceProperties.type.modelProperties, + resource: { + serializedName: "properties.resource", type: { - name: "String" + name: "Composite", + className: "GremlinGraphResource" } }, - operationType: { - readOnly: true, - serializedName: "operationType", + options: { + serializedName: "properties.options", type: { - name: "String" + name: "Composite", + className: "CreateUpdateOptions" } - }, - eventTimestamp: { - readOnly: true, - serializedName: "eventTimestamp", + } + } + } +}; + +export const ProxyResource: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "ProxyResource", + modelProperties: { + ...Resource.type.modelProperties + } + } +}; + +export const PeriodicModeBackupPolicy: coreClient.CompositeMapper = { + serializedName: "Periodic", + type: { + name: "Composite", + className: "PeriodicModeBackupPolicy", + uberParent: "BackupPolicy", + polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator, + modelProperties: { + ...BackupPolicy.type.modelProperties, + periodicModeProperties: { + serializedName: "periodicModeProperties", type: { - name: "String" + name: "Composite", + className: "PeriodicModeProperties" } - }, - ownerId: { + } + } + } +}; + +export const ContinuousModeBackupPolicy: coreClient.CompositeMapper = { + serializedName: "Continuous", + type: { + name: "Composite", + className: "ContinuousModeBackupPolicy", + uberParent: "BackupPolicy", + polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator, + modelProperties: { + ...BackupPolicy.type.modelProperties + } + } +}; + +export const DatabaseAccountListKeysResult: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "DatabaseAccountListKeysResult", + modelProperties: { + ...DatabaseAccountListReadOnlyKeysResult.type.modelProperties, + primaryMasterKey: { + serializedName: "primaryMasterKey", readOnly: true, - serializedName: "ownerId", type: { name: "String" } }, - ownerResourceId: { + secondaryMasterKey: { + serializedName: "secondaryMasterKey", readOnly: true, - serializedName: "ownerResourceId", type: { name: "String" } @@ -5454,36 +5715,22 @@ export const RestorableMongodbDatabasePropertiesResource: msRest.CompositeMapper } }; -export const RestorableMongodbDatabaseGetResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbDatabaseGetResult", +export const PartitionMetric: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbDatabaseGetResult", + className: "PartitionMetric", modelProperties: { - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "RestorableMongodbDatabasePropertiesResource" - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - name: { + ...Metric.type.modelProperties, + partitionId: { + serializedName: "partitionId", readOnly: true, - serializedName: "name", type: { name: "String" } }, - type: { + partitionKeyRangeId: { + serializedName: "partitionKeyRangeId", readOnly: true, - serializedName: "type", type: { name: "String" } @@ -5492,81 +5739,81 @@ export const RestorableMongodbDatabaseGetResult: msRest.CompositeMapper = { } }; -export const RestorableMongodbCollectionPropertiesResource: msRest.CompositeMapper = { - serializedName: "RestorableMongodbCollectionProperties_resource", +export const PercentileMetricValue: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbCollectionPropertiesResource", + className: "PercentileMetricValue", modelProperties: { - _rid: { + ...MetricValue.type.modelProperties, + p10: { + serializedName: "P10", readOnly: true, - serializedName: "_rid", type: { - name: "String" + name: "Number" } }, - operationType: { + p25: { + serializedName: "P25", readOnly: true, - serializedName: "operationType", type: { - name: "String" + name: "Number" } }, - eventTimestamp: { + p50: { + serializedName: "P50", readOnly: true, - serializedName: "eventTimestamp", type: { - name: "String" + name: "Number" } }, - ownerId: { + p75: { + serializedName: "P75", readOnly: true, - serializedName: "ownerId", type: { - name: "String" + name: "Number" } }, - ownerResourceId: { + p90: { + serializedName: "P90", readOnly: true, - serializedName: "ownerResourceId", type: { - name: "String" + name: "Number" + } + }, + p95: { + serializedName: "P95", + readOnly: true, + type: { + name: "Number" + } + }, + p99: { + serializedName: "P99", + readOnly: true, + type: { + name: "Number" } } } } }; -export const RestorableMongodbCollectionGetResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbCollectionGetResult", +export const PartitionUsage: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbCollectionGetResult", + className: "PartitionUsage", modelProperties: { - resource: { - serializedName: "properties.resource", - type: { - name: "Composite", - className: "RestorableMongodbCollectionPropertiesResource" - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - name: { + ...Usage.type.modelProperties, + partitionId: { + serializedName: "partitionId", readOnly: true, - serializedName: "name", type: { name: "String" } }, - type: { + partitionKeyRangeId: { + serializedName: "partitionKeyRangeId", readOnly: true, - serializedName: "type", type: { name: "String" } @@ -5575,30 +5822,21 @@ export const RestorableMongodbCollectionGetResult: msRest.CompositeMapper = { } }; -export const ContinuousBackupRestoreLocation: msRest.CompositeMapper = { - serializedName: "ContinuousBackupRestoreLocation", +export const SqlDatabaseGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "ContinuousBackupRestoreLocation", + className: "SqlDatabaseGetPropertiesResource", modelProperties: { - location: { - serializedName: "location", + ...SqlDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + colls: { + serializedName: "_colls", type: { name: "String" } - } - } - } -}; - -export const ContinuousBackupInformation: msRest.CompositeMapper = { - serializedName: "ContinuousBackupInformation", - type: { - name: "Composite", - className: "ContinuousBackupInformation", - modelProperties: { - latestRestorableTimestamp: { - serializedName: "latestRestorableTimestamp", + }, + users: { + serializedName: "_users", type: { name: "String" } @@ -5607,638 +5845,362 @@ export const ContinuousBackupInformation: msRest.CompositeMapper = { } }; -export const BackupInformation: msRest.CompositeMapper = { - serializedName: "BackupInformation", +export const RestorableSqlDatabasePropertiesResourceDatabase: coreClient.CompositeMapper = { type: { name: "Composite", - className: "BackupInformation", + className: "RestorableSqlDatabasePropertiesResourceDatabase", modelProperties: { - continuousBackupInformation: { - serializedName: "continuousBackupInformation", + ...SqlDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + colls: { + serializedName: "_colls", + readOnly: true, type: { - name: "Composite", - className: "ContinuousBackupInformation" + name: "String" } - } - } - } -}; - -export const DatabaseAccountsListResult: msRest.CompositeMapper = { - serializedName: "DatabaseAccountsListResult", - type: { - name: "Composite", - className: "DatabaseAccountsListResult", - modelProperties: { - value: { + }, + users: { + serializedName: "_users", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DatabaseAccountGetResults" - } - } + name: "String" + } + }, + self: { + serializedName: "_self", + readOnly: true, + type: { + name: "String" } } } } }; -export const MetricListResult: msRest.CompositeMapper = { - serializedName: "MetricListResult", +export const ThroughputSettingsGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricListResult", + className: "ThroughputSettingsGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Metric" - } - } - } - } + ...ThroughputSettingsResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const UsagesResult: msRest.CompositeMapper = { - serializedName: "UsagesResult", +export const SqlContainerGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "UsagesResult", + className: "SqlContainerGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Usage" - } - } - } - } + ...SqlContainerResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const MetricDefinitionsListResult: msRest.CompositeMapper = { - serializedName: "MetricDefinitionsListResult", +export const SqlStoredProcedureGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MetricDefinitionsListResult", + className: "SqlStoredProcedureGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MetricDefinition" - } - } - } - } + ...SqlStoredProcedureResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const OperationListResult: msRest.CompositeMapper = { - serializedName: "OperationListResult", +export const SqlUserDefinedFunctionGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "OperationListResult", + className: "SqlUserDefinedFunctionGetPropertiesResource", modelProperties: { - value: { - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Operation" - } - } - } - }, - nextLink: { - serializedName: "nextLink", - type: { - name: "String" - } - } + ...SqlUserDefinedFunctionResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const PercentileMetricListResult: msRest.CompositeMapper = { - serializedName: "PercentileMetricListResult", +export const SqlTriggerGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PercentileMetricListResult", + className: "SqlTriggerGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PercentileMetric" - } - } - } - } + ...SqlTriggerResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const PartitionMetricListResult: msRest.CompositeMapper = { - serializedName: "PartitionMetricListResult", +export const MongoDBDatabaseGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PartitionMetricListResult", + className: "MongoDBDatabaseGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PartitionMetric" - } - } - } - } + ...MongoDBDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const PartitionUsagesResult: msRest.CompositeMapper = { - serializedName: "PartitionUsagesResult", +export const MongoDBCollectionGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PartitionUsagesResult", + className: "MongoDBCollectionGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PartitionUsage" - } - } - } - } + ...MongoDBCollectionResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const SqlDatabaseListResult: msRest.CompositeMapper = { - serializedName: "SqlDatabaseListResult", +export const TableGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlDatabaseListResult", + className: "TableGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlDatabaseGetResults" - } - } - } - } + ...TableResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const SqlContainerListResult: msRest.CompositeMapper = { - serializedName: "SqlContainerListResult", +export const CassandraKeyspaceGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlContainerListResult", + className: "CassandraKeyspaceGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlContainerGetResults" - } - } - } - } + ...CassandraKeyspaceResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const SqlStoredProcedureListResult: msRest.CompositeMapper = { - serializedName: "SqlStoredProcedureListResult", +export const CassandraTableGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlStoredProcedureListResult", + className: "CassandraTableGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlStoredProcedureGetResults" - } - } - } - } + ...CassandraTableResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const SqlUserDefinedFunctionListResult: msRest.CompositeMapper = { - serializedName: "SqlUserDefinedFunctionListResult", +export const GremlinDatabaseGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlUserDefinedFunctionListResult", + className: "GremlinDatabaseGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlUserDefinedFunctionGetResults" - } - } - } - } + ...GremlinDatabaseResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const SqlTriggerListResult: msRest.CompositeMapper = { - serializedName: "SqlTriggerListResult", +export const GremlinGraphGetPropertiesResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlTriggerListResult", + className: "GremlinGraphGetPropertiesResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlTriggerGetResults" - } - } - } - } + ...GremlinGraphResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties } } }; -export const SqlRoleDefinitionListResult: msRest.CompositeMapper = { - serializedName: "SqlRoleDefinitionListResult", +export const RestorableSqlContainerPropertiesResourceContainer: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleDefinitionListResult", + className: "RestorableSqlContainerPropertiesResourceContainer", modelProperties: { - value: { + ...SqlContainerResource.type.modelProperties, + ...ExtendedResourceProperties.type.modelProperties, + self: { + serializedName: "_self", readOnly: true, - serializedName: "", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlRoleDefinitionGetResults" - } - } + name: "String" } } } } }; -export const SqlRoleAssignmentListResult: msRest.CompositeMapper = { - serializedName: "SqlRoleAssignmentListResult", +export const SqlDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "SqlRoleAssignmentListResult", + className: "SqlDatabaseGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "SqlRoleAssignmentGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const MongoDBDatabaseListResult: msRest.CompositeMapper = { - serializedName: "MongoDBDatabaseListResult", +export const SqlContainerGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBDatabaseListResult", + className: "SqlContainerGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MongoDBDatabaseGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const MongoDBCollectionListResult: msRest.CompositeMapper = { - serializedName: "MongoDBCollectionListResult", +export const MongoDBDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "MongoDBCollectionListResult", + className: "MongoDBDatabaseGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "MongoDBCollectionGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const TableListResult: msRest.CompositeMapper = { - serializedName: "TableListResult", +export const MongoDBCollectionGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "TableListResult", + className: "MongoDBCollectionGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "TableGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties + } + } +}; + +export const TableGetPropertiesOptions: coreClient.CompositeMapper = { + type: { + name: "Composite", + className: "TableGetPropertiesOptions", + modelProperties: { + ...OptionsResource.type.modelProperties } } }; -export const CassandraKeyspaceListResult: msRest.CompositeMapper = { - serializedName: "CassandraKeyspaceListResult", +export const CassandraKeyspaceGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraKeyspaceListResult", + className: "CassandraKeyspaceGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CassandraKeyspaceGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const CassandraTableListResult: msRest.CompositeMapper = { - serializedName: "CassandraTableListResult", +export const CassandraTableGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "CassandraTableListResult", + className: "CassandraTableGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "CassandraTableGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const GremlinDatabaseListResult: msRest.CompositeMapper = { - serializedName: "GremlinDatabaseListResult", +export const GremlinDatabaseGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinDatabaseListResult", + className: "GremlinDatabaseGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "GremlinDatabaseGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const GremlinGraphListResult: msRest.CompositeMapper = { - serializedName: "GremlinGraphListResult", +export const GremlinGraphGetPropertiesOptions: coreClient.CompositeMapper = { type: { name: "Composite", - className: "GremlinGraphListResult", + className: "GremlinGraphGetPropertiesOptions", modelProperties: { - value: { - readOnly: true, - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "GremlinGraphGetResults" - } - } - } - } + ...OptionsResource.type.modelProperties } } }; -export const NotebookWorkspaceListResult: msRest.CompositeMapper = { - serializedName: "NotebookWorkspaceListResult", +export const LocationGetResult: coreClient.CompositeMapper = { type: { name: "Composite", - className: "NotebookWorkspaceListResult", + className: "LocationGetResult", modelProperties: { - value: { - serializedName: "", + ...ARMProxyResource.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "NotebookWorkspace" - } - } + name: "Composite", + className: "LocationProperties" } } } } }; -export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = { - serializedName: "PrivateEndpointConnectionListResult", +export const NotebookWorkspace: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateEndpointConnectionListResult", + className: "NotebookWorkspace", modelProperties: { - value: { - serializedName: "", + ...ARMProxyResource.type.modelProperties, + notebookServerEndpoint: { + serializedName: "properties.notebookServerEndpoint", + readOnly: true, type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PrivateEndpointConnection" - } - } + name: "String" + } + }, + status: { + serializedName: "properties.status", + readOnly: true, + type: { + name: "String" } } } } }; -export const PrivateLinkResourceListResult: msRest.CompositeMapper = { - serializedName: "PrivateLinkResourceListResult", +export const NotebookWorkspaceCreateUpdateParameters: coreClient.CompositeMapper = { type: { name: "Composite", - className: "PrivateLinkResourceListResult", + className: "NotebookWorkspaceCreateUpdateParameters", modelProperties: { - value: { - serializedName: "", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "PrivateLinkResource" - } - } - } - } + ...ARMProxyResource.type.modelProperties } } }; -export const RestorableDatabaseAccountsListResult: msRest.CompositeMapper = { - serializedName: "RestorableDatabaseAccountsListResult", +export const PrivateLinkResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableDatabaseAccountsListResult", + className: "PrivateLinkResource", modelProperties: { - value: { + ...ARMProxyResource.type.modelProperties, + groupId: { + serializedName: "properties.groupId", + readOnly: true, + type: { + name: "String" + } + }, + requiredMembers: { + serializedName: "properties.requiredMembers", readOnly: true, - serializedName: "", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "RestorableDatabaseAccountGetResult" + name: "String" } } } - } - } - } -}; - -export const RestorableSqlDatabasesListResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlDatabasesListResult", - type: { - name: "Composite", - className: "RestorableSqlDatabasesListResult", - modelProperties: { - value: { + }, + requiredZoneNames: { + serializedName: "properties.requiredZoneNames", readOnly: true, - serializedName: "", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "RestorableSqlDatabaseGetResult" + name: "String" } } } @@ -6247,21 +6209,44 @@ export const RestorableSqlDatabasesListResult: msRest.CompositeMapper = { } }; -export const RestorableSqlContainersListResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlContainersListResult", +export const SqlRoleDefinitionGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlContainersListResult", + className: "SqlRoleDefinitionGetResults", modelProperties: { - value: { - readOnly: true, - serializedName: "", + ...ARMProxyResource.type.modelProperties, + roleName: { + serializedName: "properties.roleName", + type: { + name: "String" + } + }, + typePropertiesType: { + serializedName: "properties.type", + type: { + name: "Enum", + allowedValues: ["BuiltInRole", "CustomRole"] + } + }, + assignableScopes: { + serializedName: "properties.assignableScopes", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + permissions: { + serializedName: "properties.permissions", type: { name: "Sequence", element: { type: { name: "Composite", - className: "RestorableSqlContainerGetResult" + className: "Permission" } } } @@ -6270,101 +6255,106 @@ export const RestorableSqlContainersListResult: msRest.CompositeMapper = { } }; -export const RestorableSqlResourcesListResult: msRest.CompositeMapper = { - serializedName: "RestorableSqlResourcesListResult", +export const SqlRoleAssignmentGetResults: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableSqlResourcesListResult", + className: "SqlRoleAssignmentGetResults", modelProperties: { - value: { - readOnly: true, - serializedName: "", + ...ARMProxyResource.type.modelProperties, + roleDefinitionId: { + serializedName: "properties.roleDefinitionId", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DatabaseRestoreResource" - } - } + name: "String" + } + }, + scope: { + serializedName: "properties.scope", + type: { + name: "String" + } + }, + principalId: { + serializedName: "properties.principalId", + type: { + name: "String" } } } } }; -export const RestorableMongodbDatabasesListResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbDatabasesListResult", +export const DataCenterResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbDatabasesListResult", + className: "DataCenterResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", + ...ARMProxyResource.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "RestorableMongodbDatabaseGetResult" - } - } + name: "Composite", + className: "DataCenterResourceProperties" } } } } }; -export const RestorableMongodbCollectionsListResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbCollectionsListResult", +export const ClusterResource: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbCollectionsListResult", + className: "ClusterResource", modelProperties: { - value: { - readOnly: true, - serializedName: "", + ...ManagedCassandraARMResourceProperties.type.modelProperties, + properties: { + serializedName: "properties", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "RestorableMongodbCollectionGetResult" - } - } + name: "Composite", + className: "ClusterResourceProperties" } } } } }; -export const RestorableMongodbResourcesListResult: msRest.CompositeMapper = { - serializedName: "RestorableMongodbResourcesListResult", +export const PrivateEndpointConnection: coreClient.CompositeMapper = { type: { name: "Composite", - className: "RestorableMongodbResourcesListResult", + className: "PrivateEndpointConnection", modelProperties: { - value: { - readOnly: true, - serializedName: "", + ...ProxyResource.type.modelProperties, + privateEndpoint: { + serializedName: "properties.privateEndpoint", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "DatabaseRestoreResource" - } - } + name: "Composite", + className: "PrivateEndpointProperty" + } + }, + privateLinkServiceConnectionState: { + serializedName: "properties.privateLinkServiceConnectionState", + type: { + name: "Composite", + className: "PrivateLinkServiceConnectionStateProperty" + } + }, + groupId: { + serializedName: "properties.groupId", + type: { + name: "String" + } + }, + provisioningState: { + serializedName: "properties.provisioningState", + type: { + name: "String" } } } } }; -export const discriminators = { - 'BackupPolicy' : BackupPolicy, - 'BackupPolicy.Periodic' : PeriodicModeBackupPolicy, - 'BackupPolicy.Continuous' : ContinuousModeBackupPolicy - +export let discriminators = { + BackupPolicy: BackupPolicy, + "BackupPolicy.Periodic": PeriodicModeBackupPolicy, + "BackupPolicy.Continuous": ContinuousModeBackupPolicy }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/mongoDBResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/mongoDBResourcesMappers.ts deleted file mode 100644 index c73facb9d248..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/mongoDBResourcesMappers.ts +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionListResult, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseListResult, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/notebookWorkspacesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/notebookWorkspacesMappers.ts deleted file mode 100644 index 45263a69395d..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/notebookWorkspacesMappers.ts +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ErrorResponse, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceConnectionInfoResult, - NotebookWorkspaceCreateUpdateParameters, - NotebookWorkspaceListResult, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/operationsMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/operationsMappers.ts deleted file mode 100644 index 1cf01eeef205..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/operationsMappers.ts +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Operation, - OperationDisplay, - OperationListResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts index 4f855d9c9c7d..9837e7919213 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/parameters.ts @@ -3,334 +3,543 @@ * 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 { + OperationParameter, + OperationURLParameter, + OperationQueryParameter +} from "@azure/core-client"; +import { + DatabaseAccountUpdateParameters as DatabaseAccountUpdateParametersMapper, + DatabaseAccountCreateUpdateParameters as DatabaseAccountCreateUpdateParametersMapper, + FailoverPolicies as FailoverPoliciesMapper, + RegionForOnlineOffline as RegionForOnlineOfflineMapper, + DatabaseAccountRegenerateKeyParameters as DatabaseAccountRegenerateKeyParametersMapper, + SqlDatabaseCreateUpdateParameters as SqlDatabaseCreateUpdateParametersMapper, + ThroughputSettingsUpdateParameters as ThroughputSettingsUpdateParametersMapper, + SqlContainerCreateUpdateParameters as SqlContainerCreateUpdateParametersMapper, + SqlStoredProcedureCreateUpdateParameters as SqlStoredProcedureCreateUpdateParametersMapper, + SqlUserDefinedFunctionCreateUpdateParameters as SqlUserDefinedFunctionCreateUpdateParametersMapper, + SqlTriggerCreateUpdateParameters as SqlTriggerCreateUpdateParametersMapper, + SqlRoleDefinitionCreateUpdateParameters as SqlRoleDefinitionCreateUpdateParametersMapper, + SqlRoleAssignmentCreateUpdateParameters as SqlRoleAssignmentCreateUpdateParametersMapper, + ContinuousBackupRestoreLocation as ContinuousBackupRestoreLocationMapper, + MongoDBDatabaseCreateUpdateParameters as MongoDBDatabaseCreateUpdateParametersMapper, + MongoDBCollectionCreateUpdateParameters as MongoDBCollectionCreateUpdateParametersMapper, + TableCreateUpdateParameters as TableCreateUpdateParametersMapper, + CassandraKeyspaceCreateUpdateParameters as CassandraKeyspaceCreateUpdateParametersMapper, + CassandraTableCreateUpdateParameters as CassandraTableCreateUpdateParametersMapper, + GremlinDatabaseCreateUpdateParameters as GremlinDatabaseCreateUpdateParametersMapper, + GremlinGraphCreateUpdateParameters as GremlinGraphCreateUpdateParametersMapper, + NotebookWorkspaceCreateUpdateParameters as NotebookWorkspaceCreateUpdateParametersMapper, + PrivateEndpointConnection as PrivateEndpointConnectionMapper, + ClusterResource as ClusterResourceMapper, + CommandPostBody as CommandPostBodyMapper, + DataCenterResource as DataCenterResourceMapper +} from "../models/mappers"; -export const acceptLanguage: msRest.OperationParameter = { - parameterPath: "acceptLanguage", +export const accept: OperationParameter = { + parameterPath: "accept", mapper: { - serializedName: "accept-language", - defaultValue: 'en-US', + defaultValue: "application/json", + isConstant: true, + serializedName: "Accept", type: { name: "String" } } }; -export const accountName: msRest.OperationURLParameter = { - parameterPath: "accountName", + +export const $host: OperationURLParameter = { + parameterPath: "$host", mapper: { + serializedName: "$host", required: true, - serializedName: "accountName", + type: { + name: "String" + } + }, + skipEncoding: true +}; + +export const subscriptionId: OperationURLParameter = { + parameterPath: "subscriptionId", + mapper: { constraints: { - MaxLength: 50, - MinLength: 3, - Pattern: /^[a-z0-9]+(-[a-z0-9]+)*/ + MinLength: 1 }, + serializedName: "subscriptionId", + required: true, type: { name: "String" } } }; -export const apiVersion: msRest.OperationQueryParameter = { - parameterPath: "apiVersion", + +export const resourceGroupName: OperationURLParameter = { + parameterPath: "resourceGroupName", mapper: { - required: true, - serializedName: "api-version", constraints: { + MaxLength: 90, MinLength: 1 }, + serializedName: "resourceGroupName", + required: true, type: { name: "String" } } }; -export const collectionName: msRest.OperationURLParameter = { - parameterPath: "collectionName", + +export const accountName: OperationURLParameter = { + parameterPath: "accountName", mapper: { + constraints: { + Pattern: new RegExp("^[a-z0-9]+(-[a-z0-9]+)*"), + MaxLength: 50, + MinLength: 3 + }, + serializedName: "accountName", required: true, - serializedName: "collectionName", type: { name: "String" } } }; -export const collectionRid: msRest.OperationURLParameter = { - parameterPath: "collectionRid", + +export const apiVersion: OperationQueryParameter = { + parameterPath: "apiVersion", mapper: { - required: true, - serializedName: "collectionRid", + defaultValue: "2021-10-15", + isConstant: true, + serializedName: "api-version", type: { name: "String" } } }; -export const containerName: msRest.OperationURLParameter = { - parameterPath: "containerName", + +export const contentType: OperationParameter = { + parameterPath: ["options", "contentType"], mapper: { - required: true, - serializedName: "containerName", + defaultValue: "application/json", + isConstant: true, + serializedName: "Content-Type", type: { name: "String" } } }; -export const databaseName: msRest.OperationURLParameter = { - parameterPath: "databaseName", + +export const updateParameters: OperationParameter = { + parameterPath: "updateParameters", + mapper: DatabaseAccountUpdateParametersMapper +}; + +export const createUpdateParameters: OperationParameter = { + parameterPath: "createUpdateParameters", + mapper: DatabaseAccountCreateUpdateParametersMapper +}; + +export const failoverParameters: OperationParameter = { + parameterPath: "failoverParameters", + mapper: FailoverPoliciesMapper +}; + +export const regionParameterForOffline: OperationParameter = { + parameterPath: "regionParameterForOffline", + mapper: RegionForOnlineOfflineMapper +}; + +export const regionParameterForOnline: OperationParameter = { + parameterPath: "regionParameterForOnline", + mapper: RegionForOnlineOfflineMapper +}; + +export const keyToRegenerate: OperationParameter = { + parameterPath: "keyToRegenerate", + mapper: DatabaseAccountRegenerateKeyParametersMapper +}; + +export const filter: OperationQueryParameter = { + parameterPath: "filter", mapper: { + serializedName: "$filter", required: true, - serializedName: "databaseName", type: { name: "String" } } }; -export const databaseRid: msRest.OperationURLParameter = { - parameterPath: "databaseRid", + +export const filter1: OperationQueryParameter = { + parameterPath: ["options", "filter"], mapper: { + serializedName: "$filter", + type: { + name: "String" + } + } +}; + +export const nextLink: OperationURLParameter = { + parameterPath: "nextLink", + mapper: { + serializedName: "nextLink", required: true, + type: { + name: "String" + } + }, + skipEncoding: true +}; + +export const databaseRid: OperationURLParameter = { + parameterPath: "databaseRid", + mapper: { serializedName: "databaseRid", + required: true, type: { name: "String" } } }; -export const endTime: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "endTime" - ], + +export const collectionRid: OperationURLParameter = { + parameterPath: "collectionRid", mapper: { - serializedName: "endTime", + serializedName: "collectionRid", + required: true, type: { name: "String" } } }; -export const filter0: msRest.OperationQueryParameter = { - parameterPath: "filter", + +export const region: OperationURLParameter = { + parameterPath: "region", mapper: { + serializedName: "region", required: true, - serializedName: "$filter", type: { name: "String" } } }; -export const filter1: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "filter" - ], + +export const sourceRegion: OperationURLParameter = { + parameterPath: "sourceRegion", mapper: { - serializedName: "$filter", + serializedName: "sourceRegion", + required: true, type: { name: "String" } } }; -export const graphName: msRest.OperationURLParameter = { - parameterPath: "graphName", + +export const targetRegion: OperationURLParameter = { + parameterPath: "targetRegion", mapper: { + serializedName: "targetRegion", required: true, - serializedName: "graphName", type: { name: "String" } } }; -export const groupName: msRest.OperationURLParameter = { - parameterPath: "groupName", + +export const partitionKeyRangeId: OperationURLParameter = { + parameterPath: "partitionKeyRangeId", mapper: { + serializedName: "partitionKeyRangeId", required: true, - serializedName: "groupName", type: { name: "String" } } }; -export const instanceId: msRest.OperationURLParameter = { - parameterPath: "instanceId", + +export const databaseName: OperationURLParameter = { + parameterPath: "databaseName", mapper: { + serializedName: "databaseName", required: true, - serializedName: "instanceId", type: { name: "String" } } }; -export const keyspaceName: msRest.OperationURLParameter = { - parameterPath: "keyspaceName", + +export const createUpdateSqlDatabaseParameters: OperationParameter = { + parameterPath: "createUpdateSqlDatabaseParameters", + mapper: SqlDatabaseCreateUpdateParametersMapper +}; + +export const updateThroughputParameters: OperationParameter = { + parameterPath: "updateThroughputParameters", + mapper: ThroughputSettingsUpdateParametersMapper +}; + +export const containerName: OperationURLParameter = { + parameterPath: "containerName", mapper: { + serializedName: "containerName", required: true, - serializedName: "keyspaceName", type: { name: "String" } } }; -export const location: msRest.OperationURLParameter = { - parameterPath: "location", + +export const createUpdateSqlContainerParameters: OperationParameter = { + parameterPath: "createUpdateSqlContainerParameters", + mapper: SqlContainerCreateUpdateParametersMapper +}; + +export const storedProcedureName: OperationURLParameter = { + parameterPath: "storedProcedureName", mapper: { + serializedName: "storedProcedureName", required: true, - serializedName: "location", type: { name: "String" } } }; -export const nextPageLink: msRest.OperationURLParameter = { - parameterPath: "nextPageLink", + +export const createUpdateSqlStoredProcedureParameters: OperationParameter = { + parameterPath: "createUpdateSqlStoredProcedureParameters", + mapper: SqlStoredProcedureCreateUpdateParametersMapper +}; + +export const userDefinedFunctionName: OperationURLParameter = { + parameterPath: "userDefinedFunctionName", mapper: { + serializedName: "userDefinedFunctionName", required: true, - serializedName: "nextLink", type: { name: "String" } - }, - skipEncoding: true + } }; -export const notebookWorkspaceName: msRest.OperationURLParameter = { - parameterPath: "notebookWorkspaceName", + +export const createUpdateSqlUserDefinedFunctionParameters: OperationParameter = { + parameterPath: "createUpdateSqlUserDefinedFunctionParameters", + mapper: SqlUserDefinedFunctionCreateUpdateParametersMapper +}; + +export const triggerName: OperationURLParameter = { + parameterPath: "triggerName", mapper: { + serializedName: "triggerName", required: true, - isConstant: true, - serializedName: "notebookWorkspaceName", - defaultValue: 'default', type: { name: "String" } } }; -export const partitionKeyRangeId: msRest.OperationURLParameter = { - parameterPath: "partitionKeyRangeId", + +export const createUpdateSqlTriggerParameters: OperationParameter = { + parameterPath: "createUpdateSqlTriggerParameters", + mapper: SqlTriggerCreateUpdateParametersMapper +}; + +export const roleDefinitionId: OperationURLParameter = { + parameterPath: "roleDefinitionId", mapper: { + serializedName: "roleDefinitionId", required: true, - serializedName: "partitionKeyRangeId", type: { name: "String" } } }; -export const privateEndpointConnectionName: msRest.OperationURLParameter = { - parameterPath: "privateEndpointConnectionName", + +export const createUpdateSqlRoleDefinitionParameters: OperationParameter = { + parameterPath: "createUpdateSqlRoleDefinitionParameters", + mapper: SqlRoleDefinitionCreateUpdateParametersMapper +}; + +export const roleAssignmentId: OperationURLParameter = { + parameterPath: "roleAssignmentId", mapper: { + serializedName: "roleAssignmentId", required: true, - serializedName: "privateEndpointConnectionName", type: { name: "String" } } }; -export const region: msRest.OperationURLParameter = { - parameterPath: "region", + +export const createUpdateSqlRoleAssignmentParameters: OperationParameter = { + parameterPath: "createUpdateSqlRoleAssignmentParameters", + mapper: SqlRoleAssignmentCreateUpdateParametersMapper +}; + +export const location: OperationParameter = { + parameterPath: "location", + mapper: ContinuousBackupRestoreLocationMapper +}; + +export const createUpdateMongoDBDatabaseParameters: OperationParameter = { + parameterPath: "createUpdateMongoDBDatabaseParameters", + mapper: MongoDBDatabaseCreateUpdateParametersMapper +}; + +export const collectionName: OperationURLParameter = { + parameterPath: "collectionName", mapper: { + serializedName: "collectionName", required: true, - serializedName: "region", type: { name: "String" } } }; -export const resourceGroupName: msRest.OperationURLParameter = { - parameterPath: "resourceGroupName", + +export const createUpdateMongoDBCollectionParameters: OperationParameter = { + parameterPath: "createUpdateMongoDBCollectionParameters", + mapper: MongoDBCollectionCreateUpdateParametersMapper +}; + +export const tableName: OperationURLParameter = { + parameterPath: "tableName", mapper: { + serializedName: "tableName", required: true, - serializedName: "resourceGroupName", - constraints: { - MaxLength: 90, - MinLength: 1 - }, type: { name: "String" } } }; -export const restorableMongodbDatabaseRid: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restorableMongodbDatabaseRid" - ], + +export const createUpdateTableParameters: OperationParameter = { + parameterPath: "createUpdateTableParameters", + mapper: TableCreateUpdateParametersMapper +}; + +export const keyspaceName: OperationURLParameter = { + parameterPath: "keyspaceName", mapper: { - serializedName: "restorableMongodbDatabaseRid", + serializedName: "keyspaceName", + required: true, type: { name: "String" } } }; -export const restorableSqlDatabaseRid: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restorableSqlDatabaseRid" - ], + +export const createUpdateCassandraKeyspaceParameters: OperationParameter = { + parameterPath: "createUpdateCassandraKeyspaceParameters", + mapper: CassandraKeyspaceCreateUpdateParametersMapper +}; + +export const createUpdateCassandraTableParameters: OperationParameter = { + parameterPath: "createUpdateCassandraTableParameters", + mapper: CassandraTableCreateUpdateParametersMapper +}; + +export const createUpdateGremlinDatabaseParameters: OperationParameter = { + parameterPath: "createUpdateGremlinDatabaseParameters", + mapper: GremlinDatabaseCreateUpdateParametersMapper +}; + +export const graphName: OperationURLParameter = { + parameterPath: "graphName", mapper: { - serializedName: "restorableSqlDatabaseRid", + serializedName: "graphName", + required: true, type: { name: "String" } } }; -export const restoreLocation: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restoreLocation" - ], + +export const createUpdateGremlinGraphParameters: OperationParameter = { + parameterPath: "createUpdateGremlinGraphParameters", + mapper: GremlinGraphCreateUpdateParametersMapper +}; + +export const location1: OperationURLParameter = { + parameterPath: "location", mapper: { - serializedName: "restoreLocation", + serializedName: "location", + required: true, type: { name: "String" } } }; -export const restoreTimestampInUtc: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "restoreTimestampInUtc" - ], + +export const notebookWorkspaceName: OperationURLParameter = { + parameterPath: "notebookWorkspaceName", mapper: { - serializedName: "restoreTimestampInUtc", + serializedName: "notebookWorkspaceName", + required: true, type: { name: "String" } } }; -export const roleAssignmentId: msRest.OperationURLParameter = { - parameterPath: "roleAssignmentId", + +export const notebookCreateUpdateParameters: OperationParameter = { + parameterPath: "notebookCreateUpdateParameters", + mapper: NotebookWorkspaceCreateUpdateParametersMapper +}; + +export const privateEndpointConnectionName: OperationURLParameter = { + parameterPath: "privateEndpointConnectionName", mapper: { + serializedName: "privateEndpointConnectionName", required: true, - serializedName: "roleAssignmentId", type: { name: "String" } } }; -export const roleDefinitionId: msRest.OperationURLParameter = { - parameterPath: "roleDefinitionId", + +export const parameters: OperationParameter = { + parameterPath: "parameters", + mapper: PrivateEndpointConnectionMapper +}; + +export const groupName: OperationURLParameter = { + parameterPath: "groupName", mapper: { + serializedName: "groupName", required: true, - serializedName: "roleDefinitionId", type: { name: "String" } } }; -export const sourceRegion: msRest.OperationURLParameter = { - parameterPath: "sourceRegion", + +export const instanceId: OperationURLParameter = { + parameterPath: "instanceId", mapper: { + serializedName: "instanceId", required: true, - serializedName: "sourceRegion", type: { name: "String" } } }; -export const startTime: msRest.OperationQueryParameter = { - parameterPath: [ - "options", - "startTime" - ], + +export const restorableSqlDatabaseRid: OperationQueryParameter = { + parameterPath: ["options", "restorableSqlDatabaseRid"], + mapper: { + serializedName: "restorableSqlDatabaseRid", + type: { + name: "String" + } + } +}; + +export const startTime: OperationQueryParameter = { + parameterPath: ["options", "startTime"], mapper: { serializedName: "startTime", type: { @@ -338,66 +547,90 @@ export const startTime: msRest.OperationQueryParameter = { } } }; -export const storedProcedureName: msRest.OperationURLParameter = { - parameterPath: "storedProcedureName", + +export const endTime: OperationQueryParameter = { + parameterPath: ["options", "endTime"], mapper: { - required: true, - serializedName: "storedProcedureName", + serializedName: "endTime", type: { name: "String" } } }; -export const subscriptionId: msRest.OperationURLParameter = { - parameterPath: "subscriptionId", + +export const restoreLocation: OperationQueryParameter = { + parameterPath: ["options", "restoreLocation"], mapper: { - required: true, - serializedName: "subscriptionId", - constraints: { - MinLength: 1 - }, + serializedName: "restoreLocation", type: { name: "String" } } }; -export const tableName: msRest.OperationURLParameter = { - parameterPath: "tableName", + +export const restoreTimestampInUtc: OperationQueryParameter = { + parameterPath: ["options", "restoreTimestampInUtc"], mapper: { - required: true, - serializedName: "tableName", + serializedName: "restoreTimestampInUtc", type: { name: "String" } } }; -export const targetRegion: msRest.OperationURLParameter = { - parameterPath: "targetRegion", + +export const restorableMongodbDatabaseRid: OperationQueryParameter = { + parameterPath: ["options", "restorableMongodbDatabaseRid"], mapper: { - required: true, - serializedName: "targetRegion", + serializedName: "restorableMongodbDatabaseRid", type: { name: "String" } } }; -export const triggerName: msRest.OperationURLParameter = { - parameterPath: "triggerName", + +export const clusterName: OperationURLParameter = { + parameterPath: "clusterName", mapper: { + constraints: { + Pattern: new RegExp("^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$"), + MaxLength: 100, + MinLength: 1 + }, + serializedName: "clusterName", required: true, - serializedName: "triggerName", type: { name: "String" } } }; -export const userDefinedFunctionName: msRest.OperationURLParameter = { - parameterPath: "userDefinedFunctionName", + +export const body: OperationParameter = { + parameterPath: "body", + mapper: ClusterResourceMapper +}; + +export const body1: OperationParameter = { + parameterPath: "body", + mapper: CommandPostBodyMapper +}; + +export const dataCenterName: OperationURLParameter = { + parameterPath: "dataCenterName", mapper: { + constraints: { + Pattern: new RegExp("^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$"), + MaxLength: 100, + MinLength: 1 + }, + serializedName: "dataCenterName", required: true, - serializedName: "userDefinedFunctionName", type: { name: "String" } } }; + +export const body2: OperationParameter = { + parameterPath: "body", + mapper: DataCenterResourceMapper +}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdMappers.ts deleted file mode 100644 index aa909665a156..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdMappers.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricName, - MetricValue, - PartitionMetric, - PartitionMetricListResult, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdRegionMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdRegionMappers.ts deleted file mode 100644 index aa909665a156..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/partitionKeyRangeIdRegionMappers.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - Metric, - MetricName, - MetricValue, - PartitionMetric, - PartitionMetricListResult, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/percentileMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/percentileMappers.ts deleted file mode 100644 index 6a74068ca1a5..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/percentileMappers.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - MetricName, - MetricValue, - PercentileMetric, - PercentileMetricListResult, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/percentileSourceTargetMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/percentileSourceTargetMappers.ts deleted file mode 100644 index 6a74068ca1a5..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/percentileSourceTargetMappers.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - MetricName, - MetricValue, - PercentileMetric, - PercentileMetricListResult, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/percentileTargetMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/percentileTargetMappers.ts deleted file mode 100644 index 6a74068ca1a5..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/percentileTargetMappers.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - MetricName, - MetricValue, - PercentileMetric, - PercentileMetricListResult, - PercentileMetricValue -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/privateEndpointConnectionsMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/privateEndpointConnectionsMappers.ts deleted file mode 100644 index 500f1515fa90..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/privateEndpointConnectionsMappers.ts +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ErrorResponse, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointConnectionListResult, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/privateLinkResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/privateLinkResourcesMappers.ts deleted file mode 100644 index c8112dbedc58..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/privateLinkResourcesMappers.ts +++ /dev/null @@ -1,134 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkResourceListResult, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableDatabaseAccountsMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableDatabaseAccountsMappers.ts deleted file mode 100644 index 0a96a80c157a..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableDatabaseAccountsMappers.ts +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - ErrorResponse, - RestorableDatabaseAccountGetResult, - RestorableDatabaseAccountsListResult, - RestorableLocationResource -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbCollectionsMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbCollectionsMappers.ts deleted file mode 100644 index 44c2c51f4a76..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbCollectionsMappers.ts +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - ErrorResponse, - RestorableMongodbCollectionGetResult, - RestorableMongodbCollectionPropertiesResource, - RestorableMongodbCollectionsListResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbDatabasesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbDatabasesMappers.ts deleted file mode 100644 index 17b169da89a7..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbDatabasesMappers.ts +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - ErrorResponse, - RestorableMongodbDatabaseGetResult, - RestorableMongodbDatabasePropertiesResource, - RestorableMongodbDatabasesListResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbResourcesMappers.ts deleted file mode 100644 index e8cc50bfb74b..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableMongodbResourcesMappers.ts +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - DatabaseRestoreResource, - ErrorResponse, - RestorableMongodbResourcesListResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlContainersMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlContainersMappers.ts deleted file mode 100644 index a85679017367..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlContainersMappers.ts +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - CompositePath, - ConflictResolutionPolicy, - ContainerPartitionKey, - ErrorResponse, - ExcludedPath, - IncludedPath, - Indexes, - IndexingPolicy, - RestorableSqlContainerGetResult, - RestorableSqlContainerPropertiesResource, - RestorableSqlContainerPropertiesResourceContainer, - RestorableSqlContainersListResult, - SpatialSpec, - UniqueKey, - UniqueKeyPolicy -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlDatabasesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlDatabasesMappers.ts deleted file mode 100644 index 9e949616c3d9..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlDatabasesMappers.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - ErrorResponse, - RestorableSqlDatabaseGetResult, - RestorableSqlDatabasePropertiesResource, - RestorableSqlDatabasePropertiesResourceDatabase, - RestorableSqlDatabasesListResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlResourcesMappers.ts deleted file mode 100644 index f9284b16f0e1..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/restorableSqlResourcesMappers.ts +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - CloudError, - DatabaseRestoreResource, - ErrorResponse, - RestorableSqlResourcesListResult -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/sqlResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/sqlResourcesMappers.ts deleted file mode 100644 index 3f3a227e7c40..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/sqlResourcesMappers.ts +++ /dev/null @@ -1,145 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupInformation, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousBackupInformation, - ContinuousBackupRestoreLocation, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerListResult, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseListResult, - SqlDatabaseResource, - SqlRoleAssignmentCreateUpdateParameters, - SqlRoleAssignmentGetResults, - SqlRoleAssignmentListResult, - SqlRoleDefinitionCreateUpdateParameters, - SqlRoleDefinitionGetResults, - SqlRoleDefinitionListResult, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureListResult, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerListResult, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionListResult, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/tableResourcesMappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/tableResourcesMappers.ts deleted file mode 100644 index 5637ba10e4b3..000000000000 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/tableResourcesMappers.ts +++ /dev/null @@ -1,134 +0,0 @@ -/* - * Copyright (c) Microsoft Corporation. - * Licensed under the MIT License. - * - * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is regenerated. - */ - -export { - discriminators, - AnalyticalStorageConfiguration, - ApiProperties, - ARMProxyResource, - ARMResourceProperties, - AutoscaleSettings, - AutoscaleSettingsResource, - AutoUpgradePolicyResource, - AzureEntityResource, - BackupPolicy, - BackupPolicyMigrationState, - BaseResource, - Capability, - CassandraKeyspaceCreateUpdateParameters, - CassandraKeyspaceGetPropertiesOptions, - CassandraKeyspaceGetPropertiesResource, - CassandraKeyspaceGetResults, - CassandraKeyspaceResource, - CassandraPartitionKey, - CassandraSchema, - CassandraTableCreateUpdateParameters, - CassandraTableGetPropertiesOptions, - CassandraTableGetPropertiesResource, - CassandraTableGetResults, - CassandraTableResource, - CloudError, - ClusterKey, - Column, - CompositePath, - ConflictResolutionPolicy, - ConsistencyPolicy, - ContainerPartitionKey, - ContinuousModeBackupPolicy, - CorsPolicy, - CreateUpdateOptions, - DatabaseAccountCreateUpdateParameters, - DatabaseAccountGetResults, - DatabaseRestoreResource, - ExcludedPath, - FailoverPolicy, - GremlinDatabaseCreateUpdateParameters, - GremlinDatabaseGetPropertiesOptions, - GremlinDatabaseGetPropertiesResource, - GremlinDatabaseGetResults, - GremlinDatabaseResource, - GremlinGraphCreateUpdateParameters, - GremlinGraphGetPropertiesOptions, - GremlinGraphGetPropertiesResource, - GremlinGraphGetResults, - GremlinGraphResource, - IncludedPath, - Indexes, - IndexingPolicy, - IpAddressOrRange, - Location, - ManagedServiceIdentity, - ManagedServiceIdentityUserAssignedIdentitiesValue, - MongoDBCollectionCreateUpdateParameters, - MongoDBCollectionGetPropertiesOptions, - MongoDBCollectionGetPropertiesResource, - MongoDBCollectionGetResults, - MongoDBCollectionResource, - MongoDBDatabaseCreateUpdateParameters, - MongoDBDatabaseGetPropertiesOptions, - MongoDBDatabaseGetPropertiesResource, - MongoDBDatabaseGetResults, - MongoDBDatabaseResource, - MongoIndex, - MongoIndexKeys, - MongoIndexOptions, - NotebookWorkspace, - NotebookWorkspaceCreateUpdateParameters, - OptionsResource, - PeriodicModeBackupPolicy, - PeriodicModeProperties, - Permission, - PrivateEndpointConnection, - PrivateEndpointProperty, - PrivateLinkResource, - PrivateLinkServiceConnectionStateProperty, - ProxyResource, - Resource, - RestoreParameters, - SpatialSpec, - SqlContainerCreateUpdateParameters, - SqlContainerGetPropertiesOptions, - SqlContainerGetPropertiesResource, - SqlContainerGetResults, - SqlContainerResource, - SqlDatabaseCreateUpdateParameters, - SqlDatabaseGetPropertiesOptions, - SqlDatabaseGetPropertiesResource, - SqlDatabaseGetResults, - SqlDatabaseResource, - SqlRoleAssignmentGetResults, - SqlRoleDefinitionGetResults, - SqlStoredProcedureCreateUpdateParameters, - SqlStoredProcedureGetPropertiesResource, - SqlStoredProcedureGetResults, - SqlStoredProcedureResource, - SqlTriggerCreateUpdateParameters, - SqlTriggerGetPropertiesResource, - SqlTriggerGetResults, - SqlTriggerResource, - SqlUserDefinedFunctionCreateUpdateParameters, - SqlUserDefinedFunctionGetPropertiesResource, - SqlUserDefinedFunctionGetResults, - SqlUserDefinedFunctionResource, - SystemData, - TableCreateUpdateParameters, - TableGetPropertiesOptions, - TableGetPropertiesResource, - TableGetResults, - TableListResult, - TableResource, - ThroughputPolicyResource, - ThroughputSettingsGetPropertiesResource, - ThroughputSettingsGetResults, - ThroughputSettingsResource, - ThroughputSettingsUpdateParameters, - TrackedResource, - UniqueKey, - UniqueKeyPolicy, - VirtualNetworkRule -} from "../models/mappers"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts new file mode 100644 index 000000000000..19ef89247665 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraClusters.ts @@ -0,0 +1,965 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { CassandraClusters } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; +import * as Parameters from "../models/parameters"; +import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + ClusterResource, + CassandraClustersListBySubscriptionOptionalParams, + CassandraClustersListByResourceGroupOptionalParams, + CassandraClustersListBySubscriptionResponse, + CassandraClustersListByResourceGroupResponse, + CassandraClustersGetOptionalParams, + CassandraClustersGetResponse, + CassandraClustersDeleteOptionalParams, + CassandraClustersCreateUpdateOptionalParams, + CassandraClustersCreateUpdateResponse, + CassandraClustersUpdateOptionalParams, + CassandraClustersUpdateResponse, + CommandPostBody, + CassandraClustersInvokeCommandOptionalParams, + CassandraClustersInvokeCommandResponse, + CassandraClustersDeallocateOptionalParams, + CassandraClustersStartOptionalParams, + CassandraClustersStatusOptionalParams, + CassandraClustersStatusResponse +} from "../models"; + +/// +/** Class containing CassandraClusters operations. */ +export class CassandraClustersImpl implements CassandraClusters { + private readonly client: CosmosDBManagementClientContext; + + /** + * Initialize a new instance of the class CassandraClusters class. + * @param client Reference to the service client + */ + constructor(client: CosmosDBManagementClientContext) { + this.client = client; + } + + /** + * List all managed Cassandra clusters in this subscription. + * @param options The options parameters. + */ + public listBySubscription( + options?: CassandraClustersListBySubscriptionOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listBySubscriptionPagingAll(options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listBySubscriptionPagingPage(options); + } + }; + } + + private async *listBySubscriptionPagingPage( + options?: CassandraClustersListBySubscriptionOptionalParams + ): AsyncIterableIterator { + let result = await this._listBySubscription(options); + yield result.value || []; + } + + private async *listBySubscriptionPagingAll( + options?: CassandraClustersListBySubscriptionOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listBySubscriptionPagingPage(options)) { + yield* page; + } + } + + /** + * List all managed Cassandra clusters in this resource group. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param options The options parameters. + */ + public listByResourceGroup( + resourceGroupName: string, + options?: CassandraClustersListByResourceGroupOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByResourceGroupPagingAll(resourceGroupName, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listByResourceGroupPagingPage(resourceGroupName, options); + } + }; + } + + private async *listByResourceGroupPagingPage( + resourceGroupName: string, + options?: CassandraClustersListByResourceGroupOptionalParams + ): AsyncIterableIterator { + let result = await this._listByResourceGroup(resourceGroupName, options); + yield result.value || []; + } + + private async *listByResourceGroupPagingAll( + resourceGroupName: string, + options?: CassandraClustersListByResourceGroupOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByResourceGroupPagingPage( + resourceGroupName, + options + )) { + yield* page; + } + } + + /** + * List all managed Cassandra clusters in this subscription. + * @param options The options parameters. + */ + private _listBySubscription( + options?: CassandraClustersListBySubscriptionOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { options }, + listBySubscriptionOperationSpec + ); + } + + /** + * List all managed Cassandra clusters in this resource group. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param options The options parameters. + */ + private _listByResourceGroup( + resourceGroupName: string, + options?: CassandraClustersListByResourceGroupOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, options }, + listByResourceGroupOperationSpec + ); + } + + /** + * Get the properties of a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, clusterName, options }, + getOperationSpec + ); + } + + /** + * Deletes a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + async beginDelete( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeleteOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, options }, + deleteOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Deletes a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + async beginDeleteAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeleteOptionalParams + ): Promise { + const poller = await this.beginDelete( + resourceGroupName, + clusterName, + options + ); + return poller.pollUntilDone(); + } + + /** + * Create or update a managed Cassandra cluster. When updating, you must specify all writable + * properties. To update only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body The properties specifying the desired state of the managed Cassandra cluster. + * @param options The options parameters. + */ + async beginCreateUpdate( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersCreateUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersCreateUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, body, options }, + createUpdateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Create or update a managed Cassandra cluster. When updating, you must specify all writable + * properties. To update only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body The properties specifying the desired state of the managed Cassandra cluster. + * @param options The options parameters. + */ + async beginCreateUpdateAndWait( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersCreateUpdateOptionalParams + ): Promise { + const poller = await this.beginCreateUpdate( + resourceGroupName, + clusterName, + body, + options + ); + return poller.pollUntilDone(); + } + + /** + * Updates some of the properties of a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Parameters to provide for specifying the managed Cassandra cluster. + * @param options The options parameters. + */ + async beginUpdate( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, body, options }, + updateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Updates some of the properties of a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Parameters to provide for specifying the managed Cassandra cluster. + * @param options The options parameters. + */ + async beginUpdateAndWait( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersUpdateOptionalParams + ): Promise { + const poller = await this.beginUpdate( + resourceGroupName, + clusterName, + body, + options + ); + return poller.pollUntilDone(); + } + + /** + * Invoke a command like nodetool for cassandra maintenance + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification which command to run where + * @param options The options parameters. + */ + async beginInvokeCommand( + resourceGroupName: string, + clusterName: string, + body: CommandPostBody, + options?: CassandraClustersInvokeCommandOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersInvokeCommandResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, body, options }, + invokeCommandOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Invoke a command like nodetool for cassandra maintenance + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification which command to run where + * @param options The options parameters. + */ + async beginInvokeCommandAndWait( + resourceGroupName: string, + clusterName: string, + body: CommandPostBody, + options?: CassandraClustersInvokeCommandOptionalParams + ): Promise { + const poller = await this.beginInvokeCommand( + resourceGroupName, + clusterName, + body, + options + ); + return poller.pollUntilDone(); + } + + /** + * Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate + * the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an + * already deallocated cluster. Use Start to restart the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + async beginDeallocate( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeallocateOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, options }, + deallocateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate + * the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an + * already deallocated cluster. Use Start to restart the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + async beginDeallocateAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeallocateOptionalParams + ): Promise { + const poller = await this.beginDeallocate( + resourceGroupName, + clusterName, + options + ); + return poller.pollUntilDone(); + } + + /** + * Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual + * machine of this cluster with reserved data disk. This won't do anything on an already running + * cluster. Use Deallocate to deallocate the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + async beginStart( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersStartOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, options }, + startOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual + * machine of this cluster with reserved data disk. This won't do anything on an already running + * cluster. Use Deallocate to deallocate the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + async beginStartAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersStartOptionalParams + ): Promise { + const poller = await this.beginStart( + resourceGroupName, + clusterName, + options + ); + return poller.pollUntilDone(); + } + + /** + * Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + status( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersStatusOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, clusterName, options }, + statusOperationSpec + ); + } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listBySubscriptionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ListClusters + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host, Parameters.subscriptionId], + headerParameters: [Parameters.accept], + serializer +}; +const listByResourceGroupOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ListClusters + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName + ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ClusterResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}", + httpMethod: "DELETE", + responses: { + 200: {}, + 201: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.ClusterResource + }, + 201: { + bodyMapper: Mappers.ClusterResource + }, + 202: { + bodyMapper: Mappers.ClusterResource + }, + 204: { + bodyMapper: Mappers.ClusterResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.body, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const updateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}", + httpMethod: "PATCH", + responses: { + 200: { + bodyMapper: Mappers.ClusterResource + }, + 201: { + bodyMapper: Mappers.ClusterResource + }, + 202: { + bodyMapper: Mappers.ClusterResource + }, + 204: { + bodyMapper: Mappers.ClusterResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.body, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const invokeCommandOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/invokeCommand", + httpMethod: "POST", + responses: { + 200: { + bodyMapper: Mappers.CommandOutput + }, + 201: { + bodyMapper: Mappers.CommandOutput + }, + 202: { + bodyMapper: Mappers.CommandOutput + }, + 204: { + bodyMapper: Mappers.CommandOutput + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.body1, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deallocateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/deallocate", + httpMethod: "POST", + responses: { + 200: {}, + 201: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const startOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/start", + httpMethod: "POST", + responses: { + 200: {}, + 201: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const statusOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/status", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.CassandraClusterPublicStatus + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraDataCenters.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraDataCenters.ts new file mode 100644 index 000000000000..c083ce245eba --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraDataCenters.ts @@ -0,0 +1,543 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { CassandraDataCenters } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; +import * as Parameters from "../models/parameters"; +import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + DataCenterResource, + CassandraDataCentersListOptionalParams, + CassandraDataCentersListResponse, + CassandraDataCentersGetOptionalParams, + CassandraDataCentersGetResponse, + CassandraDataCentersDeleteOptionalParams, + CassandraDataCentersCreateUpdateOptionalParams, + CassandraDataCentersCreateUpdateResponse, + CassandraDataCentersUpdateOptionalParams, + CassandraDataCentersUpdateResponse +} from "../models"; + +/// +/** Class containing CassandraDataCenters operations. */ +export class CassandraDataCentersImpl implements CassandraDataCenters { + private readonly client: CosmosDBManagementClientContext; + + /** + * Initialize a new instance of the class CassandraDataCenters class. + * @param client Reference to the service client + */ + constructor(client: CosmosDBManagementClientContext) { + this.client = client; + } + + /** + * List all data centers in a particular managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + public list( + resourceGroupName: string, + clusterName: string, + options?: CassandraDataCentersListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(resourceGroupName, clusterName, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(resourceGroupName, clusterName, options); + } + }; + } + + private async *listPagingPage( + resourceGroupName: string, + clusterName: string, + options?: CassandraDataCentersListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(resourceGroupName, clusterName, options); + yield result.value || []; + } + + private async *listPagingAll( + resourceGroupName: string, + clusterName: string, + options?: CassandraDataCentersListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + resourceGroupName, + clusterName, + options + )) { + yield* page; + } + } + + /** + * List all data centers in a particular managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + private _list( + resourceGroupName: string, + clusterName: string, + options?: CassandraDataCentersListOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, clusterName, options }, + listOperationSpec + ); + } + + /** + * Get the properties of a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + options?: CassandraDataCentersGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, clusterName, dataCenterName, options }, + getOperationSpec + ); + } + + /** + * Delete a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param options The options parameters. + */ + async beginDelete( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + options?: CassandraDataCentersDeleteOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, dataCenterName, options }, + deleteOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Delete a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param options The options parameters. + */ + async beginDeleteAndWait( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + options?: CassandraDataCentersDeleteOptionalParams + ): Promise { + const poller = await this.beginDelete( + resourceGroupName, + clusterName, + dataCenterName, + options + ); + return poller.pollUntilDone(); + } + + /** + * Create or update a managed Cassandra data center. When updating, overwrite all properties. To update + * only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters specifying the managed Cassandra data center. + * @param options The options parameters. + */ + async beginCreateUpdate( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersCreateUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraDataCentersCreateUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, dataCenterName, body, options }, + createUpdateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Create or update a managed Cassandra data center. When updating, overwrite all properties. To update + * only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters specifying the managed Cassandra data center. + * @param options The options parameters. + */ + async beginCreateUpdateAndWait( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersCreateUpdateOptionalParams + ): Promise { + const poller = await this.beginCreateUpdate( + resourceGroupName, + clusterName, + dataCenterName, + body, + options + ); + return poller.pollUntilDone(); + } + + /** + * Update some of the properties of a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters to provide for specifying the managed Cassandra data center. + * @param options The options parameters. + */ + async beginUpdate( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraDataCentersUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, clusterName, dataCenterName, body, options }, + updateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Update some of the properties of a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters to provide for specifying the managed Cassandra data center. + * @param options The options parameters. + */ + async beginUpdateAndWait( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersUpdateOptionalParams + ): Promise { + const poller = await this.beginUpdate( + resourceGroupName, + clusterName, + dataCenterName, + body, + options + ); + return poller.pollUntilDone(); + } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/dataCenters", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.ListDataCenters + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/dataCenters/{dataCenterName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.DataCenterResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName, + Parameters.dataCenterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/dataCenters/{dataCenterName}", + httpMethod: "DELETE", + responses: { + 200: {}, + 201: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName, + Parameters.dataCenterName + ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/dataCenters/{dataCenterName}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.DataCenterResource + }, + 201: { + bodyMapper: Mappers.DataCenterResource + }, + 202: { + bodyMapper: Mappers.DataCenterResource + }, + 204: { + bodyMapper: Mappers.DataCenterResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.body2, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName, + Parameters.dataCenterName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const updateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/dataCenters/{dataCenterName}", + httpMethod: "PATCH", + responses: { + 200: { + bodyMapper: Mappers.DataCenterResource + }, + 201: { + bodyMapper: Mappers.DataCenterResource + }, + 202: { + bodyMapper: Mappers.DataCenterResource + }, + 204: { + bodyMapper: Mappers.DataCenterResource + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.body2, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.clusterName, + Parameters.dataCenterName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts index cc3d315664f3..3963a4478043 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/cassandraResources.ts @@ -3,24 +3,63 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/cassandraResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { CassandraResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + CassandraKeyspaceGetResults, + CassandraResourcesListCassandraKeyspacesOptionalParams, + CassandraTableGetResults, + CassandraResourcesListCassandraTablesOptionalParams, + CassandraResourcesListCassandraKeyspacesResponse, + CassandraResourcesGetCassandraKeyspaceOptionalParams, + CassandraResourcesGetCassandraKeyspaceResponse, + CassandraKeyspaceCreateUpdateParameters, + CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams, + CassandraResourcesCreateUpdateCassandraKeyspaceResponse, + CassandraResourcesDeleteCassandraKeyspaceOptionalParams, + CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams, + CassandraResourcesGetCassandraKeyspaceThroughputResponse, + ThroughputSettingsUpdateParameters, + CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams, + CassandraResourcesUpdateCassandraKeyspaceThroughputResponse, + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams, + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse, + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams, + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse, + CassandraResourcesListCassandraTablesResponse, + CassandraResourcesGetCassandraTableOptionalParams, + CassandraResourcesGetCassandraTableResponse, + CassandraTableCreateUpdateParameters, + CassandraResourcesCreateUpdateCassandraTableOptionalParams, + CassandraResourcesCreateUpdateCassandraTableResponse, + CassandraResourcesDeleteCassandraTableOptionalParams, + CassandraResourcesGetCassandraTableThroughputOptionalParams, + CassandraResourcesGetCassandraTableThroughputResponse, + CassandraResourcesUpdateCassandraTableThroughputOptionalParams, + CassandraResourcesUpdateCassandraTableThroughputResponse, + CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams, + CassandraResourcesMigrateCassandraTableToAutoscaleResponse, + CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams, + CassandraResourcesMigrateCassandraTableToManualThroughputResponse +} from "../models"; -/** Class representing a CassandraResources. */ -export class CassandraResources { +/// +/** Class containing CassandraResources operations. */ +export class CassandraResourcesImpl implements CassandraResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a CassandraResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class CassandraResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,69 +69,244 @@ export class CassandraResources { * Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listCassandraKeyspaces(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listCassandraKeyspaces(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + public listCassandraKeyspaces( + resourceGroupName: string, + accountName: string, + options?: CassandraResourcesListCassandraKeyspacesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listCassandraKeyspacesPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listCassandraKeyspacesPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listCassandraKeyspacesPagingPage( + resourceGroupName: string, + accountName: string, + options?: CassandraResourcesListCassandraKeyspacesOptionalParams + ): AsyncIterableIterator { + let result = await this._listCassandraKeyspaces( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listCassandraKeyspacesPagingAll( + resourceGroupName: string, + accountName: string, + options?: CassandraResourcesListCassandraKeyspacesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listCassandraKeyspacesPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * Lists the Cassandra table under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. */ - listCassandraKeyspaces(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listCassandraKeyspaces(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options + public listCassandraTables( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraTablesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listCassandraTablesPagingAll( + resourceGroupName, + accountName, + keyspaceName, + options + ); + return { + next() { + return iter.next(); }, - listCassandraKeyspacesOperationSpec, - callback) as Promise; + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listCassandraTablesPagingPage( + resourceGroupName, + accountName, + keyspaceName, + options + ); + } + }; + } + + private async *listCassandraTablesPagingPage( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraTablesOptionalParams + ): AsyncIterableIterator { + let result = await this._listCassandraTables( + resourceGroupName, + accountName, + keyspaceName, + options + ); + yield result.value || []; + } + + private async *listCassandraTablesPagingAll( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraTablesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listCassandraTablesPagingPage( + resourceGroupName, + accountName, + keyspaceName, + options + )) { + yield* page; + } } /** - * Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the - * provided name. + * Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise; + private _listCassandraKeyspaces( + resourceGroupName: string, + accountName: string, + options?: CassandraResourcesListCassandraKeyspacesOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listCassandraKeyspacesOperationSpec + ); + } + /** + * Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided + * name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param callback The callback + * @param options The options parameters. */ - getCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, callback: msRest.ServiceCallback): void; + getCassandraKeyspace( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesGetCassandraKeyspaceOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, options }, + getCassandraKeyspaceOperationSpec + ); + } + /** + * Create or update an Azure Cosmos DB Cassandra keyspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param options The optional parameters - * @param callback The callback + * @param createUpdateCassandraKeyspaceParameters The parameters to provide for the current Cassandra + * keyspace. + * @param options The options parameters. */ - getCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginCreateUpdateCassandraKeyspace( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesCreateUpdateCassandraKeyspaceResponse + >, + CassandraResourcesCreateUpdateCassandraKeyspaceResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, keyspaceName, + createUpdateCassandraKeyspaceParameters, options }, - getCassandraKeyspaceOperationSpec, - callback) as Promise; + createUpdateCassandraKeyspaceOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -100,14 +314,25 @@ export class CassandraResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param createUpdateCassandraKeyspaceParameters The parameters to provide for the current - * Cassandra keyspace. - * @param [options] The optional parameters - * @returns Promise + * @param createUpdateCassandraKeyspaceParameters The parameters to provide for the current Cassandra + * keyspace. + * @param options The options parameters. */ - createUpdateCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, createUpdateCassandraKeyspaceParameters: Models.CassandraKeyspaceCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateCassandraKeyspace(resourceGroupName,accountName,keyspaceName,createUpdateCassandraKeyspaceParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateCassandraKeyspaceAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateCassandraKeyspace( + resourceGroupName, + accountName, + keyspaceName, + createUpdateCassandraKeyspaceParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -115,49 +340,183 @@ export class CassandraResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - deleteCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteCassandraKeyspace(resourceGroupName,accountName,keyspaceName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginDeleteCassandraKeyspace( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyspaceName, options }, + deleteCassandraKeyspaceOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Gets the RUs per second of the Cassandra Keyspace under an existing Azure Cosmos DB database - * account with the provided name. + * Deletes an existing Azure Cosmos DB Cassandra keyspace. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise; + async beginDeleteCassandraKeyspaceAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams + ): Promise { + const poller = await this.beginDeleteCassandraKeyspace( + resourceGroupName, + accountName, + keyspaceName, + options + ); + return poller.pollUntilDone(); + } + /** + * Gets the RUs per second of the Cassandra Keyspace under an existing Azure Cosmos DB database account + * with the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param callback The callback + * @param options The options parameters. */ - getCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, callback: msRest.ServiceCallback): void; + getCassandraKeyspaceThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, options }, + getCassandraKeyspaceThroughputOperationSpec + ); + } + /** + * Update RUs per second of an Azure Cosmos DB Cassandra Keyspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param options The optional parameters - * @param callback The callback + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra Keyspace. + * @param options The options parameters. */ - getCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginUpdateCassandraKeyspaceThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesUpdateCassandraKeyspaceThroughputResponse + >, + CassandraResourcesUpdateCassandraKeyspaceThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, keyspaceName, + updateThroughputParameters, options }, - getCassandraKeyspaceThroughputOperationSpec, - callback) as Promise; + updateCassandraKeyspaceThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -165,14 +524,25 @@ export class CassandraResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Cassandra Keyspace. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra Keyspace. + * @param options The options parameters. */ - updateCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateCassandraKeyspaceThroughput(resourceGroupName,accountName,keyspaceName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginUpdateCassandraKeyspaceThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateCassandraKeyspaceThroughput( + resourceGroupName, + accountName, + keyspaceName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -180,61 +550,204 @@ export class CassandraResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateCassandraKeyspaceToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateCassandraKeyspaceToAutoscale(resourceGroupName,accountName,keyspaceName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateCassandraKeyspaceToAutoscale( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse + >, + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyspaceName, options }, + migrateCassandraKeyspaceToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput + * Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateCassandraKeyspaceToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateCassandraKeyspaceToManualThroughput(resourceGroupName,accountName,keyspaceName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateCassandraKeyspaceToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateCassandraKeyspaceToAutoscale( + resourceGroupName, + accountName, + keyspaceName, + options + ); + return poller.pollUntilDone(); } /** - * Lists the Cassandra table under an existing Azure Cosmos DB database account. + * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise; + async beginMigrateCassandraKeyspaceToManualThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse + >, + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyspaceName, options }, + migrateCassandraKeyspaceToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param callback The callback + * @param options The options parameters. */ - listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, callback: msRest.ServiceCallback): void; + async beginMigrateCassandraKeyspaceToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams + ): Promise< + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse + > { + const poller = await this.beginMigrateCassandraKeyspaceToManualThroughput( + resourceGroupName, + accountName, + keyspaceName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the Cassandra table under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listCassandraTables( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraTablesOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - keyspaceName, - options - }, - listCassandraTablesOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, keyspaceName, options }, + listCassandraTablesOperationSpec + ); } /** @@ -243,38 +756,19 @@ export class CassandraResources { * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise - */ - getCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param tableName Cosmos DB table name. - * @param callback The callback + * @param options The options parameters. */ - getCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param tableName Cosmos DB table name. - * @param options The optional parameters - * @param callback The callback - */ - getCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + getCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesGetCassandraTableOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - keyspaceName, - tableName, - options - }, - getCassandraTableOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, keyspaceName, tableName, options }, + getCassandraTableOperationSpec + ); } /** @@ -284,312 +778,498 @@ export class CassandraResources { * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. * @param createUpdateCassandraTableParameters The parameters to provide for the current Cassandra - * Table. - * @param [options] The optional parameters - * @returns Promise + * Table. + * @param options The options parameters. */ - createUpdateCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, createUpdateCassandraTableParameters: Models.CassandraTableCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateCassandraTable(resourceGroupName,accountName,keyspaceName,tableName,createUpdateCassandraTableParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; - } + async beginCreateUpdateCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraResourcesCreateUpdateCassandraTableResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Deletes an existing Azure Cosmos DB Cassandra table. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteCassandraTable(resourceGroupName,accountName,keyspaceName,tableName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); - } - - /** - * Gets the RUs per second of the Cassandra table under an existing Azure Cosmos DB database - * account with the provided name. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise - */ - getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param tableName Cosmos DB table name. - * @param callback The callback - */ - getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param tableName Cosmos DB table name. - * @param options The optional parameters - * @param callback The callback - */ - getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, keyspaceName, tableName, + createUpdateCassandraTableParameters, options }, - getCassandraTableThroughputOperationSpec, - callback) as Promise; + createUpdateCassandraTableOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Update RUs per second of an Azure Cosmos DB Cassandra table + * Create or update an Azure Cosmos DB Cassandra Table * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Cassandra table. - * @param [options] The optional parameters - * @returns Promise + * @param createUpdateCassandraTableParameters The parameters to provide for the current Cassandra + * Table. + * @param options The options parameters. */ - updateCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateCassandraTableThroughput(resourceGroupName,accountName,keyspaceName,tableName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateCassandraTableAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateCassandraTable( + resourceGroupName, + accountName, + keyspaceName, + tableName, + createUpdateCassandraTableParameters, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale + * Deletes an existing Azure Cosmos DB Cassandra table. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateCassandraTableToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateCassandraTableToAutoscale(resourceGroupName,accountName,keyspaceName,tableName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginDeleteCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesDeleteCassandraTableOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyspaceName, tableName, options }, + deleteCassandraTableOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput + * Deletes an existing Azure Cosmos DB Cassandra table. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateCassandraTableToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateCassandraTableToManualThroughput(resourceGroupName,accountName,keyspaceName,tableName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginDeleteCassandraTableAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesDeleteCassandraTableOptionalParams + ): Promise { + const poller = await this.beginDeleteCassandraTable( + resourceGroupName, + accountName, + keyspaceName, + tableName, + options + ); + return poller.pollUntilDone(); } /** - * Create or update an Azure Cosmos DB Cassandra keyspace + * Gets the RUs per second of the Cassandra table under an existing Azure Cosmos DB database account + * with the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param createUpdateCassandraKeyspaceParameters The parameters to provide for the current - * Cassandra keyspace. - * @param [options] The optional parameters - * @returns Promise + * @param tableName Cosmos DB table name. + * @param options The options parameters. */ - beginCreateUpdateCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, createUpdateCassandraKeyspaceParameters: Models.CassandraKeyspaceCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - createUpdateCassandraKeyspaceParameters, - options - }, - beginCreateUpdateCassandraKeyspaceOperationSpec, - options); + getCassandraTableThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesGetCassandraTableThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, keyspaceName, tableName, options }, + getCassandraTableThroughputOperationSpec + ); } /** - * Deletes an existing Azure Cosmos DB Cassandra keyspace. + * Update RUs per second of an Azure Cosmos DB Cassandra table * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise + * @param tableName Cosmos DB table name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra table. + * @param options The options parameters. */ - beginDeleteCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - options - }, - beginDeleteCassandraKeyspaceOperationSpec, - options); - } + async beginUpdateCassandraTableThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesUpdateCassandraTableThroughputResponse + >, + CassandraResourcesUpdateCassandraTableThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Update RUs per second of an Azure Cosmos DB Cassandra Keyspace - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Cassandra Keyspace. - * @param [options] The optional parameters - * @returns Promise - */ - beginUpdateCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, keyspaceName, + tableName, updateThroughputParameters, options }, - beginUpdateCassandraKeyspaceThroughputOperationSpec, - options); + updateCassandraTableThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateCassandraKeyspaceToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - options - }, - beginMigrateCassandraKeyspaceToAutoscaleOperationSpec, - options); - } - - /** - * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param keyspaceName Cosmos DB keyspace name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateCassandraKeyspaceToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - options - }, - beginMigrateCassandraKeyspaceToManualThroughputOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB Cassandra Table + * Update RUs per second of an Azure Cosmos DB Cassandra table * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param createUpdateCassandraTableParameters The parameters to provide for the current Cassandra - * Table. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra table. + * @param options The options parameters. */ - beginCreateUpdateCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, createUpdateCassandraTableParameters: Models.CassandraTableCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - tableName, - createUpdateCassandraTableParameters, - options - }, - beginCreateUpdateCassandraTableOperationSpec, - options); + async beginUpdateCassandraTableThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateCassandraTableThroughput( + resourceGroupName, + accountName, + keyspaceName, + tableName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** - * Deletes an existing Azure Cosmos DB Cassandra table. + * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginDeleteCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - tableName, - options - }, - beginDeleteCassandraTableOperationSpec, - options); + async beginMigrateCassandraTableToAutoscale( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraTableToAutoscaleResponse + >, + CassandraResourcesMigrateCassandraTableToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyspaceName, tableName, options }, + migrateCassandraTableToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Update RUs per second of an Azure Cosmos DB Cassandra table + * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Cassandra table. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginUpdateCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - tableName, - updateThroughputParameters, - options - }, - beginUpdateCassandraTableThroughputOperationSpec, - options); + async beginMigrateCassandraTableToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateCassandraTableToAutoscale( + resourceGroupName, + accountName, + keyspaceName, + tableName, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale + * Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginMigrateCassandraTableToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - tableName, - options - }, - beginMigrateCassandraTableToAutoscaleOperationSpec, - options); + async beginMigrateCassandraTableToManualThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraTableToManualThroughputResponse + >, + CassandraResourcesMigrateCassandraTableToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyspaceName, tableName, options }, + migrateCassandraTableToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -598,477 +1278,435 @@ export class CassandraResources { * @param accountName Cosmos DB database account name. * @param keyspaceName Cosmos DB keyspace name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginMigrateCassandraTableToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyspaceName, - tableName, - options - }, - beginMigrateCassandraTableToManualThroughputOperationSpec, - options); + async beginMigrateCassandraTableToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams + ): Promise< + CassandraResourcesMigrateCassandraTableToManualThroughputResponse + > { + const poller = await this.beginMigrateCassandraTableToManualThroughput( + resourceGroupName, + accountName, + keyspaceName, + tableName, + options + ); + return poller.pollUntilDone(); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listCassandraKeyspacesOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listCassandraKeyspacesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces", + responses: { + 200: { + bodyMapper: Mappers.CassandraKeyspaceListResult + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const getCassandraKeyspaceOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.CassandraKeyspaceListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.CassandraKeyspaceGetResults } }, - serializer -}; - -const getCassandraKeyspaceOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateCassandraKeyspaceOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.CassandraKeyspaceGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.CassandraKeyspaceGetResults + }, + 202: { + bodyMapper: Mappers.CassandraKeyspaceGetResults + }, + 204: { + bodyMapper: Mappers.CassandraKeyspaceGetResults } }, - serializer -}; - -const getCassandraKeyspaceThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default", + requestBody: Parameters.createUpdateCassandraKeyspaceParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const listCassandraTablesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables", +const deleteCassandraKeyspaceOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getCassandraKeyspaceThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.CassandraTableListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const getCassandraTableOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.keyspaceName ], + headerParameters: [Parameters.accept], + serializer +}; +const updateCassandraKeyspaceThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.CassandraTableGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const getCassandraTableThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.keyspaceName ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateCassandraKeyspaceToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginCreateUpdateCassandraKeyspaceOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateCassandraKeyspaceParameters", - mapper: { - ...Mappers.CassandraKeyspaceCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const migrateCassandraKeyspaceToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.CassandraKeyspaceGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginDeleteCassandraKeyspaceOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listCassandraTablesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.CassandraTableListResult } }, - serializer -}; - -const beginUpdateCassandraKeyspaceThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const getCassandraTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.CassandraTableGetResults } }, - serializer -}; - -const beginMigrateCassandraKeyspaceToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToAutoscale", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, + Parameters.tableName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateCassandraTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults + bodyMapper: Mappers.CassandraTableGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.CassandraTableGetResults + }, + 202: { + bodyMapper: Mappers.CassandraTableGetResults + }, + 204: { + bodyMapper: Mappers.CassandraTableGetResults } }, - serializer -}; - -const beginMigrateCassandraKeyspaceToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/throughputSettings/default/migrateToManualThroughput", + requestBody: Parameters.createUpdateCassandraTableParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, + Parameters.tableName, Parameters.keyspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginCreateUpdateCassandraTableOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", +const deleteCassandraTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.tableName, + Parameters.keyspaceName ], - requestBody: { - parameterPath: "createUpdateCassandraTableParameters", - mapper: { - ...Mappers.CassandraTableCreateUpdateParameters, - required: true - } - }, + serializer +}; +const getCassandraTableThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.CassandraTableGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginDeleteCassandraTableOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.tableName, + Parameters.keyspaceName ], - responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; - -const beginUpdateCassandraTableThroughputOperationSpec: msRest.OperationSpec = { +const updateCassandraTableThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginMigrateCassandraTableToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default/migrateToAutoscale", + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.tableName, + Parameters.keyspaceName ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateCassandraTableToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateCassandraTableToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default/migrateToManualThroughput", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.keyspaceName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.tableName, + Parameters.keyspaceName ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateCassandraTableToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.tableName, + Parameters.keyspaceName + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/collection.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/collection.ts index eff2a26bbaba..d01c9f2ce0c1 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/collection.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/collection.ts @@ -3,77 +3,124 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/collectionMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Collection } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + Metric, + CollectionListMetricsOptionalParams, + Usage, + CollectionListUsagesOptionalParams, + MetricDefinition, + CollectionListMetricDefinitionsOptionalParams, + CollectionListMetricsResponse, + CollectionListUsagesResponse, + CollectionListMetricDefinitionsResponse +} from "../models"; -/** Class representing a Collection. */ -export class Collection { +/// +/** Class containing Collection operations. */ +export class CollectionImpl implements Collection { private readonly client: CosmosDBManagementClientContext; /** - * Create a Collection. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class Collection class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the metrics determined by the given filter for the given database account and - * collection. + * Retrieves the metrics determined by the given filter for the given database account and collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseRid, - collectionRid, - filter, - options + public listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listMetricsOperationSpec, - callback) as Promise; + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + )) { + yield* page; + } } /** @@ -82,162 +129,289 @@ export class Collection { * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: Models.CollectionListUsagesOptionalParams): Promise; + public listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListUsagesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listUsagesPagingAll( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listUsagesPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + } + }; + } + + private async *listUsagesPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListUsagesOptionalParams + ): AsyncIterableIterator { + let result = await this._listUsages( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + yield result.value || []; + } + + private async *listUsagesPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListUsagesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listUsagesPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + )) { + yield* page; + } + } + /** + * Retrieves metric definitions for the given collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param callback The callback + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, callback: msRest.ServiceCallback): void; + public listMetricDefinitions( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListMetricDefinitionsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricDefinitionsPagingAll( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricDefinitionsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + } + }; + } + + private async *listMetricDefinitionsPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListMetricDefinitionsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetricDefinitions( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + yield result.value || []; + } + + private async *listMetricDefinitionsPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListMetricDefinitionsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricDefinitionsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given database account and collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param options The optional parameters - * @param callback The callback + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options: Models.CollectionListUsagesOptionalParams, callback: msRest.ServiceCallback): void; - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: Models.CollectionListUsagesOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, accountName, databaseRid, collectionRid, + filter, options }, - listUsagesOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } /** - * Retrieves metric definitions for the given collection. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param [options] The optional parameters - * @returns Promise - */ - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: msRest.RequestOptionsBase): Promise; - /** + * Retrieves the usages (most recent storage data) for the given collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param callback The callback + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, callback: msRest.ServiceCallback): void; + private _listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListUsagesOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseRid, collectionRid, options }, + listUsagesOperationSpec + ); + } + /** + * Retrieves metric definitions for the given collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetricDefinitions( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListMetricDefinitionsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseRid, - collectionRid, - options - }, - listMetricDefinitionsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseRid, collectionRid, options }, + listMetricDefinitionsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/metrics", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseRid, - Parameters.collectionRid - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.MetricListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const listUsagesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/usages", + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseRid, Parameters.collectionRid ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter1 - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listUsagesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/usages", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.UsagesResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const listMetricDefinitionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/metricDefinitions", + queryParameters: [Parameters.apiVersion, Parameters.filter1], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseRid, Parameters.collectionRid ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listMetricDefinitionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/metricDefinitions", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.MetricDefinitionsListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseRid, + Parameters.collectionRid + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartition.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartition.ts index 61333d0d2676..e4fa3dc442cd 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartition.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartition.ts @@ -3,66 +3,218 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/collectionPartitionMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { CollectionPartition } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PartitionMetric, + CollectionPartitionListMetricsOptionalParams, + PartitionUsage, + CollectionPartitionListUsagesOptionalParams, + CollectionPartitionListMetricsResponse, + CollectionPartitionListUsagesResponse +} from "../models"; -/** Class representing a CollectionPartition. */ -export class CollectionPartition { +/// +/** Class containing CollectionPartition operations. */ +export class CollectionPartitionImpl implements CollectionPartition { private readonly client: CosmosDBManagementClientContext; /** - * Create a CollectionPartition. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class CollectionPartition class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the metrics determined by the given filter for the given collection, split by - * partition. + * Retrieves the metrics determined by the given filter for the given collection, split by partition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase): Promise; + public listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the usages (most recent storage data) for the given collection, split by partition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, callback: msRest.ServiceCallback): void; + public listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionPartitionListUsagesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listUsagesPagingAll( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listUsagesPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + } + }; + } + + private async *listUsagesPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionPartitionListUsagesOptionalParams + ): AsyncIterableIterator { + let result = await this._listUsages( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + ); + yield result.value || []; + } + + private async *listUsagesPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionPartitionListUsagesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listUsagesPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given collection, split by partition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, @@ -72,8 +224,8 @@ export class CollectionPartition { filter, options }, - listMetricsOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } /** @@ -82,95 +234,63 @@ export class CollectionPartition { * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. - * @param [options] The optional parameters - * @returns Promise - */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: Models.CollectionPartitionListUsagesOptionalParams): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param callback The callback - */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options: Models.CollectionPartitionListUsagesOptionalParams, callback: msRest.ServiceCallback): void; - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: Models.CollectionPartitionListUsagesOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionPartitionListUsagesOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseRid, - collectionRid, - options - }, - listUsagesOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseRid, collectionRid, options }, + listUsagesOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitions/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitions/metrics", + responses: { + 200: { + bodyMapper: Mappers.PartitionMetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseRid, Parameters.collectionRid ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listUsagesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitions/usages", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.PartitionMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.PartitionUsagesResult } }, - serializer -}; - -const listUsagesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitions/usages", + queryParameters: [Parameters.apiVersion, Parameters.filter1], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseRid, Parameters.collectionRid ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter1 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PartitionUsagesResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartitionRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartitionRegion.ts index e721b76a61f8..b6987e7913d7 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartitionRegion.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionPartitionRegion.ts @@ -3,69 +3,152 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/collectionPartitionRegionMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { CollectionPartitionRegion } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PartitionMetric, + CollectionPartitionRegionListMetricsOptionalParams, + CollectionPartitionRegionListMetricsResponse +} from "../models"; -/** Class representing a CollectionPartitionRegion. */ -export class CollectionPartitionRegion { +/// +/** Class containing CollectionPartitionRegion operations. */ +export class CollectionPartitionRegionImpl + implements CollectionPartitionRegion { private readonly client: CosmosDBManagementClientContext; /** - * Create a CollectionPartitionRegion. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class CollectionPartitionRegion class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the metrics determined by the given filter for the given collection and region, split - * by partition. + * Retrieves the metrics determined by the given filter for the given collection and region, split by + * partition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param region Cosmos DB region, with spaces between words and each word capitalized. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionRegionListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionRegionListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given collection and region, split by + * partition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionRegionListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, @@ -76,38 +159,32 @@ export class CollectionPartitionRegion { filter, options }, - listMetricsOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/databases/{databaseRid}/collections/{collectionRid}/partitions/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/databases/{databaseRid}/collections/{collectionRid}/partitions/metrics", + responses: { + 200: { + bodyMapper: Mappers.PartitionMetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.region, Parameters.databaseRid, - Parameters.collectionRid + Parameters.collectionRid, + Parameters.region ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PartitionMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionRegion.ts index 3dbffb3f549a..34866fb0ba4c 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionRegion.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/collectionRegion.ts @@ -3,69 +3,151 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/collectionRegionMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { CollectionRegion } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + Metric, + CollectionRegionListMetricsOptionalParams, + CollectionRegionListMetricsResponse +} from "../models"; -/** Class representing a CollectionRegion. */ -export class CollectionRegion { +/// +/** Class containing CollectionRegion operations. */ +export class CollectionRegionImpl implements CollectionRegion { private readonly client: CosmosDBManagementClientContext; /** - * Create a CollectionRegion. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class CollectionRegion class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the metrics determined by the given filter for the given database account, collection - * and region. + * Retrieves the metrics determined by the given filter for the given database account, collection and + * region. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param region Cosmos DB region, with spaces between words and each word capitalized. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionRegionListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionRegionListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given database account, collection and + * region. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionRegionListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, @@ -76,38 +158,32 @@ export class CollectionRegion { filter, options }, - listMetricsOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/databases/{databaseRid}/collections/{collectionRid}/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/databases/{databaseRid}/collections/{collectionRid}/metrics", + responses: { + 200: { + bodyMapper: Mappers.MetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.region, Parameters.databaseRid, - Parameters.collectionRid + Parameters.collectionRid, + Parameters.region ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.MetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/database.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/database.ts index b54aa6819fcf..17144997c4d4 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/database.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/database.ts @@ -3,73 +3,116 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/databaseMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Database } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + Metric, + DatabaseListMetricsOptionalParams, + Usage, + DatabaseListUsagesOptionalParams, + MetricDefinition, + DatabaseListMetricDefinitionsOptionalParams, + DatabaseListMetricsResponse, + DatabaseListUsagesResponse, + DatabaseListMetricDefinitionsResponse +} from "../models"; -/** Class representing a Database. */ -export class Database { +/// +/** Class containing Database operations. */ +export class DatabaseImpl implements Database { private readonly client: CosmosDBManagementClientContext; /** - * Create a Database. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class Database class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the metrics determined by the given filter for the given database account and - * database. + * Retrieves the metrics determined by the given filter for the given database account and database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, filter: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseRid, - filter, - options + public listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + filter: string, + options?: DatabaseListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + databaseRid, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listMetricsOperationSpec, - callback) as Promise; + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + filter: string, + options?: DatabaseListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + databaseRid, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + filter: string, + options?: DatabaseListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + filter, + options + )) { + yield* page; + } } /** @@ -77,152 +120,258 @@ export class Database { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, options?: Models.DatabaseListUsagesOptionalParams): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param callback The callback - */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, callback: msRest.ServiceCallback): void; + public listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListUsagesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listUsagesPagingAll( + resourceGroupName, + accountName, + databaseRid, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listUsagesPagingPage( + resourceGroupName, + accountName, + databaseRid, + options + ); + } + }; + } + + private async *listUsagesPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListUsagesOptionalParams + ): AsyncIterableIterator { + let result = await this._listUsages( + resourceGroupName, + accountName, + databaseRid, + options + ); + yield result.value || []; + } + + private async *listUsagesPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListUsagesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listUsagesPagingPage( + resourceGroupName, + accountName, + databaseRid, + options + )) { + yield* page; + } + } + /** + * Retrieves metric definitions for the given database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, options: Models.DatabaseListUsagesOptionalParams, callback: msRest.ServiceCallback): void; - listUsages(resourceGroupName: string, accountName: string, databaseRid: string, options?: Models.DatabaseListUsagesOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseRid, - options + public listMetricDefinitions( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListMetricDefinitionsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricDefinitionsPagingAll( + resourceGroupName, + accountName, + databaseRid, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listUsagesOperationSpec, - callback) as Promise; + byPage: () => { + return this.listMetricDefinitionsPagingPage( + resourceGroupName, + accountName, + databaseRid, + options + ); + } + }; + } + + private async *listMetricDefinitionsPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListMetricDefinitionsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetricDefinitions( + resourceGroupName, + accountName, + databaseRid, + options + ); + yield result.value || []; + } + + private async *listMetricDefinitionsPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListMetricDefinitionsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricDefinitionsPagingPage( + resourceGroupName, + accountName, + databaseRid, + options + )) { + yield* page; + } } /** - * Retrieves metric definitions for the given database. + * Retrieves the metrics determined by the given filter for the given database account and database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. - * @param [options] The optional parameters - * @returns Promise + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, options?: msRest.RequestOptionsBase): Promise; + private _listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + filter: string, + options?: DatabaseListMetricsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseRid, filter, options }, + listMetricsOperationSpec + ); + } + /** + * Retrieves the usages (most recent data) for the given database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. - * @param callback The callback + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, callback: msRest.ServiceCallback): void; + private _listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListUsagesOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseRid, options }, + listUsagesOperationSpec + ); + } + /** + * Retrieves metric definitions for the given database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetricDefinitions( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListMetricDefinitionsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseRid, - options - }, - listMetricDefinitionsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseRid, options }, + listMetricDefinitionsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/metrics", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseRid - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.MetricListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const listUsagesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/usages", + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseRid ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter1 - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listUsagesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/usages", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.UsagesResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const listMetricDefinitionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/metricDefinitions", + queryParameters: [Parameters.apiVersion, Parameters.filter1], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseRid ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listMetricDefinitionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/metricDefinitions", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.MetricDefinitionsListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseRid + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccountRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccountRegion.ts index d79cfb9ca547..e1466bb5dae3 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccountRegion.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccountRegion.ts @@ -3,23 +3,29 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/databaseAccountRegionMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { DatabaseAccountRegion } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + Metric, + DatabaseAccountRegionListMetricsOptionalParams, + DatabaseAccountRegionListMetricsResponse +} from "../models"; -/** Class representing a DatabaseAccountRegion. */ -export class DatabaseAccountRegion { +/// +/** Class containing DatabaseAccountRegion operations. */ +export class DatabaseAccountRegionImpl implements DatabaseAccountRegion { private readonly client: CosmosDBManagementClientContext; /** - * Create a DatabaseAccountRegion. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class DatabaseAccountRegion class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -31,72 +37,121 @@ export class DatabaseAccountRegion { * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param region Cosmos DB region, with spaces between words and each word capitalized. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, region: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + filter: string, + options?: DatabaseAccountRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + region, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + region: string, + filter: string, + options?: DatabaseAccountRegionListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + region, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + region: string, + filter: string, + options?: DatabaseAccountRegionListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given database account and region. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, region: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + filter: string, + options?: DatabaseAccountRegionListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - region, - filter, - options - }, - listMetricsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, region, filter, options }, + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/metrics", + responses: { + 200: { + bodyMapper: Mappers.MetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.region ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.MetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccounts.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccounts.ts index 1b999e7a4533..95908dab364a 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccounts.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/databaseAccounts.ts @@ -3,1094 +3,1481 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/databaseAccountsMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { DatabaseAccounts } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + DatabaseAccountGetResults, + DatabaseAccountsListOptionalParams, + DatabaseAccountsListByResourceGroupOptionalParams, + Metric, + DatabaseAccountsListMetricsOptionalParams, + Usage, + DatabaseAccountsListUsagesOptionalParams, + MetricDefinition, + DatabaseAccountsListMetricDefinitionsOptionalParams, + DatabaseAccountsGetOptionalParams, + DatabaseAccountsGetResponse, + DatabaseAccountUpdateParameters, + DatabaseAccountsUpdateOptionalParams, + DatabaseAccountsUpdateResponse, + DatabaseAccountCreateUpdateParameters, + DatabaseAccountsCreateOrUpdateOptionalParams, + DatabaseAccountsCreateOrUpdateResponse, + DatabaseAccountsDeleteOptionalParams, + FailoverPolicies, + DatabaseAccountsFailoverPriorityChangeOptionalParams, + DatabaseAccountsListResponse, + DatabaseAccountsListByResourceGroupResponse, + DatabaseAccountsListKeysOptionalParams, + DatabaseAccountsListKeysResponse, + DatabaseAccountsListConnectionStringsOptionalParams, + DatabaseAccountsListConnectionStringsResponse, + RegionForOnlineOffline, + DatabaseAccountsOfflineRegionOptionalParams, + DatabaseAccountsOnlineRegionOptionalParams, + DatabaseAccountsGetReadOnlyKeysOptionalParams, + DatabaseAccountsGetReadOnlyKeysResponse, + DatabaseAccountsListReadOnlyKeysOptionalParams, + DatabaseAccountsListReadOnlyKeysResponse, + DatabaseAccountRegenerateKeyParameters, + DatabaseAccountsRegenerateKeyOptionalParams, + DatabaseAccountsCheckNameExistsOptionalParams, + DatabaseAccountsCheckNameExistsResponse, + DatabaseAccountsListMetricsResponse, + DatabaseAccountsListUsagesResponse, + DatabaseAccountsListMetricDefinitionsResponse +} from "../models"; -/** Class representing a DatabaseAccounts. */ -export class DatabaseAccounts { +/// +/** Class containing DatabaseAccounts operations. */ +export class DatabaseAccountsImpl implements DatabaseAccounts { private readonly client: CosmosDBManagementClientContext; /** - * Create a DatabaseAccounts. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class DatabaseAccounts class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the properties of an existing Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * Lists all the Azure Cosmos DB database accounts available under the subscription. + * @param options The options parameters. */ - get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options + public list( + options?: DatabaseAccountsListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - getOperationSpec, - callback) as Promise; + byPage: () => { + return this.listPagingPage(options); + } + }; } - /** - * Updates the properties of an existing Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param updateParameters The parameters to provide for the current database account. - * @param [options] The optional parameters - * @returns Promise - */ - update(resourceGroupName: string, accountName: string, updateParameters: Models.DatabaseAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdate(resourceGroupName,accountName,updateParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + private async *listPagingPage( + options?: DatabaseAccountsListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(options); + yield result.value || []; } - /** - * Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when - * performing updates on an account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param createUpdateParameters The parameters to provide for the current database account. - * @param [options] The optional parameters - * @returns Promise - */ - createOrUpdate(resourceGroupName: string, accountName: string, createUpdateParameters: Models.DatabaseAccountCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateOrUpdate(resourceGroupName,accountName,createUpdateParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + private async *listPagingAll( + options?: DatabaseAccountsListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage(options)) { + yield* page; + } } /** - * Deletes an existing Azure Cosmos DB database account. + * Lists all the Azure Cosmos DB database accounts available under the given resource group. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteMethod(resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + public listByResourceGroup( + resourceGroupName: string, + options?: DatabaseAccountsListByResourceGroupOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByResourceGroupPagingAll(resourceGroupName, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listByResourceGroupPagingPage(resourceGroupName, options); + } + }; } - /** - * Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 - * indicates a write region. The maximum value for a failover priority = (total number of regions - - * 1). Failover priority values must be unique for each of the regions in which the database - * account exists. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param failoverParameters The new failover policies for the database account. - * @param [options] The optional parameters - * @returns Promise - */ - failoverPriorityChange(resourceGroupName: string, accountName: string, failoverParameters: Models.FailoverPolicies, options?: msRest.RequestOptionsBase): Promise { - return this.beginFailoverPriorityChange(resourceGroupName,accountName,failoverParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + private async *listByResourceGroupPagingPage( + resourceGroupName: string, + options?: DatabaseAccountsListByResourceGroupOptionalParams + ): AsyncIterableIterator { + let result = await this._listByResourceGroup(resourceGroupName, options); + yield result.value || []; } - /** - * Lists all the Azure Cosmos DB database accounts available under the subscription. - * @param [options] The optional parameters - * @returns Promise - */ - list(options?: msRest.RequestOptionsBase): Promise; - /** - * @param callback The callback - */ - list(callback: msRest.ServiceCallback): void; - /** - * @param options The optional parameters - * @param callback The callback - */ - list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - options - }, - listOperationSpec, - callback) as Promise; + private async *listByResourceGroupPagingAll( + resourceGroupName: string, + options?: DatabaseAccountsListByResourceGroupOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByResourceGroupPagingPage( + resourceGroupName, + options + )) { + yield* page; + } } /** - * Lists all the Azure Cosmos DB database accounts available under the given resource group. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param [options] The optional parameters - * @returns Promise - */ - listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param callback The callback - */ - listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback): void; - /** + * Retrieves the metrics determined by the given filter for the given database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param options The optional parameters - * @param callback The callback + * @param accountName Cosmos DB database account name. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - options + public listMetrics( + resourceGroupName: string, + accountName: string, + filter: string, + options?: DatabaseAccountsListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listByResourceGroupOperationSpec, - callback) as Promise; + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + filter: string, + options?: DatabaseAccountsListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + filter: string, + options?: DatabaseAccountsListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + filter, + options + )) { + yield* page; + } } /** - * Lists the access keys for the specified Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - listKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; - /** + * Retrieves the usages (most recent data) for the given database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options + public listUsages( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListUsagesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listUsagesPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listKeysOperationSpec, - callback) as Promise; + byPage: () => { + return this.listUsagesPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listUsagesPagingPage( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListUsagesOptionalParams + ): AsyncIterableIterator { + let result = await this._listUsages( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listUsagesPagingAll( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListUsagesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listUsagesPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } } /** - * Lists the connection strings for the specified Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - listConnectionStrings(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listConnectionStrings(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; - /** + * Retrieves metric definitions for the given database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listConnectionStrings(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listConnectionStrings(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options + public listMetricDefinitions( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListMetricDefinitionsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricDefinitionsPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listConnectionStringsOperationSpec, - callback) as Promise; + byPage: () => { + return this.listMetricDefinitionsPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listMetricDefinitionsPagingPage( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListMetricDefinitionsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetricDefinitions( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listMetricDefinitionsPagingAll( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListMetricDefinitionsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricDefinitionsPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } } /** - * Offline the specified region for the specified Azure Cosmos DB database account. + * Retrieves the properties of an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param regionParameterForOffline Cosmos DB region to offline for the database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - offlineRegion(resourceGroupName: string, accountName: string, regionParameterForOffline: Models.RegionForOnlineOffline, options?: msRest.RequestOptionsBase): Promise { - return this.beginOfflineRegion(resourceGroupName,accountName,regionParameterForOffline,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + get( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + getOperationSpec + ); } /** - * Online the specified region for the specified Azure Cosmos DB database account. + * Updates the properties of an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param regionParameterForOnline Cosmos DB region to online for the database account. - * @param [options] The optional parameters - * @returns Promise + * @param updateParameters The parameters to provide for the current database account. + * @param options The options parameters. */ - onlineRegion(resourceGroupName: string, accountName: string, regionParameterForOnline: Models.RegionForOnlineOffline, options?: msRest.RequestOptionsBase): Promise { - return this.beginOnlineRegion(resourceGroupName,accountName,regionParameterForOnline,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginUpdate( + resourceGroupName: string, + accountName: string, + updateParameters: DatabaseAccountUpdateParameters, + options?: DatabaseAccountsUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + DatabaseAccountsUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, updateParameters, options }, + updateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Lists the read-only access keys for the specified Azure Cosmos DB database account. + * Updates the properties of an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param updateParameters The parameters to provide for the current database account. + * @param options The options parameters. */ - getReadOnlyKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + async beginUpdateAndWait( + resourceGroupName: string, + accountName: string, + updateParameters: DatabaseAccountUpdateParameters, + options?: DatabaseAccountsUpdateOptionalParams + ): Promise { + const poller = await this.beginUpdate( + resourceGroupName, + accountName, + updateParameters, + options + ); + return poller.pollUntilDone(); + } + /** + * Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when + * performing updates on an account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param createUpdateParameters The parameters to provide for the current database account. + * @param options The options parameters. */ - getReadOnlyKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + async beginCreateOrUpdate( + resourceGroupName: string, + accountName: string, + createUpdateParameters: DatabaseAccountCreateUpdateParameters, + options?: DatabaseAccountsCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + DatabaseAccountsCreateOrUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, createUpdateParameters, options }, + createOrUpdateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when + * performing updates on an account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param createUpdateParameters The parameters to provide for the current database account. + * @param options The options parameters. */ - getReadOnlyKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getReadOnlyKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - getReadOnlyKeysOperationSpec, - callback) as Promise; + async beginCreateOrUpdateAndWait( + resourceGroupName: string, + accountName: string, + createUpdateParameters: DatabaseAccountCreateUpdateParameters, + options?: DatabaseAccountsCreateOrUpdateOptionalParams + ): Promise { + const poller = await this.beginCreateOrUpdate( + resourceGroupName, + accountName, + createUpdateParameters, + options + ); + return poller.pollUntilDone(); } /** - * Lists the read-only access keys for the specified Azure Cosmos DB database account. + * Deletes an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listReadOnlyKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + async beginDelete( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsDeleteOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, options }, + deleteOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Deletes an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param options The options parameters. */ - listReadOnlyKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + async beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsDeleteOptionalParams + ): Promise { + const poller = await this.beginDelete( + resourceGroupName, + accountName, + options + ); + return poller.pollUntilDone(); + } + /** + * Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 + * indicates a write region. The maximum value for a failover priority = (total number of regions - 1). + * Failover priority values must be unique for each of the regions in which the database account + * exists. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param failoverParameters The new failover policies for the database account. + * @param options The options parameters. */ - listReadOnlyKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listReadOnlyKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listReadOnlyKeysOperationSpec, - callback) as Promise; + async beginFailoverPriorityChange( + resourceGroupName: string, + accountName: string, + failoverParameters: FailoverPolicies, + options?: DatabaseAccountsFailoverPriorityChangeOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, failoverParameters, options }, + failoverPriorityChangeOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Regenerates an access key for the specified Azure Cosmos DB database account. + * Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 + * indicates a write region. The maximum value for a failover priority = (total number of regions - 1). + * Failover priority values must be unique for each of the regions in which the database account + * exists. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param keyToRegenerate The name of the key to regenerate. - * @param [options] The optional parameters - * @returns Promise + * @param failoverParameters The new failover policies for the database account. + * @param options The options parameters. */ - regenerateKey(resourceGroupName: string, accountName: string, keyToRegenerate: Models.DatabaseAccountRegenerateKeyParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginRegenerateKey(resourceGroupName,accountName,keyToRegenerate,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginFailoverPriorityChangeAndWait( + resourceGroupName: string, + accountName: string, + failoverParameters: FailoverPolicies, + options?: DatabaseAccountsFailoverPriorityChangeOptionalParams + ): Promise { + const poller = await this.beginFailoverPriorityChange( + resourceGroupName, + accountName, + failoverParameters, + options + ); + return poller.pollUntilDone(); } /** - * Checks that the Azure Cosmos DB account name already exists. A valid account name may contain - * only lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - checkNameExists(accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - checkNameExists(accountName: string, callback: msRest.ServiceCallback): void; - /** - * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * Lists all the Azure Cosmos DB database accounts available under the subscription. + * @param options The options parameters. */ - checkNameExists(accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - checkNameExists(accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - accountName, - options - }, - checkNameExistsOperationSpec, - callback) as Promise; + private _list( + options?: DatabaseAccountsListOptionalParams + ): Promise { + return this.client.sendOperationRequest({ options }, listOperationSpec); } /** - * Retrieves the metrics determined by the given filter for the given database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise - */ - listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** + * Lists all the Azure Cosmos DB database accounts available under the given resource group. * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, filter: string, callback: msRest.ServiceCallback): void; + private _listByResourceGroup( + resourceGroupName: string, + options?: DatabaseAccountsListByResourceGroupOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, options }, + listByResourceGroupOperationSpec + ); + } + /** + * Lists the access keys for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + listKeys( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListKeysOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - filter, - options - }, - listMetricsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listKeysOperationSpec + ); } /** - * Retrieves the usages (most recent data) for the given database account. + * Lists the connection strings for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, options?: Models.DatabaseAccountsListUsagesOptionalParams): Promise; + listConnectionStrings( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListConnectionStringsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listConnectionStringsOperationSpec + ); + } + /** + * Offline the specified region for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param regionParameterForOffline Cosmos DB region to offline for the database account. + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + async beginOfflineRegion( + resourceGroupName: string, + accountName: string, + regionParameterForOffline: RegionForOnlineOffline, + options?: DatabaseAccountsOfflineRegionOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, regionParameterForOffline, options }, + offlineRegionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Offline the specified region for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param regionParameterForOffline Cosmos DB region to offline for the database account. + * @param options The options parameters. */ - listUsages(resourceGroupName: string, accountName: string, options: Models.DatabaseAccountsListUsagesOptionalParams, callback: msRest.ServiceCallback): void; - listUsages(resourceGroupName: string, accountName: string, options?: Models.DatabaseAccountsListUsagesOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listUsagesOperationSpec, - callback) as Promise; + async beginOfflineRegionAndWait( + resourceGroupName: string, + accountName: string, + regionParameterForOffline: RegionForOnlineOffline, + options?: DatabaseAccountsOfflineRegionOptionalParams + ): Promise { + const poller = await this.beginOfflineRegion( + resourceGroupName, + accountName, + regionParameterForOffline, + options + ); + return poller.pollUntilDone(); } /** - * Retrieves metric definitions for the given database account. + * Online the specified region for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param regionParameterForOnline Cosmos DB region to online for the database account. + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + async beginOnlineRegion( + resourceGroupName: string, + accountName: string, + regionParameterForOnline: RegionForOnlineOffline, + options?: DatabaseAccountsOnlineRegionOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, regionParameterForOnline, options }, + onlineRegionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Online the specified region for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param regionParameterForOnline Cosmos DB region to online for the database account. + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + async beginOnlineRegionAndWait( + resourceGroupName: string, + accountName: string, + regionParameterForOnline: RegionForOnlineOffline, + options?: DatabaseAccountsOnlineRegionOptionalParams + ): Promise { + const poller = await this.beginOnlineRegion( + resourceGroupName, + accountName, + regionParameterForOnline, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the read-only access keys for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listMetricDefinitions(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetricDefinitions(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + getReadOnlyKeys( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsGetReadOnlyKeysOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listMetricDefinitionsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + getReadOnlyKeysOperationSpec + ); } /** - * Updates the properties of an existing Azure Cosmos DB database account. + * Lists the read-only access keys for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param updateParameters The parameters to provide for the current database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginUpdate(resourceGroupName: string, accountName: string, updateParameters: Models.DatabaseAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - updateParameters, - options - }, - beginUpdateOperationSpec, - options); + listReadOnlyKeys( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListReadOnlyKeysOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listReadOnlyKeysOperationSpec + ); } /** - * Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when - * performing updates on an account. + * Regenerates an access key for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param createUpdateParameters The parameters to provide for the current database account. - * @param [options] The optional parameters - * @returns Promise + * @param keyToRegenerate The name of the key to regenerate. + * @param options The options parameters. */ - beginCreateOrUpdate(resourceGroupName: string, accountName: string, createUpdateParameters: Models.DatabaseAccountCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - createUpdateParameters, - options - }, - beginCreateOrUpdateOperationSpec, - options); + async beginRegenerateKey( + resourceGroupName: string, + accountName: string, + keyToRegenerate: DatabaseAccountRegenerateKeyParameters, + options?: DatabaseAccountsRegenerateKeyOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, keyToRegenerate, options }, + regenerateKeyOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Deletes an existing Azure Cosmos DB database account. + * Regenerates an access key for the specified Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param keyToRegenerate The name of the key to regenerate. + * @param options The options parameters. */ - beginDeleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - options - }, - beginDeleteMethodOperationSpec, - options); + async beginRegenerateKeyAndWait( + resourceGroupName: string, + accountName: string, + keyToRegenerate: DatabaseAccountRegenerateKeyParameters, + options?: DatabaseAccountsRegenerateKeyOptionalParams + ): Promise { + const poller = await this.beginRegenerateKey( + resourceGroupName, + accountName, + keyToRegenerate, + options + ); + return poller.pollUntilDone(); } /** - * Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 - * indicates a write region. The maximum value for a failover priority = (total number of regions - - * 1). Failover priority values must be unique for each of the regions in which the database - * account exists. - * @param resourceGroupName The name of the resource group. The name is case insensitive. + * Checks that the Azure Cosmos DB account name already exists. A valid account name may contain only + * lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters. * @param accountName Cosmos DB database account name. - * @param failoverParameters The new failover policies for the database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginFailoverPriorityChange(resourceGroupName: string, accountName: string, failoverParameters: Models.FailoverPolicies, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - failoverParameters, - options - }, - beginFailoverPriorityChangeOperationSpec, - options); + checkNameExists( + accountName: string, + options?: DatabaseAccountsCheckNameExistsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { accountName, options }, + checkNameExistsOperationSpec + ); } /** - * Offline the specified region for the specified Azure Cosmos DB database account. + * Retrieves the metrics determined by the given filter for the given database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param regionParameterForOffline Cosmos DB region to offline for the database account. - * @param [options] The optional parameters - * @returns Promise + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - beginOfflineRegion(resourceGroupName: string, accountName: string, regionParameterForOffline: Models.RegionForOnlineOffline, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - regionParameterForOffline, - options - }, - beginOfflineRegionOperationSpec, - options); + private _listMetrics( + resourceGroupName: string, + accountName: string, + filter: string, + options?: DatabaseAccountsListMetricsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, filter, options }, + listMetricsOperationSpec + ); } /** - * Online the specified region for the specified Azure Cosmos DB database account. + * Retrieves the usages (most recent data) for the given database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param regionParameterForOnline Cosmos DB region to online for the database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginOnlineRegion(resourceGroupName: string, accountName: string, regionParameterForOnline: Models.RegionForOnlineOffline, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - regionParameterForOnline, - options - }, - beginOnlineRegionOperationSpec, - options); + private _listUsages( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListUsagesOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listUsagesOperationSpec + ); } /** - * Regenerates an access key for the specified Azure Cosmos DB database account. + * Retrieves metric definitions for the given database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param keyToRegenerate The name of the key to regenerate. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginRegenerateKey(resourceGroupName: string, accountName: string, keyToRegenerate: Models.DatabaseAccountRegenerateKeyParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - keyToRegenerate, - options - }, - beginRegenerateKeyOperationSpec, - options); + private _listMetricDefinitions( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListMetricDefinitionsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listMetricDefinitionsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const getOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.DatabaseAccountGetResults - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const listOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts", + queryParameters: [Parameters.apiVersion], urlParameters: [ - Parameters.subscriptionId - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName ], - responses: { - 200: { - bodyMapper: Mappers.DatabaseAccountsListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; - -const listByResourceGroupOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts", - urlParameters: [ - Parameters.resourceGroupName, - Parameters.subscriptionId - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], +const updateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", + httpMethod: "PATCH", responses: { 200: { - bodyMapper: Mappers.DatabaseAccountsListResult + bodyMapper: Mappers.DatabaseAccountGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.DatabaseAccountGetResults + }, + 202: { + bodyMapper: Mappers.DatabaseAccountGetResults + }, + 204: { + bodyMapper: Mappers.DatabaseAccountGetResults } }, - serializer -}; - -const listKeysOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listKeys", + requestBody: Parameters.updateParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const createOrUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.DatabaseAccountListKeysResult + bodyMapper: Mappers.DatabaseAccountGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.DatabaseAccountGetResults + }, + 202: { + bodyMapper: Mappers.DatabaseAccountGetResults + }, + 204: { + bodyMapper: Mappers.DatabaseAccountGetResults } }, - serializer -}; - -const listConnectionStringsOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listConnectionStrings", + requestBody: Parameters.createUpdateParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.DatabaseAccountListConnectionStringsResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const getReadOnlyKeysOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/readonlykeys", +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.DatabaseAccountListReadOnlyKeysResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, serializer }; - -const listReadOnlyKeysOperationSpec: msRest.OperationSpec = { +const failoverPriorityChangeOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/failoverPriorityChange", httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/readonlykeys", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + requestBody: Parameters.failoverParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.contentType], + mediaType: "json", + serializer +}; +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.DatabaseAccountListReadOnlyKeysResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.DatabaseAccountsListResult } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host, Parameters.subscriptionId], + headerParameters: [Parameters.accept], serializer }; - -const checkNameExistsOperationSpec: msRest.OperationSpec = { - httpMethod: "HEAD", - path: "providers/Microsoft.DocumentDB/databaseAccountNames/{accountName}", - urlParameters: [ - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], +const listByResourceGroupOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts", + httpMethod: "GET", responses: { - 200: {}, - 404: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.DatabaseAccountsListResult } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName + ], + headerParameters: [Parameters.accept], serializer }; - -const listMetricsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/metrics", +const listKeysOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listKeys", + httpMethod: "POST", + responses: { + 200: { + bodyMapper: Mappers.DatabaseAccountListKeysResult + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listConnectionStringsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listConnectionStrings", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.MetricListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.DatabaseAccountListConnectionStringsResult } }, - serializer -}; - -const listUsagesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/usages", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter1 - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const offlineRegionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/offlineRegion", + httpMethod: "POST", responses: { - 200: { - bodyMapper: Mappers.UsagesResult - }, + 200: {}, + 201: {}, + 202: {}, + 204: {}, default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const listMetricDefinitionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/metricDefinitions", + requestBody: Parameters.regionParameterForOffline, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const onlineRegionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/onlineRegion", + httpMethod: "POST", responses: { - 200: { - bodyMapper: Mappers.MetricDefinitionsListResult - }, + 200: {}, + 201: {}, + 202: {}, + 204: {}, default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const beginUpdateOperationSpec: msRest.OperationSpec = { - httpMethod: "PATCH", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", + requestBody: Parameters.regionParameterForOnline, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateParameters", - mapper: { - ...Mappers.DatabaseAccountUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const getReadOnlyKeysOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/readonlykeys", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.DatabaseAccountGetResults - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.DatabaseAccountListReadOnlyKeysResult } }, - serializer -}; - -const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateParameters", - mapper: { - ...Mappers.DatabaseAccountCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const listReadOnlyKeysOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/readonlykeys", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.DatabaseAccountGetResults - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.DatabaseAccountListReadOnlyKeysResult } }, - serializer -}; - -const beginDeleteMethodOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; - -const beginFailoverPriorityChangeOperationSpec: msRest.OperationSpec = { +const regenerateKeyOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/regenerateKey", httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/failoverPriorityChange", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + requestBody: Parameters.keyToRegenerate, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "failoverParameters", - mapper: { - ...Mappers.FailoverPolicies, - required: true - } - }, + headerParameters: [Parameters.contentType], + mediaType: "json", + serializer +}; +const checkNameExistsOperationSpec: coreClient.OperationSpec = { + path: "/providers/Microsoft.DocumentDB/databaseAccountNames/{accountName}", + httpMethod: "HEAD", + responses: { 200: {}, 404: {} }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host, Parameters.accountName], + serializer +}; +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/metrics", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.MetricListResult } }, - serializer -}; - -const beginOfflineRegionOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/offlineRegion", + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "regionParameterForOffline", - mapper: { - ...Mappers.RegionForOnlineOffline, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const listUsagesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/usages", + httpMethod: "GET", responses: { - 200: {}, - 202: {}, - default: { - bodyMapper: Mappers.ErrorResponse + 200: { + bodyMapper: Mappers.UsagesResult } }, - serializer -}; - -const beginOnlineRegionOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/onlineRegion", + queryParameters: [Parameters.apiVersion, Parameters.filter1], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "regionParameterForOnline", - mapper: { - ...Mappers.RegionForOnlineOffline, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const listMetricDefinitionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/metricDefinitions", + httpMethod: "GET", responses: { - 200: {}, - 202: {}, - default: { - bodyMapper: Mappers.ErrorResponse + 200: { + bodyMapper: Mappers.MetricDefinitionsListResult } }, - serializer -}; - -const beginRegenerateKeyOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/regenerateKey", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "keyToRegenerate", - mapper: { - ...Mappers.DatabaseAccountRegenerateKeyParameters, - required: true - } - }, - responses: { - 200: {}, - 202: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts index 68c437ee319b..0a8990fb33a8 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/gremlinResources.ts @@ -3,24 +3,63 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/gremlinResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { GremlinResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + GremlinDatabaseGetResults, + GremlinResourcesListGremlinDatabasesOptionalParams, + GremlinGraphGetResults, + GremlinResourcesListGremlinGraphsOptionalParams, + GremlinResourcesListGremlinDatabasesResponse, + GremlinResourcesGetGremlinDatabaseOptionalParams, + GremlinResourcesGetGremlinDatabaseResponse, + GremlinDatabaseCreateUpdateParameters, + GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams, + GremlinResourcesCreateUpdateGremlinDatabaseResponse, + GremlinResourcesDeleteGremlinDatabaseOptionalParams, + GremlinResourcesGetGremlinDatabaseThroughputOptionalParams, + GremlinResourcesGetGremlinDatabaseThroughputResponse, + ThroughputSettingsUpdateParameters, + GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams, + GremlinResourcesUpdateGremlinDatabaseThroughputResponse, + GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams, + GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse, + GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams, + GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse, + GremlinResourcesListGremlinGraphsResponse, + GremlinResourcesGetGremlinGraphOptionalParams, + GremlinResourcesGetGremlinGraphResponse, + GremlinGraphCreateUpdateParameters, + GremlinResourcesCreateUpdateGremlinGraphOptionalParams, + GremlinResourcesCreateUpdateGremlinGraphResponse, + GremlinResourcesDeleteGremlinGraphOptionalParams, + GremlinResourcesGetGremlinGraphThroughputOptionalParams, + GremlinResourcesGetGremlinGraphThroughputResponse, + GremlinResourcesUpdateGremlinGraphThroughputOptionalParams, + GremlinResourcesUpdateGremlinGraphThroughputResponse, + GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams, + GremlinResourcesMigrateGremlinGraphToAutoscaleResponse, + GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams, + GremlinResourcesMigrateGremlinGraphToManualThroughputResponse +} from "../models"; -/** Class representing a GremlinResources. */ -export class GremlinResources { +/// +/** Class containing GremlinResources operations. */ +export class GremlinResourcesImpl implements GremlinResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a GremlinResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class GremlinResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,32 +69,145 @@ export class GremlinResources { * Lists the Gremlin databases under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listGremlinDatabases(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + public listGremlinDatabases( + resourceGroupName: string, + accountName: string, + options?: GremlinResourcesListGremlinDatabasesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listGremlinDatabasesPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listGremlinDatabasesPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listGremlinDatabasesPagingPage( + resourceGroupName: string, + accountName: string, + options?: GremlinResourcesListGremlinDatabasesOptionalParams + ): AsyncIterableIterator { + let result = await this._listGremlinDatabases( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listGremlinDatabasesPagingAll( + resourceGroupName: string, + accountName: string, + options?: GremlinResourcesListGremlinDatabasesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listGremlinDatabasesPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * Lists the Gremlin graph under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param databaseName Cosmos DB database name. + * @param options The options parameters. */ - listGremlinDatabases(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + public listGremlinGraphs( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesListGremlinGraphsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listGremlinGraphsPagingAll( + resourceGroupName, + accountName, + databaseName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listGremlinGraphsPagingPage( + resourceGroupName, + accountName, + databaseName, + options + ); + } + }; + } + + private async *listGremlinGraphsPagingPage( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesListGremlinGraphsOptionalParams + ): AsyncIterableIterator { + let result = await this._listGremlinGraphs( + resourceGroupName, + accountName, + databaseName, + options + ); + yield result.value || []; + } + + private async *listGremlinGraphsPagingAll( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesListGremlinGraphsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listGremlinGraphsPagingPage( + resourceGroupName, + accountName, + databaseName, + options + )) { + yield* page; + } + } + /** + * Lists the Gremlin databases under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listGremlinDatabases(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listGremlinDatabases(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listGremlinDatabases( + resourceGroupName: string, + accountName: string, + options?: GremlinResourcesListGremlinDatabasesOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listGremlinDatabasesOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listGremlinDatabasesOperationSpec + ); } /** @@ -64,35 +216,95 @@ export class GremlinResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - getGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - getGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + getGremlinDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesGetGremlinDatabaseOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, options }, + getGremlinDatabaseOperationSpec + ); + } + /** + * Create or update an Azure Cosmos DB Gremlin database * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param createUpdateGremlinDatabaseParameters The parameters to provide for the current Gremlin + * database. + * @param options The options parameters. */ - getGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginCreateUpdateGremlinDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateGremlinDatabaseParameters: GremlinDatabaseCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GremlinResourcesCreateUpdateGremlinDatabaseResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + createUpdateGremlinDatabaseParameters, options }, - getGremlinDatabaseOperationSpec, - callback) as Promise; + createUpdateGremlinDatabaseOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -101,13 +313,24 @@ export class GremlinResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param createUpdateGremlinDatabaseParameters The parameters to provide for the current Gremlin - * database. - * @param [options] The optional parameters - * @returns Promise + * database. + * @param options The options parameters. */ - createUpdateGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateGremlinDatabaseParameters: Models.GremlinDatabaseCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateGremlinDatabase(resourceGroupName,accountName,databaseName,createUpdateGremlinDatabaseParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateGremlinDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateGremlinDatabaseParameters: GremlinDatabaseCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateGremlinDatabase( + resourceGroupName, + accountName, + databaseName, + createUpdateGremlinDatabaseParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -115,49 +338,183 @@ export class GremlinResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - deleteGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteGremlinDatabase(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginDeleteGremlinDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesDeleteGremlinDatabaseOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + deleteGremlinDatabaseOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database - * account with the provided name. + * Deletes an existing Azure Cosmos DB Gremlin database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + async beginDeleteGremlinDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesDeleteGremlinDatabaseOptionalParams + ): Promise { + const poller = await this.beginDeleteGremlinDatabase( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); + } + /** + * Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account + * with the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - getGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + getGremlinDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesGetGremlinDatabaseThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, options }, + getGremlinDatabaseThroughputOperationSpec + ); + } + /** + * Update RUs per second of an Azure Cosmos DB Gremlin database * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin database. + * @param options The options parameters. */ - getGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginUpdateGremlinDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesUpdateGremlinDatabaseThroughputResponse + >, + GremlinResourcesUpdateGremlinDatabaseThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + updateThroughputParameters, options }, - getGremlinDatabaseThroughputOperationSpec, - callback) as Promise; + updateGremlinDatabaseThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -165,14 +522,25 @@ export class GremlinResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Gremlin database. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin database. + * @param options The options parameters. */ - updateGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateGremlinDatabaseThroughput(resourceGroupName,accountName,databaseName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginUpdateGremlinDatabaseThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateGremlinDatabaseThroughput( + resourceGroupName, + accountName, + databaseName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -180,61 +548,202 @@ export class GremlinResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateGremlinDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateGremlinDatabaseToAutoscale(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateGremlinDatabaseToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse + >, + GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + migrateGremlinDatabaseToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput + * Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateGremlinDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateGremlinDatabaseToManualThroughput(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateGremlinDatabaseToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateGremlinDatabaseToAutoscale( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); } /** - * Lists the Gremlin graph under an existing Azure Cosmos DB database account. + * Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listGremlinGraphs(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + async beginMigrateGremlinDatabaseToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse + >, + GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + migrateGremlinDatabaseToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - listGremlinGraphs(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + async beginMigrateGremlinDatabaseToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateGremlinDatabaseToManualThroughput( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the Gremlin graph under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listGremlinGraphs(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listGremlinGraphs(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listGremlinGraphs( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesListGremlinGraphsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - listGremlinGraphsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseName, options }, + listGremlinGraphsOperationSpec + ); } /** @@ -243,38 +752,19 @@ export class GremlinResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise - */ - getGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param graphName Cosmos DB graph name. - * @param callback The callback + * @param options The options parameters. */ - getGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param graphName Cosmos DB graph name. - * @param options The optional parameters - * @param callback The callback - */ - getGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + getGremlinGraph( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesGetGremlinGraphOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseName, - graphName, - options - }, - getGremlinGraphOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseName, graphName, options }, + getGremlinGraphOperationSpec + ); } /** @@ -283,313 +773,495 @@ export class GremlinResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param createUpdateGremlinGraphParameters The parameters to provide for the current Gremlin - * graph. - * @param [options] The optional parameters - * @returns Promise + * @param createUpdateGremlinGraphParameters The parameters to provide for the current Gremlin graph. + * @param options The options parameters. */ - createUpdateGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, createUpdateGremlinGraphParameters: Models.GremlinGraphCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateGremlinGraph(resourceGroupName,accountName,databaseName,graphName,createUpdateGremlinGraphParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; - } + async beginCreateUpdateGremlinGraph( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + createUpdateGremlinGraphParameters: GremlinGraphCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinGraphOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GremlinResourcesCreateUpdateGremlinGraphResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Deletes an existing Azure Cosmos DB Gremlin graph. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteGremlinGraph(resourceGroupName,accountName,databaseName,graphName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); - } - - /** - * Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the - * provided name. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise - */ - getGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param graphName Cosmos DB graph name. - * @param callback The callback - */ - getGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param graphName Cosmos DB graph name. - * @param options The optional parameters - * @param callback The callback - */ - getGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, graphName, + createUpdateGremlinGraphParameters, options }, - getGremlinGraphThroughputOperationSpec, - callback) as Promise; + createUpdateGremlinGraphOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Update RUs per second of an Azure Cosmos DB Gremlin graph + * Create or update an Azure Cosmos DB Gremlin graph * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Gremlin graph. - * @param [options] The optional parameters - * @returns Promise + * @param createUpdateGremlinGraphParameters The parameters to provide for the current Gremlin graph. + * @param options The options parameters. */ - updateGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateGremlinGraphThroughput(resourceGroupName,accountName,databaseName,graphName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateGremlinGraphAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + createUpdateGremlinGraphParameters: GremlinGraphCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinGraphOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateGremlinGraph( + resourceGroupName, + accountName, + databaseName, + graphName, + createUpdateGremlinGraphParameters, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale + * Deletes an existing Azure Cosmos DB Gremlin graph. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateGremlinGraphToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateGremlinGraphToAutoscale(resourceGroupName,accountName,databaseName,graphName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginDeleteGremlinGraph( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesDeleteGremlinGraphOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, graphName, options }, + deleteGremlinGraphOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput + * Deletes an existing Azure Cosmos DB Gremlin graph. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateGremlinGraphToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateGremlinGraphToManualThroughput(resourceGroupName,accountName,databaseName,graphName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginDeleteGremlinGraphAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesDeleteGremlinGraphOptionalParams + ): Promise { + const poller = await this.beginDeleteGremlinGraph( + resourceGroupName, + accountName, + databaseName, + graphName, + options + ); + return poller.pollUntilDone(); } /** - * Create or update an Azure Cosmos DB Gremlin database + * Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the + * provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param createUpdateGremlinDatabaseParameters The parameters to provide for the current Gremlin - * database. - * @param [options] The optional parameters - * @returns Promise + * @param graphName Cosmos DB graph name. + * @param options The options parameters. */ - beginCreateUpdateGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateGremlinDatabaseParameters: Models.GremlinDatabaseCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - createUpdateGremlinDatabaseParameters, - options - }, - beginCreateUpdateGremlinDatabaseOperationSpec, - options); + getGremlinGraphThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesGetGremlinGraphThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, graphName, options }, + getGremlinGraphThroughputOperationSpec + ); } /** - * Deletes an existing Azure Cosmos DB Gremlin database. + * Update RUs per second of an Azure Cosmos DB Gremlin graph * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param graphName Cosmos DB graph name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin graph. + * @param options The options parameters. */ - beginDeleteGremlinDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginDeleteGremlinDatabaseOperationSpec, - options); - } + async beginUpdateGremlinGraphThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinGraphThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GremlinResourcesUpdateGremlinGraphThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Update RUs per second of an Azure Cosmos DB Gremlin database - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Gremlin database. - * @param [options] The optional parameters - * @returns Promise - */ - beginUpdateGremlinDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + graphName, updateThroughputParameters, options }, - beginUpdateGremlinDatabaseThroughputOperationSpec, - options); - } - - /** - * Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateGremlinDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateGremlinDatabaseToAutoscaleOperationSpec, - options); + updateGremlinGraphThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateGremlinDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateGremlinDatabaseToManualThroughputOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB Gremlin graph + * Update RUs per second of an Azure Cosmos DB Gremlin graph * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param createUpdateGremlinGraphParameters The parameters to provide for the current Gremlin - * graph. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin graph. + * @param options The options parameters. */ - beginCreateUpdateGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, createUpdateGremlinGraphParameters: Models.GremlinGraphCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - graphName, - createUpdateGremlinGraphParameters, - options - }, - beginCreateUpdateGremlinGraphOperationSpec, - options); + async beginUpdateGremlinGraphThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinGraphThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateGremlinGraphThroughput( + resourceGroupName, + accountName, + databaseName, + graphName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** - * Deletes an existing Azure Cosmos DB Gremlin graph. + * Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginDeleteGremlinGraph(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - graphName, - options - }, - beginDeleteGremlinGraphOperationSpec, - options); + async beginMigrateGremlinGraphToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinGraphToAutoscaleResponse + >, + GremlinResourcesMigrateGremlinGraphToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, graphName, options }, + migrateGremlinGraphToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Update RUs per second of an Azure Cosmos DB Gremlin graph + * Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current Gremlin graph. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginUpdateGremlinGraphThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - graphName, - updateThroughputParameters, - options - }, - beginUpdateGremlinGraphThroughputOperationSpec, - options); + async beginMigrateGremlinGraphToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateGremlinGraphToAutoscale( + resourceGroupName, + accountName, + databaseName, + graphName, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale + * Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginMigrateGremlinGraphToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - graphName, - options - }, - beginMigrateGremlinGraphToAutoscaleOperationSpec, - options); + async beginMigrateGremlinGraphToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinGraphToManualThroughputResponse + >, + GremlinResourcesMigrateGremlinGraphToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, graphName, options }, + migrateGremlinGraphToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -598,477 +1270,433 @@ export class GremlinResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param graphName Cosmos DB graph name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginMigrateGremlinGraphToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, graphName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - graphName, - options - }, - beginMigrateGremlinGraphToManualThroughputOperationSpec, - options); + async beginMigrateGremlinGraphToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateGremlinGraphToManualThroughput( + resourceGroupName, + accountName, + databaseName, + graphName, + options + ); + return poller.pollUntilDone(); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listGremlinDatabasesOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listGremlinDatabasesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.GremlinDatabaseListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getGremlinDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.accountName ], + headerParameters: [Parameters.accept], + serializer +}; +const getGremlinDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.GremlinDatabaseGetResults - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getGremlinDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateGremlinDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults + bodyMapper: Mappers.GremlinDatabaseGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.GremlinDatabaseGetResults + }, + 202: { + bodyMapper: Mappers.GremlinDatabaseGetResults + }, + 204: { + bodyMapper: Mappers.GremlinDatabaseGetResults } }, - serializer -}; - -const listGremlinGraphsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs", + requestBody: Parameters.createUpdateGremlinDatabaseParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.GremlinGraphListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const getGremlinGraphOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", +const deleteGremlinDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.databaseName, - Parameters.graphName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.databaseName ], - responses: { - 200: { - bodyMapper: Mappers.GremlinGraphGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, serializer }; - -const getGremlinGraphThroughputOperationSpec: msRest.OperationSpec = { +const getGremlinDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.graphName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginCreateUpdateGremlinDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateGremlinDatabaseParameters", - mapper: { - ...Mappers.GremlinDatabaseCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const updateGremlinDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.GremlinDatabaseGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginDeleteGremlinDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}", + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateGremlinDatabaseToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { - 202: {}, - 204: {}, + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginUpdateGremlinDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const migrateGremlinDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateGremlinDatabaseToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listGremlinGraphsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.GremlinGraphListResult } }, - serializer -}; - -const beginMigrateGremlinDatabaseToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const getGremlinGraphOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.GremlinGraphGetResults } }, - serializer -}; - -const beginCreateUpdateGremlinGraphOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.graphName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateGremlinGraphParameters", - mapper: { - ...Mappers.GremlinGraphCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateGremlinGraphOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.GremlinGraphGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.GremlinGraphGetResults + }, + 202: { + bodyMapper: Mappers.GremlinGraphGetResults + }, + 204: { + bodyMapper: Mappers.GremlinGraphGetResults } }, + requestBody: Parameters.createUpdateGremlinGraphParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.graphName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteGremlinGraphOperationSpec: msRest.OperationSpec = { +const deleteGremlinGraphOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.graphName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getGremlinGraphThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginUpdateGremlinGraphThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.graphName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const updateGremlinGraphThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginMigrateGremlinGraphToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default/migrateToAutoscale", + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.graphName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateGremlinGraphToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateGremlinGraphToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default/migrateToManualThroughput", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.graphName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateGremlinGraphToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.graphName + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/index.ts index 3641d33ef32a..f5d67c730604 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/index.ts @@ -3,8 +3,7 @@ * 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. */ export * from "./databaseAccounts"; @@ -25,6 +24,7 @@ export * from "./mongoDBResources"; export * from "./tableResources"; export * from "./cassandraResources"; export * from "./gremlinResources"; +export * from "./locations"; export * from "./notebookWorkspaces"; export * from "./privateEndpointConnections"; export * from "./privateLinkResources"; @@ -35,3 +35,5 @@ export * from "./restorableSqlResources"; export * from "./restorableMongodbDatabases"; export * from "./restorableMongodbCollections"; export * from "./restorableMongodbResources"; +export * from "./cassandraClusters"; +export * from "./cassandraDataCenters"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/locations.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/locations.ts new file mode 100644 index 000000000000..f1ccf9bd2240 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/locations.ts @@ -0,0 +1,137 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Locations } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; +import * as Parameters from "../models/parameters"; +import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + LocationGetResult, + LocationsListOptionalParams, + LocationsListResponse, + LocationsGetOptionalParams, + LocationsGetResponse +} from "../models"; + +/// +/** Class containing Locations operations. */ +export class LocationsImpl implements Locations { + private readonly client: CosmosDBManagementClientContext; + + /** + * Initialize a new instance of the class Locations class. + * @param client Reference to the service client + */ + constructor(client: CosmosDBManagementClientContext) { + this.client = client; + } + + /** + * List Cosmos DB locations and their properties + * @param options The options parameters. + */ + public list( + options?: LocationsListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(options); + } + }; + } + + private async *listPagingPage( + options?: LocationsListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(options); + yield result.value || []; + } + + private async *listPagingAll( + options?: LocationsListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage(options)) { + yield* page; + } + } + + /** + * List Cosmos DB locations and their properties + * @param options The options parameters. + */ + private _list( + options?: LocationsListOptionalParams + ): Promise { + return this.client.sendOperationRequest({ options }, listOperationSpec); + } + + /** + * Get the properties of an existing Cosmos DB location + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param options The options parameters. + */ + get( + location: string, + options?: LocationsGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { location, options }, + getOperationSpec + ); + } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.LocationListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host, Parameters.subscriptionId], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.LocationGetResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1 + ], + headerParameters: [Parameters.accept], + serializer +}; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts index 11847cee69eb..8da82cbcb91d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/mongoDBResources.ts @@ -3,24 +3,66 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/mongoDBResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { MongoDBResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + MongoDBDatabaseGetResults, + MongoDBResourcesListMongoDBDatabasesOptionalParams, + MongoDBCollectionGetResults, + MongoDBResourcesListMongoDBCollectionsOptionalParams, + MongoDBResourcesListMongoDBDatabasesResponse, + MongoDBResourcesGetMongoDBDatabaseOptionalParams, + MongoDBResourcesGetMongoDBDatabaseResponse, + MongoDBDatabaseCreateUpdateParameters, + MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams, + MongoDBResourcesCreateUpdateMongoDBDatabaseResponse, + MongoDBResourcesDeleteMongoDBDatabaseOptionalParams, + MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams, + MongoDBResourcesGetMongoDBDatabaseThroughputResponse, + ThroughputSettingsUpdateParameters, + MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams, + MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse, + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams, + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse, + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams, + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse, + MongoDBResourcesListMongoDBCollectionsResponse, + MongoDBResourcesGetMongoDBCollectionOptionalParams, + MongoDBResourcesGetMongoDBCollectionResponse, + MongoDBCollectionCreateUpdateParameters, + MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams, + MongoDBResourcesCreateUpdateMongoDBCollectionResponse, + MongoDBResourcesDeleteMongoDBCollectionOptionalParams, + MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams, + MongoDBResourcesGetMongoDBCollectionThroughputResponse, + MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams, + MongoDBResourcesUpdateMongoDBCollectionThroughputResponse, + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams, + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse, + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams, + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse, + ContinuousBackupRestoreLocation, + MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams, + MongoDBResourcesRetrieveContinuousBackupInformationResponse +} from "../models"; -/** Class representing a MongoDBResources. */ -export class MongoDBResources { +/// +/** Class containing MongoDBResources operations. */ +export class MongoDBResourcesImpl implements MongoDBResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a MongoDBResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class MongoDBResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,32 +72,145 @@ export class MongoDBResources { * Lists the MongoDB databases under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listMongoDBDatabases(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + public listMongoDBDatabases( + resourceGroupName: string, + accountName: string, + options?: MongoDBResourcesListMongoDBDatabasesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMongoDBDatabasesPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMongoDBDatabasesPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listMongoDBDatabasesPagingPage( + resourceGroupName: string, + accountName: string, + options?: MongoDBResourcesListMongoDBDatabasesOptionalParams + ): AsyncIterableIterator { + let result = await this._listMongoDBDatabases( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listMongoDBDatabasesPagingAll( + resourceGroupName: string, + accountName: string, + options?: MongoDBResourcesListMongoDBDatabasesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMongoDBDatabasesPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * Lists the MongoDB collection under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param databaseName Cosmos DB database name. + * @param options The options parameters. */ - listMongoDBDatabases(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + public listMongoDBCollections( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesListMongoDBCollectionsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMongoDBCollectionsPagingAll( + resourceGroupName, + accountName, + databaseName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMongoDBCollectionsPagingPage( + resourceGroupName, + accountName, + databaseName, + options + ); + } + }; + } + + private async *listMongoDBCollectionsPagingPage( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesListMongoDBCollectionsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMongoDBCollections( + resourceGroupName, + accountName, + databaseName, + options + ); + yield result.value || []; + } + + private async *listMongoDBCollectionsPagingAll( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesListMongoDBCollectionsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMongoDBCollectionsPagingPage( + resourceGroupName, + accountName, + databaseName, + options + )) { + yield* page; + } + } + /** + * Lists the MongoDB databases under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listMongoDBDatabases(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMongoDBDatabases(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMongoDBDatabases( + resourceGroupName: string, + accountName: string, + options?: MongoDBResourcesListMongoDBDatabasesOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listMongoDBDatabasesOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listMongoDBDatabasesOperationSpec + ); } /** @@ -64,35 +219,95 @@ export class MongoDBResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - getMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - getMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + getMongoDBDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesGetMongoDBDatabaseOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, options }, + getMongoDBDatabaseOperationSpec + ); + } + /** + * Create or updates Azure Cosmos DB MongoDB database * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB + * database. + * @param options The options parameters. */ - getMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginCreateUpdateMongoDBDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams + ): Promise< + PollerLike< + PollOperationState, + MongoDBResourcesCreateUpdateMongoDBDatabaseResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + createUpdateMongoDBDatabaseParameters, options }, - getMongoDBDatabaseOperationSpec, - callback) as Promise; + createUpdateMongoDBDatabaseOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -101,13 +316,24 @@ export class MongoDBResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB - * database. - * @param [options] The optional parameters - * @returns Promise + * database. + * @param options The options parameters. */ - createUpdateMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateMongoDBDatabaseParameters: Models.MongoDBDatabaseCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateMongoDBDatabase(resourceGroupName,accountName,databaseName,createUpdateMongoDBDatabaseParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateMongoDBDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateMongoDBDatabase( + resourceGroupName, + accountName, + databaseName, + createUpdateMongoDBDatabaseParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -115,49 +341,183 @@ export class MongoDBResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - deleteMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteMongoDBDatabase(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginDeleteMongoDBDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + deleteMongoDBDatabaseOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database - * account with the provided name. + * Deletes an existing Azure Cosmos DB MongoDB database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + async beginDeleteMongoDBDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams + ): Promise { + const poller = await this.beginDeleteMongoDBDatabase( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); + } + /** + * Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account + * with the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - getMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + getMongoDBDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, options }, + getMongoDBDatabaseThroughputOperationSpec + ); + } + /** + * Update RUs per second of the an Azure Cosmos DB MongoDB database * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB database. + * @param options The options parameters. */ - getMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginUpdateMongoDBDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse + >, + MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + updateThroughputParameters, options }, - getMongoDBDatabaseThroughputOperationSpec, - callback) as Promise; + updateMongoDBDatabaseThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -165,14 +525,25 @@ export class MongoDBResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current MongoDB database. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB database. + * @param options The options parameters. */ - updateMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateMongoDBDatabaseThroughput(resourceGroupName,accountName,databaseName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginUpdateMongoDBDatabaseThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateMongoDBDatabaseThroughput( + resourceGroupName, + accountName, + databaseName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -180,61 +551,202 @@ export class MongoDBResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateMongoDBDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateMongoDBDatabaseToAutoscale(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateMongoDBDatabaseToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse + >, + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + migrateMongoDBDatabaseToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput + * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateMongoDBDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateMongoDBDatabaseToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateMongoDBDatabaseToAutoscale( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); } /** - * Lists the MongoDB collection under an existing Azure Cosmos DB database account. + * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listMongoDBCollections(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + async beginMigrateMongoDBDatabaseToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse + >, + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + migrateMongoDBDatabaseToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - listMongoDBCollections(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + async beginMigrateMongoDBDatabaseToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateMongoDBDatabaseToManualThroughput( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the MongoDB collection under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listMongoDBCollections(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMongoDBCollections(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMongoDBCollections( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesListMongoDBCollectionsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - listMongoDBCollectionsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseName, options }, + listMongoDBCollectionsOperationSpec + ); } /** @@ -243,38 +755,19 @@ export class MongoDBResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise - */ - getMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param collectionName Cosmos DB collection name. - * @param callback The callback - */ - getMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param collectionName Cosmos DB collection name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - getMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + getMongoDBCollection( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesGetMongoDBCollectionOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseName, - collectionName, - options - }, - getMongoDBCollectionOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseName, collectionName, options }, + getMongoDBCollectionOperationSpec + ); } /** @@ -284,791 +777,1083 @@ export class MongoDBResources { * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB - * Collection. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, createUpdateMongoDBCollectionParameters: Models.MongoDBCollectionCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateMongoDBCollection(resourceGroupName,accountName,databaseName,collectionName,createUpdateMongoDBCollectionParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; - } - - /** - * Deletes an existing Azure Cosmos DB MongoDB Collection. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise + * Collection. + * @param options The options parameters. */ - deleteMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteMongoDBCollection(resourceGroupName,accountName,databaseName,collectionName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); - } + async beginCreateUpdateMongoDBCollection( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams + ): Promise< + PollerLike< + PollOperationState, + MongoDBResourcesCreateUpdateMongoDBCollectionResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database - * account with the provided name. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise - */ - getMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param collectionName Cosmos DB collection name. - * @param callback The callback - */ - getMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param collectionName Cosmos DB collection name. - * @param options The optional parameters - * @param callback The callback - */ - getMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, collectionName, + createUpdateMongoDBCollectionParameters, options }, - getMongoDBCollectionThroughputOperationSpec, - callback) as Promise; + createUpdateMongoDBCollectionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Update the RUs per second of an Azure Cosmos DB MongoDB collection + * Create or update an Azure Cosmos DB MongoDB Collection * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current MongoDB collection. - * @param [options] The optional parameters - * @returns Promise + * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB + * Collection. + * @param options The options parameters. */ - updateMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateMongoDBCollectionThroughput(resourceGroupName,accountName,databaseName,collectionName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateMongoDBCollectionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateMongoDBCollection( + resourceGroupName, + accountName, + databaseName, + collectionName, + createUpdateMongoDBCollectionParameters, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale + * Deletes an existing Azure Cosmos DB MongoDB Collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateMongoDBCollectionToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateMongoDBCollectionToAutoscale(resourceGroupName,accountName,databaseName,collectionName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginDeleteMongoDBCollection( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, collectionName, options }, + deleteMongoDBCollectionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput + * Deletes an existing Azure Cosmos DB MongoDB Collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateMongoDBCollectionToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateMongoDBCollectionToManualThroughput(resourceGroupName,accountName,databaseName,collectionName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginDeleteMongoDBCollectionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams + ): Promise { + const poller = await this.beginDeleteMongoDBCollection( + resourceGroupName, + accountName, + databaseName, + collectionName, + options + ); + return poller.pollUntilDone(); } /** - * Create or updates Azure Cosmos DB MongoDB database + * Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account + * with the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB - * database. - * @param [options] The optional parameters - * @returns Promise + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. */ - beginCreateUpdateMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateMongoDBDatabaseParameters: Models.MongoDBDatabaseCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - createUpdateMongoDBDatabaseParameters, - options - }, - beginCreateUpdateMongoDBDatabaseOperationSpec, - options); + getMongoDBCollectionThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, collectionName, options }, + getMongoDBCollectionThroughputOperationSpec + ); } /** - * Deletes an existing Azure Cosmos DB MongoDB database. + * Update the RUs per second of an Azure Cosmos DB MongoDB collection * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param collectionName Cosmos DB collection name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB collection. + * @param options The options parameters. */ - beginDeleteMongoDBDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginDeleteMongoDBDatabaseOperationSpec, - options); - } + async beginUpdateMongoDBCollectionThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesUpdateMongoDBCollectionThroughputResponse + >, + MongoDBResourcesUpdateMongoDBCollectionThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Update RUs per second of the an Azure Cosmos DB MongoDB database - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current MongoDB database. - * @param [options] The optional parameters - * @returns Promise - */ - beginUpdateMongoDBDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + collectionName, updateThroughputParameters, options }, - beginUpdateMongoDBDatabaseThroughputOperationSpec, - options); + updateMongoDBCollectionThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale + * Update the RUs per second of an Azure Cosmos DB MongoDB collection * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param collectionName Cosmos DB collection name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB collection. + * @param options The options parameters. */ - beginMigrateMongoDBDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateMongoDBDatabaseToAutoscaleOperationSpec, - options); + async beginUpdateMongoDBCollectionThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateMongoDBCollectionThroughput( + resourceGroupName, + accountName, + databaseName, + collectionName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput + * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. */ - beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateMongoDBDatabaseToManualThroughputOperationSpec, - options); + async beginMigrateMongoDBCollectionToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse + >, + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, collectionName, options }, + migrateMongoDBCollectionToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Create or update an Azure Cosmos DB MongoDB Collection + * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB - * Collection. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginCreateUpdateMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, createUpdateMongoDBCollectionParameters: Models.MongoDBCollectionCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - collectionName, - createUpdateMongoDBCollectionParameters, - options - }, - beginCreateUpdateMongoDBCollectionOperationSpec, - options); + async beginMigrateMongoDBCollectionToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateMongoDBCollectionToAutoscale( + resourceGroupName, + accountName, + databaseName, + collectionName, + options + ); + return poller.pollUntilDone(); } /** - * Deletes an existing Azure Cosmos DB MongoDB Collection. + * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginDeleteMongoDBCollection(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - collectionName, - options - }, - beginDeleteMongoDBCollectionOperationSpec, - options); + async beginMigrateMongoDBCollectionToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + >, + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, collectionName, options }, + migrateMongoDBCollectionToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Update the RUs per second of an Azure Cosmos DB MongoDB collection + * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param updateThroughputParameters The RUs per second of the parameters to provide for the - * current MongoDB collection. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginUpdateMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - collectionName, - updateThroughputParameters, - options - }, - beginUpdateMongoDBCollectionThroughputOperationSpec, - options); + async beginMigrateMongoDBCollectionToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams + ): Promise< + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + > { + const poller = await this.beginMigrateMongoDBCollectionToManualThroughput( + resourceGroupName, + accountName, + databaseName, + collectionName, + options + ); + return poller.pollUntilDone(); } /** - * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale + * Retrieves continuous backup information for a Mongodb collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise + * @param location The name of the continuous backup restore location. + * @param options The options parameters. */ - beginMigrateMongoDBCollectionToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + async beginRetrieveContinuousBackupInformation( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + location: ContinuousBackupRestoreLocation, + options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesRetrieveContinuousBackupInformationResponse + >, + MongoDBResourcesRetrieveContinuousBackupInformationResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, collectionName, + location, options }, - beginMigrateMongoDBCollectionToAutoscaleOperationSpec, - options); + retrieveContinuousBackupInformationOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs, + lroResourceLocationConfig: "location" + }); } /** - * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput + * Retrieves continuous backup information for a Mongodb collection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param collectionName Cosmos DB collection name. - * @param [options] The optional parameters - * @returns Promise + * @param location The name of the continuous backup restore location. + * @param options The options parameters. */ - beginMigrateMongoDBCollectionToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - collectionName, - options - }, - beginMigrateMongoDBCollectionToManualThroughputOperationSpec, - options); + async beginRetrieveContinuousBackupInformationAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + location: ContinuousBackupRestoreLocation, + options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise { + const poller = await this.beginRetrieveContinuousBackupInformation( + resourceGroupName, + accountName, + databaseName, + collectionName, + location, + options + ); + return poller.pollUntilDone(); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMongoDBDatabasesOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMongoDBDatabasesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases", + responses: { + 200: { + bodyMapper: Mappers.MongoDBDatabaseListResult + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const getMongoDBDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.MongoDBDatabaseListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.MongoDBDatabaseGetResults } }, - serializer -}; - -const getMongoDBDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateMongoDBDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.MongoDBDatabaseGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.MongoDBDatabaseGetResults + }, + 202: { + bodyMapper: Mappers.MongoDBDatabaseGetResults + }, + 204: { + bodyMapper: Mappers.MongoDBDatabaseGetResults } }, - serializer -}; - -const getMongoDBDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default", + requestBody: Parameters.createUpdateMongoDBDatabaseParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const listMongoDBCollectionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections", +const deleteMongoDBDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.MongoDBCollectionListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const getMongoDBCollectionOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.databaseName, - Parameters.collectionName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.databaseName ], + headerParameters: [Parameters.accept], + serializer +}; +const updateMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.MongoDBCollectionGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getMongoDBCollectionThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.databaseName, - Parameters.collectionName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.databaseName ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateMongoDBDatabaseToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginCreateUpdateMongoDBDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateMongoDBDatabaseParameters", - mapper: { - ...Mappers.MongoDBDatabaseCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const migrateMongoDBDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.MongoDBDatabaseGetResults + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginDeleteMongoDBDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listMongoDBCollectionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.MongoDBCollectionListResult } }, - serializer -}; - -const beginUpdateMongoDBDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const getMongoDBCollectionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.MongoDBCollectionGetResults } }, - serializer -}; - -const beginMigrateMongoDBDatabaseToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.databaseName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.databaseName, + Parameters.collectionName ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateMongoDBCollectionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults + bodyMapper: Mappers.MongoDBCollectionGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.MongoDBCollectionGetResults + }, + 202: { + bodyMapper: Mappers.MongoDBCollectionGetResults + }, + 204: { + bodyMapper: Mappers.MongoDBCollectionGetResults } }, - serializer -}; - -const beginMigrateMongoDBDatabaseToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + requestBody: Parameters.createUpdateMongoDBCollectionParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.databaseName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.databaseName, + Parameters.collectionName ], - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginCreateUpdateMongoDBCollectionOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", +const deleteMongoDBCollectionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", + httpMethod: "DELETE", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.collectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateMongoDBCollectionParameters", - mapper: { - ...Mappers.MongoDBCollectionCreateUpdateParameters, - required: true - } - }, + serializer +}; +const getMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.MongoDBCollectionGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginDeleteMongoDBCollectionOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.collectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; - -const beginUpdateMongoDBCollectionThroughputOperationSpec: msRest.OperationSpec = { +const updateMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default", + responses: { + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + } + }, + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.collectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateMongoDBCollectionToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateMongoDBCollectionToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToAutoscale", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.collectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateMongoDBCollectionToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateMongoDBCollectionToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToManualThroughput", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.collectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const retrieveContinuousBackupInformationOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/retrieveContinuousBackupInformation", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults + bodyMapper: Mappers.BackupInformation + }, + 201: { + bodyMapper: Mappers.BackupInformation + }, + 202: { + bodyMapper: Mappers.BackupInformation + }, + 204: { + bodyMapper: Mappers.BackupInformation }, - 202: {}, default: { bodyMapper: Mappers.CloudError } }, + requestBody: Parameters.location, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.collectionName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/notebookWorkspaces.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/notebookWorkspaces.ts index b3e092a289d8..62247a95e8e8 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/notebookWorkspaces.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/notebookWorkspaces.ts @@ -3,24 +3,42 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/notebookWorkspacesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { NotebookWorkspaces } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + NotebookWorkspace, + NotebookWorkspacesListByDatabaseAccountOptionalParams, + NotebookWorkspacesListByDatabaseAccountResponse, + NotebookWorkspaceName, + NotebookWorkspacesGetOptionalParams, + NotebookWorkspacesGetResponse, + NotebookWorkspaceCreateUpdateParameters, + NotebookWorkspacesCreateOrUpdateOptionalParams, + NotebookWorkspacesCreateOrUpdateResponse, + NotebookWorkspacesDeleteOptionalParams, + NotebookWorkspacesListConnectionInfoOptionalParams, + NotebookWorkspacesListConnectionInfoResponse, + NotebookWorkspacesRegenerateAuthTokenOptionalParams, + NotebookWorkspacesStartOptionalParams +} from "../models"; -/** Class representing a NotebookWorkspaces. */ -export class NotebookWorkspaces { +/// +/** Class containing NotebookWorkspaces operations. */ +export class NotebookWorkspacesImpl implements NotebookWorkspaces { private readonly client: CosmosDBManagementClientContext; /** - * Create a NotebookWorkspaces. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class NotebookWorkspaces class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,402 +48,649 @@ export class NotebookWorkspaces { * Gets the notebook workspace resources of an existing Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + public listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: NotebookWorkspacesListByDatabaseAccountOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByDatabaseAccountPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listByDatabaseAccountPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listByDatabaseAccountPagingPage( + resourceGroupName: string, + accountName: string, + options?: NotebookWorkspacesListByDatabaseAccountOptionalParams + ): AsyncIterableIterator { + let result = await this._listByDatabaseAccount( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listByDatabaseAccountPagingAll( + resourceGroupName: string, + accountName: string, + options?: NotebookWorkspacesListByDatabaseAccountOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByDatabaseAccountPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * Gets the notebook workspace resources of an existing Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: NotebookWorkspacesListByDatabaseAccountOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listByDatabaseAccountOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listByDatabaseAccountOperationSpec + ); } /** * Gets the notebook workspace for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + get( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesGetOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, notebookWorkspaceName, options }, + getOperationSpec + ); + } + /** + * Creates the notebook workspace for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param notebookCreateUpdateParameters The notebook workspace to create for the current database + * account. + * @param options The options parameters. */ - get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginCreateOrUpdate( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, + options?: NotebookWorkspacesCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + NotebookWorkspacesCreateOrUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, + notebookWorkspaceName, + notebookCreateUpdateParameters, options }, - getOperationSpec, - callback) as Promise; + createOrUpdateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** * Creates the notebook workspace for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param notebookCreateUpdateParameters The notebook workspace to create for the current database + * account. + * @param options The options parameters. */ - createOrUpdate(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateOrUpdate(resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateOrUpdateAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, + options?: NotebookWorkspacesCreateOrUpdateOptionalParams + ): Promise { + const poller = await this.beginCreateOrUpdate( + resourceGroupName, + accountName, + notebookWorkspaceName, + notebookCreateUpdateParameters, + options + ); + return poller.pollUntilDone(); } /** * Deletes the notebook workspace for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteMethod(resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginDelete( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesDeleteOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, notebookWorkspaceName, options }, + deleteOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Retrieves the connection info for the notebook workspace - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - listConnectionInfo(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** + * Deletes the notebook workspace for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - listConnectionInfo(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + async beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesDeleteOptionalParams + ): Promise { + const poller = await this.beginDelete( + resourceGroupName, + accountName, + notebookWorkspaceName, + options + ); + return poller.pollUntilDone(); + } + /** + * Retrieves the connection info for the notebook workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - listConnectionInfo(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listConnectionInfo(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + listConnectionInfo( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesListConnectionInfoOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listConnectionInfoOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, notebookWorkspaceName, options }, + listConnectionInfoOperationSpec + ); } /** * Regenerates the auth token for the notebook workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - regenerateAuthToken(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginRegenerateAuthToken(resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); - } + async beginRegenerateAuthToken( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Starts the notebook workspace - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - start(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginStart(resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, notebookWorkspaceName, options }, + regenerateAuthTokenOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Creates the notebook workspace for a Cosmos DB account. + * Regenerates the auth token for the notebook workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - beginCreateOrUpdate(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - options - }, - beginCreateOrUpdateOperationSpec, - options); + async beginRegenerateAuthTokenAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams + ): Promise { + const poller = await this.beginRegenerateAuthToken( + resourceGroupName, + accountName, + notebookWorkspaceName, + options + ); + return poller.pollUntilDone(); } /** - * Deletes the notebook workspace for a Cosmos DB account. + * Starts the notebook workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - beginDeleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - options - }, - beginDeleteMethodOperationSpec, - options); - } + async beginStart( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesStartOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Regenerates the auth token for the notebook workspace - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - beginRegenerateAuthToken(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - options - }, - beginRegenerateAuthTokenOperationSpec, - options); + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, notebookWorkspaceName, options }, + startOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** * Starts the notebook workspace * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. */ - beginStart(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - options - }, - beginStartOperationSpec, - options); + async beginStartAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesStartOptionalParams + ): Promise { + const poller = await this.beginStart( + resourceGroupName, + accountName, + notebookWorkspaceName, + options + ); + return poller.pollUntilDone(); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listByDatabaseAccountOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listByDatabaseAccountOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces", + responses: { + 200: { + bodyMapper: Mappers.NotebookWorkspaceListResult + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.NotebookWorkspaceListResult + bodyMapper: Mappers.NotebookWorkspace }, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const getOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.notebookWorkspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const createOrUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.NotebookWorkspace }, + 201: { + bodyMapper: Mappers.NotebookWorkspace + }, + 202: { + bodyMapper: Mappers.NotebookWorkspace + }, + 204: { + bodyMapper: Mappers.NotebookWorkspace + }, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const listConnectionInfoOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}/listConnectionInfo", + requestBody: Parameters.notebookCreateUpdateParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.notebookWorkspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}", + httpMethod: "DELETE", responses: { - 200: { - bodyMapper: Mappers.NotebookWorkspaceConnectionInfoResult - }, + 200: {}, + 201: {}, + 202: {}, + 204: {}, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.notebookWorkspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "notebookCreateUpdateParameters", - mapper: { - ...Mappers.NotebookWorkspaceCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const listConnectionInfoOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}/listConnectionInfo", + httpMethod: "POST", responses: { 200: { - bodyMapper: Mappers.NotebookWorkspace + bodyMapper: Mappers.NotebookWorkspaceConnectionInfoResult }, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const beginDeleteMethodOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.notebookWorkspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const regenerateAuthTokenOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}/regenerateAuthToken", + httpMethod: "POST", responses: { + 200: {}, + 201: {}, 202: {}, 204: {}, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const beginRegenerateAuthTokenOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}/regenerateAuthToken", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.notebookWorkspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const startOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}/start", + httpMethod: "POST", responses: { 200: {}, + 201: {}, 202: {}, + 204: {}, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const beginStartOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}/start", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.notebookWorkspaceName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: {}, - 202: {}, - default: { - bodyMapper: Mappers.ErrorResponse - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/operations.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/operations.ts index 330dca158fe1..0d6383c4b151 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/operations.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/operations.ts @@ -3,23 +3,31 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/operationsMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Operations } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + Operation, + OperationsListNextOptionalParams, + OperationsListOptionalParams, + OperationsListResponse, + OperationsListNextResponse +} from "../models"; -/** Class representing a Operations. */ -export class Operations { +/// +/** Class containing Operations operations. */ +export class OperationsImpl implements Operations { private readonly client: CosmosDBManagementClientContext; /** - * Create a Operations. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class Operations class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -27,99 +35,97 @@ export class Operations { /** * Lists all of the available Cosmos DB Resource Provider operations. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(options?: msRest.RequestOptionsBase): Promise; - /** - * @param callback The callback - */ - list(callback: msRest.ServiceCallback): void; - /** - * @param options The optional parameters - * @param callback The callback - */ - list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - options + public list( + options?: OperationsListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listOperationSpec, - callback) as Promise; + byPage: () => { + return this.listPagingPage(options); + } + }; + } + + private async *listPagingPage( + options?: OperationsListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(options); + yield result.value || []; + let continuationToken = result.nextLink; + while (continuationToken) { + result = await this._listNext(continuationToken, options); + continuationToken = result.nextLink; + yield result.value || []; + } + } + + private async *listPagingAll( + options?: OperationsListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage(options)) { + yield* page; + } } /** * Lists all of the available Cosmos DB Resource Provider operations. - * @param nextPageLink The NextLink from the previous successful call to List operation. - * @param [options] The optional parameters - * @returns Promise - */ - listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param nextPageLink The NextLink from the previous successful call to List operation. - * @param callback The callback + * @param options The options parameters. */ - listNext(nextPageLink: string, callback: msRest.ServiceCallback): void; + private _list( + options?: OperationsListOptionalParams + ): Promise { + return this.client.sendOperationRequest({ options }, listOperationSpec); + } + /** - * @param nextPageLink The NextLink from the previous successful call to List operation. - * @param options The optional parameters - * @param callback The callback + * ListNext + * @param nextLink The nextLink from the previous successful call to the List method. + * @param options The options parameters. */ - listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listNext( + nextLink: string, + options?: OperationsListNextOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - nextPageLink, - options - }, - listNextOperationSpec, - callback) as Promise; + { nextLink, options }, + listNextOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: "/providers/Microsoft.DocumentDB/operations", httpMethod: "GET", - path: "providers/Microsoft.DocumentDB/operations", - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.OperationListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host], + headerParameters: [Parameters.accept], serializer }; - -const listNextOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - baseUrl: "https://management.azure.com", +const listNextOperationSpec: coreClient.OperationSpec = { path: "{nextLink}", - urlParameters: [ - Parameters.nextPageLink - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.OperationListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host, Parameters.nextLink], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeId.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeId.ts index 2e9d1b7f4dfc..330989a28037 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeId.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeId.ts @@ -3,23 +3,29 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/partitionKeyRangeIdMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PartitionKeyRangeId } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PartitionMetric, + PartitionKeyRangeIdListMetricsOptionalParams, + PartitionKeyRangeIdListMetricsResponse +} from "../models"; -/** Class representing a PartitionKeyRangeId. */ -export class PartitionKeyRangeId { +/// +/** Class containing PartitionKeyRangeId operations. */ +export class PartitionKeyRangeIdImpl implements PartitionKeyRangeId { private readonly client: CosmosDBManagementClientContext; /** - * Create a PartitionKeyRangeId. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class PartitionKeyRangeId class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -33,38 +39,113 @@ export class PartitionKeyRangeId { * @param collectionRid Cosmos DB collection rid. * @param partitionKeyRangeId Partition Key Range Id for which to get data. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param partitionKeyRangeId Partition Key Range Id for which to get data. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given partition key range id. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseRid Cosmos DB database rid. * @param collectionRid Cosmos DB collection rid. * @param partitionKeyRangeId Partition Key Range Id for which to get data. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, @@ -75,17 +156,25 @@ export class PartitionKeyRangeId { filter, options }, - listMetricsOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitionKeyRangeId/{partitionKeyRangeId}/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitionKeyRangeId/{partitionKeyRangeId}/metrics", + responses: { + 200: { + bodyMapper: Mappers.PartitionMetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -93,20 +182,6 @@ const listMetricsOperationSpec: msRest.OperationSpec = { Parameters.collectionRid, Parameters.partitionKeyRangeId ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PartitionMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeIdRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeIdRegion.ts index 3b48e6818121..d142eaec89cc 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeIdRegion.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/partitionKeyRangeIdRegion.ts @@ -3,23 +3,30 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/partitionKeyRangeIdRegionMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PartitionKeyRangeIdRegion } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PartitionMetric, + PartitionKeyRangeIdRegionListMetricsOptionalParams, + PartitionKeyRangeIdRegionListMetricsResponse +} from "../models"; -/** Class representing a PartitionKeyRangeIdRegion. */ -export class PartitionKeyRangeIdRegion { +/// +/** Class containing PartitionKeyRangeIdRegion operations. */ +export class PartitionKeyRangeIdRegionImpl + implements PartitionKeyRangeIdRegion { private readonly client: CosmosDBManagementClientContext; /** - * Create a PartitionKeyRangeIdRegion. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class PartitionKeyRangeIdRegion class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -35,26 +42,102 @@ export class PartitionKeyRangeIdRegion { * @param collectionRid Cosmos DB collection rid. * @param partitionKeyRangeId Partition Key Range Id for which to get data. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param region Cosmos DB region, with spaces between words and each word capitalized. - * @param databaseRid Cosmos DB database rid. - * @param collectionRid Cosmos DB collection rid. - * @param partitionKeyRangeId Partition Key Range Id for which to get data. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdRegionListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdRegionListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + region, + databaseRid, + collectionRid, + partitionKeyRangeId, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given partition key range id and + * region. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param region Cosmos DB region, with spaces between words and each word capitalized. @@ -62,13 +145,20 @@ export class PartitionKeyRangeIdRegion { * @param collectionRid Cosmos DB collection rid. * @param partitionKeyRangeId Partition Key Range Id for which to get data. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdRegionListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, @@ -80,39 +170,33 @@ export class PartitionKeyRangeIdRegion { filter, options }, - listMetricsOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/databases/{databaseRid}/collections/{collectionRid}/partitionKeyRangeId/{partitionKeyRangeId}/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/region/{region}/databases/{databaseRid}/collections/{collectionRid}/partitionKeyRangeId/{partitionKeyRangeId}/metrics", + responses: { + 200: { + bodyMapper: Mappers.PartitionMetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.region, Parameters.databaseRid, Parameters.collectionRid, + Parameters.region, Parameters.partitionKeyRangeId ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PartitionMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/percentile.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/percentile.ts index 88b580dc2a71..20de2a977d51 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/percentile.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/percentile.ts @@ -3,23 +3,29 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/percentileMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Percentile } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PercentileMetric, + PercentileListMetricsOptionalParams, + PercentileListMetricsResponse +} from "../models"; -/** Class representing a Percentile. */ -export class Percentile { +/// +/** Class containing Percentile operations. */ +export class PercentileImpl implements Percentile { private readonly client: CosmosDBManagementClientContext; /** - * Create a Percentile. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class Percentile class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -31,68 +37,112 @@ export class Percentile { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + filter: string, + options?: PercentileListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + filter: string, + options?: PercentileListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + filter: string, + options?: PercentileListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given database account. This url is + * only for PBS and Replication Latency data * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + filter: string, + options?: PercentileListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - filter, - options - }, - listMetricsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, filter, options }, + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/percentile/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/percentile/metrics", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.PercentileMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion, Parameters.filter], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileSourceTarget.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileSourceTarget.ts index d21bb63e7081..cd795409557d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileSourceTarget.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileSourceTarget.ts @@ -3,23 +3,29 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/percentileSourceTargetMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PercentileSourceTarget } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PercentileMetric, + PercentileSourceTargetListMetricsOptionalParams, + PercentileSourceTargetListMetricsResponse +} from "../models"; -/** Class representing a PercentileSourceTarget. */ -export class PercentileSourceTarget { +/// +/** Class containing PercentileSourceTarget operations. */ +export class PercentileSourceTargetImpl implements PercentileSourceTarget { private readonly client: CosmosDBManagementClientContext; /** - * Create a PercentileSourceTarget. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class PercentileSourceTarget class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,45 +36,112 @@ export class PercentileSourceTarget { * region. This url is only for PBS and Replication Latency data * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param sourceRegion Source region from which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. - * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. + * @param sourceRegion Source region from which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. + * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, sourceRegion: string, targetRegion: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param sourceRegion Source region from which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. - * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, sourceRegion: string, targetRegion: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + sourceRegion: string, + targetRegion: string, + filter: string, + options?: PercentileSourceTargetListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + sourceRegion, + targetRegion, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + sourceRegion, + targetRegion, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + sourceRegion: string, + targetRegion: string, + filter: string, + options?: PercentileSourceTargetListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + sourceRegion, + targetRegion, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + sourceRegion: string, + targetRegion: string, + filter: string, + options?: PercentileSourceTargetListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + sourceRegion, + targetRegion, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given account, source and target + * region. This url is only for PBS and Replication Latency data * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param sourceRegion Source region from which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. - * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. + * @param sourceRegion Source region from which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. + * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, sourceRegion: string, targetRegion: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, sourceRegion: string, targetRegion: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + sourceRegion: string, + targetRegion: string, + filter: string, + options?: PercentileSourceTargetListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, @@ -78,37 +151,31 @@ export class PercentileSourceTarget { filter, options }, - listMetricsOperationSpec, - callback) as Promise; + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sourceRegion/{sourceRegion}/targetRegion/{targetRegion}/percentile/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sourceRegion/{sourceRegion}/targetRegion/{targetRegion}/percentile/metrics", + responses: { + 200: { + bodyMapper: Mappers.PercentileMetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.sourceRegion, Parameters.targetRegion ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PercentileMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileTarget.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileTarget.ts index 2a2a4af8af0e..5152ece17e4a 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileTarget.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/percentileTarget.ts @@ -3,104 +3,159 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/percentileTargetMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PercentileTarget } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PercentileMetric, + PercentileTargetListMetricsOptionalParams, + PercentileTargetListMetricsResponse +} from "../models"; -/** Class representing a PercentileTarget. */ -export class PercentileTarget { +/// +/** Class containing PercentileTarget operations. */ +export class PercentileTargetImpl implements PercentileTarget { private readonly client: CosmosDBManagementClientContext; /** - * Create a PercentileTarget. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class PercentileTarget class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Retrieves the metrics determined by the given filter for the given account target region. This - * url is only for PBS and Replication Latency data + * Retrieves the metrics determined by the given filter for the given account target region. This url + * is only for PBS and Replication Latency data * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. + * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param [options] The optional parameters - * @returns Promise + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, targetRegion: string, filter: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. - * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param callback The callback - */ - listMetrics(resourceGroupName: string, accountName: string, targetRegion: string, filter: string, callback: msRest.ServiceCallback): void; + public listMetrics( + resourceGroupName: string, + accountName: string, + targetRegion: string, + filter: string, + options?: PercentileTargetListMetricsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listMetricsPagingAll( + resourceGroupName, + accountName, + targetRegion, + filter, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listMetricsPagingPage( + resourceGroupName, + accountName, + targetRegion, + filter, + options + ); + } + }; + } + + private async *listMetricsPagingPage( + resourceGroupName: string, + accountName: string, + targetRegion: string, + filter: string, + options?: PercentileTargetListMetricsOptionalParams + ): AsyncIterableIterator { + let result = await this._listMetrics( + resourceGroupName, + accountName, + targetRegion, + filter, + options + ); + yield result.value || []; + } + + private async *listMetricsPagingAll( + resourceGroupName: string, + accountName: string, + targetRegion: string, + filter: string, + options?: PercentileTargetListMetricsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listMetricsPagingPage( + resourceGroupName, + accountName, + targetRegion, + filter, + options + )) { + yield* page; + } + } + /** + * Retrieves the metrics determined by the given filter for the given account target region. This url + * is only for PBS and Replication Latency data * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces - * between words and each word capitalized. + * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. * @param filter An OData filter expression that describes a subset of metrics to return. The - * parameters that can be filtered are name.value (name of the metric, can have an or of multiple - * names), startTime, endTime, and timeGrain. The supported operator is eq. - * @param options The optional parameters - * @param callback The callback + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. */ - listMetrics(resourceGroupName: string, accountName: string, targetRegion: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listMetrics(resourceGroupName: string, accountName: string, targetRegion: string, filter: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listMetrics( + resourceGroupName: string, + accountName: string, + targetRegion: string, + filter: string, + options?: PercentileTargetListMetricsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - targetRegion, - filter, - options - }, - listMetricsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, targetRegion, filter, options }, + listMetricsOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listMetricsOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listMetricsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/targetRegion/{targetRegion}/percentile/metrics", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/targetRegion/{targetRegion}/percentile/metrics", + responses: { + 200: { + bodyMapper: Mappers.PercentileMetricListResult + } + }, + queryParameters: [Parameters.apiVersion, Parameters.filter], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.targetRegion ], - queryParameters: [ - Parameters.apiVersion, - Parameters.filter0 - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PercentileMetricListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/privateEndpointConnections.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/privateEndpointConnections.ts index 5984c0c30428..3becb76d2c8f 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/privateEndpointConnections.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/privateEndpointConnections.ts @@ -3,24 +3,37 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/privateEndpointConnectionsMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PrivateEndpointConnections } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + PrivateEndpointConnection, + PrivateEndpointConnectionsListByDatabaseAccountOptionalParams, + PrivateEndpointConnectionsListByDatabaseAccountResponse, + PrivateEndpointConnectionsGetOptionalParams, + PrivateEndpointConnectionsGetResponse, + PrivateEndpointConnectionsCreateOrUpdateOptionalParams, + PrivateEndpointConnectionsCreateOrUpdateResponse, + PrivateEndpointConnectionsDeleteOptionalParams +} from "../models"; -/** Class representing a PrivateEndpointConnections. */ -export class PrivateEndpointConnections { +/// +/** Class containing PrivateEndpointConnections operations. */ +export class PrivateEndpointConnectionsImpl + implements PrivateEndpointConnections { private readonly client: CosmosDBManagementClientContext; /** - * Create a PrivateEndpointConnections. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class PrivateEndpointConnections class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,68 +43,177 @@ export class PrivateEndpointConnections { * List all private endpoint connections on a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + public listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByDatabaseAccountPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listByDatabaseAccountPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listByDatabaseAccountPagingPage( + resourceGroupName: string, + accountName: string, + options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams + ): AsyncIterableIterator { + let result = await this._listByDatabaseAccount( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listByDatabaseAccountPagingAll( + resourceGroupName: string, + accountName: string, + options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByDatabaseAccountPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * List all private endpoint connections on a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param options The options parameters. */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + private _listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listByDatabaseAccountOperationSpec + ); + } + /** + * Gets a private endpoint connection. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param privateEndpointConnectionName The name of the private endpoint connection. + * @param options The options parameters. */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + get( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + options?: PrivateEndpointConnectionsGetOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, accountName, + privateEndpointConnectionName, options }, - listByDatabaseAccountOperationSpec, - callback) as Promise; + getOperationSpec + ); } /** - * Gets a private endpoint connection. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param [options] The optional parameters - * @returns Promise - */ - get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param callback The callback - */ - get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback): void; - /** + * Approve or reject a private endpoint connection with a given name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param options The optional parameters - * @param callback The callback + * @param parameters A private endpoint connection + * @param options The options parameters. */ - get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginCreateOrUpdate( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + parameters: PrivateEndpointConnection, + options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + PrivateEndpointConnectionsCreateOrUpdateResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, privateEndpointConnectionName, + parameters, options }, - getOperationSpec, - callback) as Promise; + createOrUpdateOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -99,13 +221,24 @@ export class PrivateEndpointConnections { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param parameters - * @param [options] The optional parameters - * @returns Promise + * @param parameters A private endpoint connection + * @param options The options parameters. */ - createOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateOrUpdate(resourceGroupName,accountName,privateEndpointConnectionName,parameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateOrUpdateAndWait( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + parameters: PrivateEndpointConnection, + options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams + ): Promise { + const poller = await this.beginCreateOrUpdate( + resourceGroupName, + accountName, + privateEndpointConnectionName, + parameters, + options + ); + return poller.pollUntilDone(); } /** @@ -113,34 +246,67 @@ export class PrivateEndpointConnections { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteMethod(resourceGroupName,accountName,privateEndpointConnectionName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); - } + async beginDelete( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + options?: PrivateEndpointConnectionsDeleteOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Approve or reject a private endpoint connection with a given name. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param parameters - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, privateEndpointConnectionName, - parameters, options }, - beginCreateOrUpdateOperationSpec, - options); + deleteOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -148,130 +314,120 @@ export class PrivateEndpointConnections { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param privateEndpointConnectionName The name of the private endpoint connection. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginDeleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - privateEndpointConnectionName, - options - }, - beginDeleteMethodOperationSpec, - options); + async beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + options?: PrivateEndpointConnectionsDeleteOptionalParams + ): Promise { + const poller = await this.beginDelete( + resourceGroupName, + accountName, + privateEndpointConnectionName, + options + ); + return poller.pollUntilDone(); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listByDatabaseAccountOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listByDatabaseAccountOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.PrivateEndpointConnectionListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.accountName, - Parameters.privateEndpointConnectionName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.accountName ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.PrivateEndpointConnection - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.privateEndpointConnectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "parameters", - mapper: { - ...Mappers.PrivateEndpointConnection, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createOrUpdateOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.PrivateEndpointConnection }, - 202: {}, + 201: { + bodyMapper: Mappers.PrivateEndpointConnection + }, + 202: { + bodyMapper: Mappers.PrivateEndpointConnection + }, + 204: { + bodyMapper: Mappers.PrivateEndpointConnection + }, default: { bodyMapper: Mappers.ErrorResponse } }, - serializer -}; - -const beginDeleteMethodOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}", + requestBody: Parameters.parameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.privateEndpointConnectionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deleteOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}", + httpMethod: "DELETE", responses: { + 200: {}, + 201: {}, 202: {}, 204: {}, default: { bodyMapper: Mappers.ErrorResponse } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.privateEndpointConnectionName + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/privateLinkResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/privateLinkResources.ts index 691cd41cda2c..6d8aac44bbb6 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/privateLinkResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/privateLinkResources.ts @@ -3,23 +3,31 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/privateLinkResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PrivateLinkResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + PrivateLinkResource, + PrivateLinkResourcesListByDatabaseAccountOptionalParams, + PrivateLinkResourcesListByDatabaseAccountResponse, + PrivateLinkResourcesGetOptionalParams, + PrivateLinkResourcesGetResponse +} from "../models"; -/** Class representing a PrivateLinkResources. */ -export class PrivateLinkResources { +/// +/** Class containing PrivateLinkResources operations. */ +export class PrivateLinkResourcesImpl implements PrivateLinkResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a PrivateLinkResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class PrivateLinkResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -29,120 +37,137 @@ export class PrivateLinkResources { * Gets the private link resources that need to be created for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback - */ - listByDatabaseAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options + public listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByDatabaseAccountPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; }, - listByDatabaseAccountOperationSpec, - callback) as Promise; + byPage: () => { + return this.listByDatabaseAccountPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listByDatabaseAccountPagingPage( + resourceGroupName: string, + accountName: string, + options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams + ): AsyncIterableIterator { + let result = await this._listByDatabaseAccount( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listByDatabaseAccountPagingAll( + resourceGroupName: string, + accountName: string, + options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByDatabaseAccountPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } } /** * Gets the private link resources that need to be created for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param groupName The name of the private link resource. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - get(resourceGroupName: string, accountName: string, groupName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param groupName The name of the private link resource. - * @param callback The callback - */ - get(resourceGroupName: string, accountName: string, groupName: string, callback: msRest.ServiceCallback): void; + private _listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listByDatabaseAccountOperationSpec + ); + } + /** + * Gets the private link resources that need to be created for a Cosmos DB account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param groupName The name of the private link resource. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - get(resourceGroupName: string, accountName: string, groupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - get(resourceGroupName: string, accountName: string, groupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + get( + resourceGroupName: string, + accountName: string, + groupName: string, + options?: PrivateLinkResourcesGetOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - groupName, - options - }, - getOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, groupName, options }, + getOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listByDatabaseAccountOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listByDatabaseAccountOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources", + responses: { + 200: { + bodyMapper: Mappers.PrivateLinkResourceListResult + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const getOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.PrivateLinkResourceListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.PrivateLinkResource } }, - serializer -}; - -const getOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.groupName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.PrivateLinkResource - }, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableDatabaseAccounts.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableDatabaseAccounts.ts index 196125de93ea..06322de7d4dd 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableDatabaseAccounts.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableDatabaseAccounts.ts @@ -3,81 +3,144 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableDatabaseAccountsMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableDatabaseAccounts } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + RestorableDatabaseAccountGetResult, + RestorableDatabaseAccountsListByLocationOptionalParams, + RestorableDatabaseAccountsListOptionalParams, + RestorableDatabaseAccountsListByLocationResponse, + RestorableDatabaseAccountsListResponse, + RestorableDatabaseAccountsGetByLocationOptionalParams, + RestorableDatabaseAccountsGetByLocationResponse +} from "../models"; -/** Class representing a RestorableDatabaseAccounts. */ -export class RestorableDatabaseAccounts { +/// +/** Class containing RestorableDatabaseAccounts operations. */ +export class RestorableDatabaseAccountsImpl + implements RestorableDatabaseAccounts { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableDatabaseAccounts. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableDatabaseAccounts class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Lists all the restorable Azure Cosmos DB database accounts available under the subscription and - * in a region. This call requires - * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. + * Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a + * region. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' + * permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listByLocation(location: string, options?: msRest.RequestOptionsBase): Promise; + public listByLocation( + location: string, + options?: RestorableDatabaseAccountsListByLocationOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listByLocationPagingAll(location, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listByLocationPagingPage(location, options); + } + }; + } + + private async *listByLocationPagingPage( + location: string, + options?: RestorableDatabaseAccountsListByLocationOptionalParams + ): AsyncIterableIterator { + let result = await this._listByLocation(location, options); + yield result.value || []; + } + + private async *listByLocationPagingAll( + location: string, + options?: RestorableDatabaseAccountsListByLocationOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listByLocationPagingPage(location, options)) { + yield* page; + } + } + /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param callback The callback + * Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This + * call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. + * @param options The options parameters. */ - listByLocation(location: string, callback: msRest.ServiceCallback): void; + public list( + options?: RestorableDatabaseAccountsListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(options); + } + }; + } + + private async *listPagingPage( + options?: RestorableDatabaseAccountsListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(options); + yield result.value || []; + } + + private async *listPagingAll( + options?: RestorableDatabaseAccountsListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage(options)) { + yield* page; + } + } + /** + * Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a + * region. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' + * permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listByLocation(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listByLocation(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listByLocation( + location: string, + options?: RestorableDatabaseAccountsListByLocationOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - options - }, - listByLocationOperationSpec, - callback) as Promise; + { location, options }, + listByLocationOperationSpec + ); } /** - * Lists all the restorable Azure Cosmos DB database accounts available under the subscription. - * This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. - * @param [options] The optional parameters - * @returns Promise - */ - list(options?: msRest.RequestOptionsBase): Promise; - /** - * @param callback The callback - */ - list(callback: msRest.ServiceCallback): void; - /** - * @param options The optional parameters - * @param callback The callback + * Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This + * call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. + * @param options The options parameters. */ - list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - options - }, - listOperationSpec, - callback) as Promise; + private _list( + options?: RestorableDatabaseAccountsListOptionalParams + ): Promise { + return this.client.sendOperationRequest({ options }, listOperationSpec); } /** @@ -85,50 +148,26 @@ export class RestorableDatabaseAccounts { * requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getByLocation(location: string, instanceId: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - getByLocation(location: string, instanceId: string, callback: msRest.ServiceCallback): void; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback - */ - getByLocation(location: string, instanceId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getByLocation(location: string, instanceId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + getByLocation( + location: string, + instanceId: string, + options?: RestorableDatabaseAccountsGetByLocationOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - getByLocationOperationSpec, - callback) as Promise; + { location, instanceId, options }, + getByLocationOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listByLocationOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listByLocationOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableDatabaseAccountsListResult @@ -137,21 +176,19 @@ const listByLocationOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1 + ], + headerParameters: [Parameters.accept], serializer }; - -const listOperationSpec: msRest.OperationSpec = { +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts", - urlParameters: [ - Parameters.subscriptionId - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableDatabaseAccountsListResult @@ -160,23 +197,15 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [Parameters.$host, Parameters.subscriptionId], + headerParameters: [Parameters.accept], serializer }; - -const getByLocationOperationSpec: msRest.OperationSpec = { +const getByLocationOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableDatabaseAccountGetResult @@ -185,5 +214,13 @@ const getByLocationOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbCollections.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbCollections.ts index 0fe490a4c3e3..80abd0413ec2 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbCollections.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbCollections.ts @@ -3,23 +3,30 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableMongodbCollectionsMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableMongodbCollections } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + RestorableMongodbCollectionGetResult, + RestorableMongodbCollectionsListOptionalParams, + RestorableMongodbCollectionsListResponse +} from "../models"; -/** Class representing a RestorableMongodbCollections. */ -export class RestorableMongodbCollections { +/// +/** Class containing RestorableMongodbCollections operations. */ +export class RestorableMongodbCollectionsImpl + implements RestorableMongodbCollections { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableMongodbCollections. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableMongodbCollections class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -31,52 +38,76 @@ export class RestorableMongodbCollections { * requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(location: string, instanceId: string, options?: Models.RestorableMongodbCollectionsListOptionalParams): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - list(location: string, instanceId: string, callback: msRest.ServiceCallback): void; + public list( + location: string, + instanceId: string, + options?: RestorableMongodbCollectionsListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(location, instanceId, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(location, instanceId, options); + } + }; + } + + private async *listPagingPage( + location: string, + instanceId: string, + options?: RestorableMongodbCollectionsListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(location, instanceId, options); + yield result.value || []; + } + + private async *listPagingAll( + location: string, + instanceId: string, + options?: RestorableMongodbCollectionsListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + location, + instanceId, + options + )) { + yield* page; + } + } + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a + * specific database. This helps in scenario where container was accidentally deleted. This API + * requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - list(location: string, instanceId: string, options: Models.RestorableMongodbCollectionsListOptionalParams, callback: msRest.ServiceCallback): void; - list(location: string, instanceId: string, options?: Models.RestorableMongodbCollectionsListOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _list( + location: string, + instanceId: string, + options?: RestorableMongodbCollectionsListOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - listOperationSpec, - callback) as Promise; + { location, instanceId, options }, + listOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbCollections", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbCollections", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.restorableMongodbDatabaseRid - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableMongodbCollectionsListResult @@ -85,5 +116,16 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [ + Parameters.apiVersion, + Parameters.restorableMongodbDatabaseRid + ], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbDatabases.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbDatabases.ts index 5144f20e34df..92ea74e27ba3 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbDatabases.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbDatabases.ts @@ -3,23 +3,30 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableMongodbDatabasesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableMongodbDatabases } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + RestorableMongodbDatabaseGetResult, + RestorableMongodbDatabasesListOptionalParams, + RestorableMongodbDatabasesListResponse +} from "../models"; -/** Class representing a RestorableMongodbDatabases. */ -export class RestorableMongodbDatabases { +/// +/** Class containing RestorableMongodbDatabases operations. */ +export class RestorableMongodbDatabasesImpl + implements RestorableMongodbDatabases { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableMongodbDatabases. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableMongodbDatabases class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -32,51 +39,77 @@ export class RestorableMongodbDatabases { * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(location: string, instanceId: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - list(location: string, instanceId: string, callback: msRest.ServiceCallback): void; + public list( + location: string, + instanceId: string, + options?: RestorableMongodbDatabasesListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(location, instanceId, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(location, instanceId, options); + } + }; + } + + private async *listPagingPage( + location: string, + instanceId: string, + options?: RestorableMongodbDatabasesListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(location, instanceId, options); + yield result.value || []; + } + + private async *listPagingAll( + location: string, + instanceId: string, + options?: RestorableMongodbDatabasesListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + location, + instanceId, + options + )) { + yield* page; + } + } + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the + * restorable account. This helps in scenario where database was accidentally deleted to get the + * deletion time. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - list(location: string, instanceId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - list(location: string, instanceId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _list( + location: string, + instanceId: string, + options?: RestorableMongodbDatabasesListOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - listOperationSpec, - callback) as Promise; + { location, instanceId, options }, + listOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbDatabases", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbDatabases", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableMongodbDatabasesListResult @@ -85,5 +118,13 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbResources.ts index 5d4f07933664..3061a226ef62 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableMongodbResources.ts @@ -3,82 +3,111 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableMongodbResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableMongodbResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + DatabaseRestoreResource, + RestorableMongodbResourcesListOptionalParams, + RestorableMongodbResourcesListResponse +} from "../models"; -/** Class representing a RestorableMongodbResources. */ -export class RestorableMongodbResources { +/// +/** Class containing RestorableMongodbResources operations. */ +export class RestorableMongodbResourcesImpl + implements RestorableMongodbResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableMongodbResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableMongodbResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Return a list of database and collection combo that exist on the account at the given timestamp - * and location. This helps in scenarios to validate what resources exist at given timestamp and - * location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' - * permission. + * Return a list of database and collection combo that exist on the account at the given timestamp and + * location. This helps in scenarios to validate what resources exist at given timestamp and location. + * This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(location: string, instanceId: string, options?: Models.RestorableMongodbResourcesListOptionalParams): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - list(location: string, instanceId: string, callback: msRest.ServiceCallback): void; + public list( + location: string, + instanceId: string, + options?: RestorableMongodbResourcesListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(location, instanceId, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(location, instanceId, options); + } + }; + } + + private async *listPagingPage( + location: string, + instanceId: string, + options?: RestorableMongodbResourcesListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(location, instanceId, options); + yield result.value || []; + } + + private async *listPagingAll( + location: string, + instanceId: string, + options?: RestorableMongodbResourcesListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + location, + instanceId, + options + )) { + yield* page; + } + } + /** + * Return a list of database and collection combo that exist on the account at the given timestamp and + * location. This helps in scenarios to validate what resources exist at given timestamp and location. + * This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - list(location: string, instanceId: string, options: Models.RestorableMongodbResourcesListOptionalParams, callback: msRest.ServiceCallback): void; - list(location: string, instanceId: string, options?: Models.RestorableMongodbResourcesListOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _list( + location: string, + instanceId: string, + options?: RestorableMongodbResourcesListOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - listOperationSpec, - callback) as Promise; + { location, instanceId, options }, + listOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbResources", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbResources", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.restoreLocation, - Parameters.restoreTimestampInUtc - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableMongodbResourcesListResult @@ -87,5 +116,17 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [ + Parameters.apiVersion, + Parameters.restoreLocation, + Parameters.restoreTimestampInUtc + ], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlContainers.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlContainers.ts index b193a249a6b0..d6641536ce32 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlContainers.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlContainers.ts @@ -3,82 +3,110 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableSqlContainersMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableSqlContainers } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + RestorableSqlContainerGetResult, + RestorableSqlContainersListOptionalParams, + RestorableSqlContainersListResponse +} from "../models"; -/** Class representing a RestorableSqlContainers. */ -export class RestorableSqlContainers { +/// +/** Class containing RestorableSqlContainers operations. */ +export class RestorableSqlContainersImpl implements RestorableSqlContainers { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableSqlContainers. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableSqlContainers class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a - * specific database. This helps in scenario where container was accidentally deleted. This API - * requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission + * Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific + * database. This helps in scenario where container was accidentally deleted. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(location: string, instanceId: string, options?: Models.RestorableSqlContainersListOptionalParams): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - list(location: string, instanceId: string, callback: msRest.ServiceCallback): void; + public list( + location: string, + instanceId: string, + options?: RestorableSqlContainersListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(location, instanceId, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(location, instanceId, options); + } + }; + } + + private async *listPagingPage( + location: string, + instanceId: string, + options?: RestorableSqlContainersListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(location, instanceId, options); + yield result.value || []; + } + + private async *listPagingAll( + location: string, + instanceId: string, + options?: RestorableSqlContainersListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + location, + instanceId, + options + )) { + yield* page; + } + } + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific + * database. This helps in scenario where container was accidentally deleted. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - list(location: string, instanceId: string, options: Models.RestorableSqlContainersListOptionalParams, callback: msRest.ServiceCallback): void; - list(location: string, instanceId: string, options?: Models.RestorableSqlContainersListOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _list( + location: string, + instanceId: string, + options?: RestorableSqlContainersListOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - listOperationSpec, - callback) as Promise; + { location, instanceId, options }, + listOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableSqlContainers", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableSqlContainers", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.restorableSqlDatabaseRid, - Parameters.startTime, - Parameters.endTime - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableSqlContainersListResult @@ -87,5 +115,18 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [ + Parameters.apiVersion, + Parameters.restorableSqlDatabaseRid, + Parameters.startTime, + Parameters.endTime + ], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlDatabases.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlDatabases.ts index 49eb4039b1d9..11e0b35aabb1 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlDatabases.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlDatabases.ts @@ -3,23 +3,29 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableSqlDatabasesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableSqlDatabases } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + RestorableSqlDatabaseGetResult, + RestorableSqlDatabasesListOptionalParams, + RestorableSqlDatabasesListResponse +} from "../models"; -/** Class representing a RestorableSqlDatabases. */ -export class RestorableSqlDatabases { +/// +/** Class containing RestorableSqlDatabases operations. */ +export class RestorableSqlDatabasesImpl implements RestorableSqlDatabases { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableSqlDatabases. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableSqlDatabases class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -32,51 +38,77 @@ export class RestorableSqlDatabases { * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(location: string, instanceId: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - list(location: string, instanceId: string, callback: msRest.ServiceCallback): void; + public list( + location: string, + instanceId: string, + options?: RestorableSqlDatabasesListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(location, instanceId, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(location, instanceId, options); + } + }; + } + + private async *listPagingPage( + location: string, + instanceId: string, + options?: RestorableSqlDatabasesListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(location, instanceId, options); + yield result.value || []; + } + + private async *listPagingAll( + location: string, + instanceId: string, + options?: RestorableSqlDatabasesListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + location, + instanceId, + options + )) { + yield* page; + } + } + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the + * restorable account. This helps in scenario where database was accidentally deleted to get the + * deletion time. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - list(location: string, instanceId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - list(location: string, instanceId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _list( + location: string, + instanceId: string, + options?: RestorableSqlDatabasesListOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - listOperationSpec, - callback) as Promise; + { location, instanceId, options }, + listOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableSqlDatabases", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableSqlDatabases", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableSqlDatabasesListResult @@ -85,5 +117,13 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlResources.ts index da5a23fb80d4..f0f4b5c7b693 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/restorableSqlResources.ts @@ -3,82 +3,110 @@ * 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 * as Models from "../models"; -import * as Mappers from "../models/restorableSqlResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { RestorableSqlResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { + DatabaseRestoreResource, + RestorableSqlResourcesListOptionalParams, + RestorableSqlResourcesListResponse +} from "../models"; -/** Class representing a RestorableSqlResources. */ -export class RestorableSqlResources { +/// +/** Class containing RestorableSqlResources operations. */ +export class RestorableSqlResourcesImpl implements RestorableSqlResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a RestorableSqlResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class RestorableSqlResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; } /** - * Return a list of database and container combo that exist on the account at the given timestamp - * and location. This helps in scenarios to validate what resources exist at given timestamp and - * location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' - * permission. + * Return a list of database and container combo that exist on the account at the given timestamp and + * location. This helps in scenarios to validate what resources exist at given timestamp and location. + * This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - list(location: string, instanceId: string, options?: Models.RestorableSqlResourcesListOptionalParams): Promise; - /** - * @param location Cosmos DB region, with spaces between words and each word capitalized. - * @param instanceId The instanceId GUID of a restorable database account. - * @param callback The callback - */ - list(location: string, instanceId: string, callback: msRest.ServiceCallback): void; + public list( + location: string, + instanceId: string, + options?: RestorableSqlResourcesListOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listPagingAll(location, instanceId, options); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listPagingPage(location, instanceId, options); + } + }; + } + + private async *listPagingPage( + location: string, + instanceId: string, + options?: RestorableSqlResourcesListOptionalParams + ): AsyncIterableIterator { + let result = await this._list(location, instanceId, options); + yield result.value || []; + } + + private async *listPagingAll( + location: string, + instanceId: string, + options?: RestorableSqlResourcesListOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listPagingPage( + location, + instanceId, + options + )) { + yield* page; + } + } + /** + * Return a list of database and container combo that exist on the account at the given timestamp and + * location. This helps in scenarios to validate what resources exist at given timestamp and location. + * This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. * @param location Cosmos DB region, with spaces between words and each word capitalized. * @param instanceId The instanceId GUID of a restorable database account. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - list(location: string, instanceId: string, options: Models.RestorableSqlResourcesListOptionalParams, callback: msRest.ServiceCallback): void; - list(location: string, instanceId: string, options?: Models.RestorableSqlResourcesListOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _list( + location: string, + instanceId: string, + options?: RestorableSqlResourcesListOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - location, - instanceId, - options - }, - listOperationSpec, - callback) as Promise; + { location, instanceId, options }, + listOperationSpec + ); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableSqlResources", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableSqlResources", - urlParameters: [ - Parameters.subscriptionId, - Parameters.location, - Parameters.instanceId - ], - queryParameters: [ - Parameters.apiVersion, - Parameters.restoreLocation, - Parameters.restoreTimestampInUtc - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.RestorableSqlResourcesListResult @@ -87,5 +115,17 @@ const listOperationSpec: msRest.OperationSpec = { bodyMapper: Mappers.CloudError } }, + queryParameters: [ + Parameters.apiVersion, + Parameters.restoreLocation, + Parameters.restoreTimestampInUtc + ], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.location1, + Parameters.instanceId + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/sqlResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/sqlResources.ts index 94c069d835b7..40e20508f86d 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/sqlResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/sqlResources.ts @@ -3,24 +3,111 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/sqlResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { SqlResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; - -/** Class representing a SqlResources. */ -export class SqlResources { +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + SqlDatabaseGetResults, + SqlResourcesListSqlDatabasesOptionalParams, + SqlContainerGetResults, + SqlResourcesListSqlContainersOptionalParams, + SqlStoredProcedureGetResults, + SqlResourcesListSqlStoredProceduresOptionalParams, + SqlUserDefinedFunctionGetResults, + SqlResourcesListSqlUserDefinedFunctionsOptionalParams, + SqlTriggerGetResults, + SqlResourcesListSqlTriggersOptionalParams, + SqlRoleDefinitionGetResults, + SqlResourcesListSqlRoleDefinitionsOptionalParams, + SqlRoleAssignmentGetResults, + SqlResourcesListSqlRoleAssignmentsOptionalParams, + SqlResourcesListSqlDatabasesResponse, + SqlResourcesGetSqlDatabaseOptionalParams, + SqlResourcesGetSqlDatabaseResponse, + SqlDatabaseCreateUpdateParameters, + SqlResourcesCreateUpdateSqlDatabaseOptionalParams, + SqlResourcesCreateUpdateSqlDatabaseResponse, + SqlResourcesDeleteSqlDatabaseOptionalParams, + SqlResourcesGetSqlDatabaseThroughputOptionalParams, + SqlResourcesGetSqlDatabaseThroughputResponse, + ThroughputSettingsUpdateParameters, + SqlResourcesUpdateSqlDatabaseThroughputOptionalParams, + SqlResourcesUpdateSqlDatabaseThroughputResponse, + SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams, + SqlResourcesMigrateSqlDatabaseToAutoscaleResponse, + SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams, + SqlResourcesMigrateSqlDatabaseToManualThroughputResponse, + SqlResourcesListSqlContainersResponse, + SqlResourcesGetSqlContainerOptionalParams, + SqlResourcesGetSqlContainerResponse, + SqlContainerCreateUpdateParameters, + SqlResourcesCreateUpdateSqlContainerOptionalParams, + SqlResourcesCreateUpdateSqlContainerResponse, + SqlResourcesDeleteSqlContainerOptionalParams, + SqlResourcesGetSqlContainerThroughputOptionalParams, + SqlResourcesGetSqlContainerThroughputResponse, + SqlResourcesUpdateSqlContainerThroughputOptionalParams, + SqlResourcesUpdateSqlContainerThroughputResponse, + SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams, + SqlResourcesMigrateSqlContainerToAutoscaleResponse, + SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams, + SqlResourcesMigrateSqlContainerToManualThroughputResponse, + SqlResourcesListSqlStoredProceduresResponse, + SqlResourcesGetSqlStoredProcedureOptionalParams, + SqlResourcesGetSqlStoredProcedureResponse, + SqlStoredProcedureCreateUpdateParameters, + SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams, + SqlResourcesCreateUpdateSqlStoredProcedureResponse, + SqlResourcesDeleteSqlStoredProcedureOptionalParams, + SqlResourcesListSqlUserDefinedFunctionsResponse, + SqlResourcesGetSqlUserDefinedFunctionOptionalParams, + SqlResourcesGetSqlUserDefinedFunctionResponse, + SqlUserDefinedFunctionCreateUpdateParameters, + SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams, + SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse, + SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams, + SqlResourcesListSqlTriggersResponse, + SqlResourcesGetSqlTriggerOptionalParams, + SqlResourcesGetSqlTriggerResponse, + SqlTriggerCreateUpdateParameters, + SqlResourcesCreateUpdateSqlTriggerOptionalParams, + SqlResourcesCreateUpdateSqlTriggerResponse, + SqlResourcesDeleteSqlTriggerOptionalParams, + SqlResourcesGetSqlRoleDefinitionOptionalParams, + SqlResourcesGetSqlRoleDefinitionResponse, + SqlRoleDefinitionCreateUpdateParameters, + SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams, + SqlResourcesCreateUpdateSqlRoleDefinitionResponse, + SqlResourcesDeleteSqlRoleDefinitionOptionalParams, + SqlResourcesListSqlRoleDefinitionsResponse, + SqlResourcesGetSqlRoleAssignmentOptionalParams, + SqlResourcesGetSqlRoleAssignmentResponse, + SqlRoleAssignmentCreateUpdateParameters, + SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams, + SqlResourcesCreateUpdateSqlRoleAssignmentResponse, + SqlResourcesDeleteSqlRoleAssignmentOptionalParams, + SqlResourcesListSqlRoleAssignmentsResponse, + ContinuousBackupRestoreLocation, + SqlResourcesRetrieveContinuousBackupInformationOptionalParams, + SqlResourcesRetrieveContinuousBackupInformationResponse +} from "../models"; + +/// +/** Class containing SqlResources operations. */ +export class SqlResourcesImpl implements SqlResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a SqlResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class SqlResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,68 +117,588 @@ export class SqlResources { * Lists the SQL databases under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlDatabases(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + * @param options The options parameters. + */ + public listSqlDatabases( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlDatabasesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlDatabasesPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlDatabasesPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listSqlDatabasesPagingPage( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlDatabasesOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlDatabases( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listSqlDatabasesPagingAll( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlDatabasesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlDatabasesPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * Lists the SQL container under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listSqlDatabases(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + public listSqlContainers( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesListSqlContainersOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlContainersPagingAll( + resourceGroupName, + accountName, + databaseName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlContainersPagingPage( + resourceGroupName, + accountName, + databaseName, + options + ); + } + }; + } + + private async *listSqlContainersPagingPage( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesListSqlContainersOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlContainers( + resourceGroupName, + accountName, + databaseName, + options + ); + yield result.value || []; + } + + private async *listSqlContainersPagingAll( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesListSqlContainersOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlContainersPagingPage( + resourceGroupName, + accountName, + databaseName, + options + )) { + yield* page; + } + } + /** + * Lists the SQL storedProcedure under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback - */ - listSqlDatabases(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlDatabases(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + public listSqlStoredProcedures( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlStoredProceduresOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlStoredProceduresPagingAll( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + return { + next() { + return iter.next(); }, - listSqlDatabasesOperationSpec, - callback) as Promise; + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlStoredProceduresPagingPage( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + } + }; + } + + private async *listSqlStoredProceduresPagingPage( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlStoredProceduresOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlStoredProcedures( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + yield result.value || []; + } + + private async *listSqlStoredProceduresPagingAll( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlStoredProceduresOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlStoredProceduresPagingPage( + resourceGroupName, + accountName, + databaseName, + containerName, + options + )) { + yield* page; + } } /** - * Gets the SQL database under an existing Azure Cosmos DB database account with the provided name. + * Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + public listSqlUserDefinedFunctions( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlUserDefinedFunctionsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlUserDefinedFunctionsPagingAll( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlUserDefinedFunctionsPagingPage( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + } + }; + } + + private async *listSqlUserDefinedFunctionsPagingPage( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlUserDefinedFunctionsOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlUserDefinedFunctions( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + yield result.value || []; + } + + private async *listSqlUserDefinedFunctionsPagingAll( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlUserDefinedFunctionsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlUserDefinedFunctionsPagingPage( + resourceGroupName, + accountName, + databaseName, + containerName, + options + )) { + yield* page; + } + } + /** + * Lists the SQL trigger under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + public listSqlTriggers( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlTriggersOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlTriggersPagingAll( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlTriggersPagingPage( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + } + }; + } + + private async *listSqlTriggersPagingPage( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlTriggersOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlTriggers( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + yield result.value || []; + } + + private async *listSqlTriggersPagingAll( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlTriggersOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlTriggersPagingPage( + resourceGroupName, + accountName, + databaseName, + containerName, + options + )) { + yield* page; + } + } + + /** + * Retrieves the list of all Azure Cosmos DB SQL Role Definitions. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + public listSqlRoleDefinitions( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleDefinitionsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlRoleDefinitionsPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlRoleDefinitionsPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listSqlRoleDefinitionsPagingPage( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleDefinitionsOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlRoleDefinitions( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listSqlRoleDefinitionsPagingAll( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleDefinitionsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlRoleDefinitionsPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + + /** + * Retrieves the list of all Azure Cosmos DB SQL Role Assignments. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + public listSqlRoleAssignments( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleAssignmentsOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listSqlRoleAssignmentsPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listSqlRoleAssignmentsPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listSqlRoleAssignmentsPagingPage( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleAssignmentsOptionalParams + ): AsyncIterableIterator { + let result = await this._listSqlRoleAssignments( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listSqlRoleAssignmentsPagingAll( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleAssignmentsOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listSqlRoleAssignmentsPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + + /** + * Lists the SQL databases under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. */ - getSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + private _listSqlDatabases( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlDatabasesOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, options }, + listSqlDatabasesOperationSpec + ); + } + /** + * Gets the SQL database under an existing Azure Cosmos DB database account with the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - getSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + getSqlDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesGetSqlDatabaseOptionalParams + ): Promise { return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, options }, + getSqlDatabaseOperationSpec + ); + } + + /** + * Create or update an Azure Cosmos DB SQL database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateSqlDatabaseParameters The parameters to provide for the current SQL database. + * @param options The options parameters. + */ + async beginCreateUpdateSqlDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateSqlDatabaseParameters: SqlDatabaseCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlDatabaseOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlDatabaseResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + createUpdateSqlDatabaseParameters, options }, - getSqlDatabaseOperationSpec, - callback) as Promise; + createUpdateSqlDatabaseOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -100,12 +707,23 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param createUpdateSqlDatabaseParameters The parameters to provide for the current SQL database. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateSqlDatabaseParameters: Models.SqlDatabaseCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlDatabase(resourceGroupName,accountName,databaseName,createUpdateSqlDatabaseParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param options The options parameters. + */ + async beginCreateUpdateSqlDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateSqlDatabaseParameters: SqlDatabaseCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlDatabaseOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlDatabase( + resourceGroupName, + accountName, + databaseName, + createUpdateSqlDatabaseParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -113,49 +731,181 @@ export class SqlResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlDatabase(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesDeleteSqlDatabaseOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + deleteSqlDatabaseOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account - * with the provided name. + * Deletes an existing Azure Cosmos DB SQL database. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + async beginDeleteSqlDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesDeleteSqlDatabaseOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlDatabase( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); + } + /** + * Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with + * the provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - getSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + getSqlDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesGetSqlDatabaseThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, options }, + getSqlDatabaseThroughputOperationSpec + ); + } + /** + * Update RUs per second of an Azure Cosmos DB SQL database * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL database. + * @param options The options parameters. + */ + async beginUpdateSqlDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesUpdateSqlDatabaseThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, + updateThroughputParameters, options }, - getSqlDatabaseThroughputOperationSpec, - callback) as Promise; + updateSqlDatabaseThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -163,14 +913,25 @@ export class SqlResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param updateThroughputParameters The parameters to provide for the RUs per second of the - * current SQL database. - * @param [options] The optional parameters - * @returns Promise - */ - updateSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateSqlDatabaseThroughput(resourceGroupName,accountName,databaseName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL database. + * @param options The options parameters. + */ + async beginUpdateSqlDatabaseThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateSqlDatabaseThroughput( + resourceGroupName, + accountName, + databaseName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -178,61 +939,200 @@ export class SqlResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - migrateSqlDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateSqlDatabaseToAutoscale(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param options The options parameters. + */ + async beginMigrateSqlDatabaseToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesMigrateSqlDatabaseToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + migrateSqlDatabaseToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput + * Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateSqlDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateSqlDatabaseToManualThroughput(resourceGroupName,accountName,databaseName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginMigrateSqlDatabaseToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateSqlDatabaseToAutoscale( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); } /** - * Lists the SQL container under an existing Azure Cosmos DB database account. + * Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlContainers(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise; + * @param options The options parameters. + */ + async beginMigrateSqlDatabaseToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesMigrateSqlDatabaseToManualThroughputResponse + >, + SqlResourcesMigrateSqlDatabaseToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, options }, + migrateSqlDatabaseToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + /** + * Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param callback The callback + * @param options The options parameters. */ - listSqlContainers(resourceGroupName: string, accountName: string, databaseName: string, callback: msRest.ServiceCallback): void; + async beginMigrateSqlDatabaseToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateSqlDatabaseToManualThroughput( + resourceGroupName, + accountName, + databaseName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the SQL container under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listSqlContainers(resourceGroupName: string, accountName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlContainers(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listSqlContainers( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesListSqlContainersOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - listSqlContainersOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, databaseName, options }, + listSqlContainersOperationSpec + ); } /** @@ -241,38 +1141,98 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param callback The callback - */ - getSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + getSqlContainer( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesGetSqlContainerOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, containerName, options }, + getSqlContainerOperationSpec + ); + } + /** + * Create or update an Azure Cosmos DB SQL container * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param createUpdateSqlContainerParameters The parameters to provide for the current SQL container. + * @param options The options parameters. + */ + async beginCreateUpdateSqlContainer( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlContainerOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlContainerResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, containerName, + createUpdateSqlContainerParameters, options }, - getSqlContainerOperationSpec, - callback) as Promise; + createUpdateSqlContainerOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -281,14 +1241,26 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param createUpdateSqlContainerParameters The parameters to provide for the current SQL - * container. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, createUpdateSqlContainerParameters: Models.SqlContainerCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlContainer(resourceGroupName,accountName,databaseName,containerName,createUpdateSqlContainerParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param createUpdateSqlContainerParameters The parameters to provide for the current SQL container. + * @param options The options parameters. + */ + async beginCreateUpdateSqlContainerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlContainerOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlContainer( + resourceGroupName, + accountName, + databaseName, + containerName, + createUpdateSqlContainerParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -297,52 +1269,189 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlContainer(resourceGroupName,accountName,databaseName,containerName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlContainer( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesDeleteSqlContainerOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, containerName, options }, + deleteSqlContainerOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account. + * Deletes an existing Azure Cosmos DB SQL container. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise; + * @param options The options parameters. + */ + async beginDeleteSqlContainerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesDeleteSqlContainerOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlContainer( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + return poller.pollUntilDone(); + } + /** + * Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param callback The callback - */ - getSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + getSqlContainerThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesGetSqlContainerThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, containerName, options }, + getSqlContainerThroughputOperationSpec + ); + } + /** + * Update RUs per second of an Azure Cosmos DB SQL container * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL container. + * @param options The options parameters. + */ + async beginUpdateSqlContainerThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesUpdateSqlContainerThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, containerName, + updateThroughputParameters, options }, - getSqlContainerThroughputOperationSpec, - callback) as Promise; + updateSqlContainerThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -351,14 +1460,27 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param updateThroughputParameters The parameters to provide for the RUs per second of the - * current SQL container. - * @param [options] The optional parameters - * @returns Promise - */ - updateSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateSqlContainerThroughput(resourceGroupName,accountName,databaseName,containerName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL container. + * @param options The options parameters. + */ + async beginUpdateSqlContainerThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateSqlContainerThroughput( + resourceGroupName, + accountName, + databaseName, + containerName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -367,12 +1489,93 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - migrateSqlContainerToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateSqlContainerToAutoscale(resourceGroupName,accountName,databaseName,containerName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param options The options parameters. + */ + async beginMigrateSqlContainerToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesMigrateSqlContainerToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, containerName, options }, + migrateSqlContainerToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); + } + + /** + * Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + async beginMigrateSqlContainerToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateSqlContainerToAutoscale( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + return poller.pollUntilDone(); } /** @@ -381,96 +1584,229 @@ export class SqlResources { * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - migrateSqlContainerToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateSqlContainerToManualThroughput(resourceGroupName,accountName,databaseName,containerName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param options The options parameters. + */ + async beginMigrateSqlContainerToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesMigrateSqlContainerToManualThroughputResponse + >, + SqlResourcesMigrateSqlContainerToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, databaseName, containerName, options }, + migrateSqlContainerToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Lists the SQL storedProcedure under an existing Azure Cosmos DB database account. + * Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlStoredProcedures(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise; + * @param options The options parameters. + */ + async beginMigrateSqlContainerToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateSqlContainerToManualThroughput( + resourceGroupName, + accountName, + databaseName, + containerName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the SQL storedProcedure under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param callback The callback - */ - listSqlStoredProcedures(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + private _listSqlStoredProcedures( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlStoredProceduresOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, containerName, options }, + listSqlStoredProceduresOperationSpec + ); + } + /** + * Gets the SQL storedProcedure under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param options The optional parameters - * @param callback The callback - */ - listSqlStoredProcedures(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlStoredProcedures(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param options The options parameters. + */ + getSqlStoredProcedure( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + options?: SqlResourcesGetSqlStoredProcedureOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, accountName, databaseName, containerName, + storedProcedureName, options }, - listSqlStoredProceduresOperationSpec, - callback) as Promise; + getSqlStoredProcedureOperationSpec + ); } /** - * Gets the SQL storedProcedure under an existing Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param storedProcedureName Cosmos DB storedProcedure name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param storedProcedureName Cosmos DB storedProcedure name. - * @param callback The callback - */ - getSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, callback: msRest.ServiceCallback): void; - /** + * Create or update an Azure Cosmos DB SQL storedProcedure * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param storedProcedureName Cosmos DB storedProcedure name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param createUpdateSqlStoredProcedureParameters The parameters to provide for the current SQL + * storedProcedure. + * @param options The options parameters. + */ + async beginCreateUpdateSqlStoredProcedure( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + createUpdateSqlStoredProcedureParameters: SqlStoredProcedureCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlStoredProcedureResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, containerName, storedProcedureName, + createUpdateSqlStoredProcedureParameters, options }, - getSqlStoredProcedureOperationSpec, - callback) as Promise; + createUpdateSqlStoredProcedureOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -481,13 +1817,28 @@ export class SqlResources { * @param containerName Cosmos DB container name. * @param storedProcedureName Cosmos DB storedProcedure name. * @param createUpdateSqlStoredProcedureParameters The parameters to provide for the current SQL - * storedProcedure. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, createUpdateSqlStoredProcedureParameters: Models.SqlStoredProcedureCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlStoredProcedure(resourceGroupName,accountName,databaseName,containerName,storedProcedureName,createUpdateSqlStoredProcedureParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * storedProcedure. + * @param options The options parameters. + */ + async beginCreateUpdateSqlStoredProcedureAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + createUpdateSqlStoredProcedureParameters: SqlStoredProcedureCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlStoredProcedure( + resourceGroupName, + accountName, + databaseName, + containerName, + storedProcedureName, + createUpdateSqlStoredProcedureParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -497,96 +1848,235 @@ export class SqlResources { * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param storedProcedureName Cosmos DB storedProcedure name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlStoredProcedure(resourceGroupName,accountName,databaseName,containerName,storedProcedureName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlStoredProcedure( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + options?: SqlResourcesDeleteSqlStoredProcedureOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { + resourceGroupName, + accountName, + databaseName, + containerName, + storedProcedureName, + options + }, + deleteSqlStoredProcedureOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account. + * Deletes an existing Azure Cosmos DB SQL storedProcedure. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlUserDefinedFunctions(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise; + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param options The options parameters. + */ + async beginDeleteSqlStoredProcedureAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + options?: SqlResourcesDeleteSqlStoredProcedureOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlStoredProcedure( + resourceGroupName, + accountName, + databaseName, + containerName, + storedProcedureName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param callback The callback - */ - listSqlUserDefinedFunctions(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + private _listSqlUserDefinedFunctions( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlUserDefinedFunctionsOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, containerName, options }, + listSqlUserDefinedFunctionsOperationSpec + ); + } + /** + * Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param options The optional parameters - * @param callback The callback - */ - listSqlUserDefinedFunctions(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlUserDefinedFunctions(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param options The options parameters. + */ + getSqlUserDefinedFunction( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + options?: SqlResourcesGetSqlUserDefinedFunctionOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, accountName, databaseName, containerName, + userDefinedFunctionName, options }, - listSqlUserDefinedFunctionsOperationSpec, - callback) as Promise; + getSqlUserDefinedFunctionOperationSpec + ); } /** - * Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param callback The callback - */ - getSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, callback: msRest.ServiceCallback): void; - /** + * Create or update an Azure Cosmos DB SQL userDefinedFunction * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param createUpdateSqlUserDefinedFunctionParameters The parameters to provide for the current SQL + * userDefinedFunction. + * @param options The options parameters. + */ + async beginCreateUpdateSqlUserDefinedFunction( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + createUpdateSqlUserDefinedFunctionParameters: SqlUserDefinedFunctionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse + >, + SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, + createUpdateSqlUserDefinedFunctionParameters, options }, - getSqlUserDefinedFunctionOperationSpec, - callback) as Promise; + createUpdateSqlUserDefinedFunctionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -596,14 +2086,29 @@ export class SqlResources { * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param createUpdateSqlUserDefinedFunctionParameters The parameters to provide for the current - * SQL userDefinedFunction. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, createUpdateSqlUserDefinedFunctionParameters: Models.SqlUserDefinedFunctionCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlUserDefinedFunction(resourceGroupName,accountName,databaseName,containerName,userDefinedFunctionName,createUpdateSqlUserDefinedFunctionParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param createUpdateSqlUserDefinedFunctionParameters The parameters to provide for the current SQL + * userDefinedFunction. + * @param options The options parameters. + */ + async beginCreateUpdateSqlUserDefinedFunctionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + createUpdateSqlUserDefinedFunctionParameters: SqlUserDefinedFunctionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlUserDefinedFunction( + resourceGroupName, + accountName, + databaseName, + containerName, + userDefinedFunctionName, + createUpdateSqlUserDefinedFunctionParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -613,96 +2118,232 @@ export class SqlResources { * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlUserDefinedFunction(resourceGroupName,accountName,databaseName,containerName,userDefinedFunctionName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlUserDefinedFunction( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { + resourceGroupName, + accountName, + databaseName, + containerName, + userDefinedFunctionName, + options + }, + deleteSqlUserDefinedFunctionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Lists the SQL trigger under an existing Azure Cosmos DB database account. + * Deletes an existing Azure Cosmos DB SQL userDefinedFunction. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlTriggers(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise; + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param options The options parameters. + */ + async beginDeleteSqlUserDefinedFunctionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlUserDefinedFunction( + resourceGroupName, + accountName, + databaseName, + containerName, + userDefinedFunctionName, + options + ); + return poller.pollUntilDone(); + } + /** + * Lists the SQL trigger under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param callback The callback - */ - listSqlTriggers(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + private _listSqlTriggers( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlTriggersOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, databaseName, containerName, options }, + listSqlTriggersOperationSpec + ); + } + /** + * Gets the SQL trigger under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param options The optional parameters - * @param callback The callback - */ - listSqlTriggers(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlTriggers(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + * @param triggerName Cosmos DB trigger name. + * @param options The options parameters. + */ + getSqlTrigger( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + options?: SqlResourcesGetSqlTriggerOptionalParams + ): Promise { return this.client.sendOperationRequest( { resourceGroupName, accountName, databaseName, containerName, + triggerName, options }, - listSqlTriggersOperationSpec, - callback) as Promise; + getSqlTriggerOperationSpec + ); } /** - * Gets the SQL trigger under an existing Azure Cosmos DB database account. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param triggerName Cosmos DB trigger name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param triggerName Cosmos DB trigger name. - * @param callback The callback - */ - getSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, callback: msRest.ServiceCallback): void; - /** + * Create or update an Azure Cosmos DB SQL trigger * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param triggerName Cosmos DB trigger name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param createUpdateSqlTriggerParameters The parameters to provide for the current SQL trigger. + * @param options The options parameters. + */ + async beginCreateUpdateSqlTrigger( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + createUpdateSqlTriggerParameters: SqlTriggerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlTriggerOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlTriggerResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, containerName, triggerName, + createUpdateSqlTriggerParameters, options }, - getSqlTriggerOperationSpec, - callback) as Promise; + createUpdateSqlTriggerOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -713,12 +2354,27 @@ export class SqlResources { * @param containerName Cosmos DB container name. * @param triggerName Cosmos DB trigger name. * @param createUpdateSqlTriggerParameters The parameters to provide for the current SQL trigger. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, createUpdateSqlTriggerParameters: Models.SqlTriggerCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlTrigger(resourceGroupName,accountName,databaseName,containerName,triggerName,createUpdateSqlTriggerParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param options The options parameters. + */ + async beginCreateUpdateSqlTriggerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + createUpdateSqlTriggerParameters: SqlTriggerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlTriggerOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlTrigger( + resourceGroupName, + accountName, + databaseName, + containerName, + triggerName, + createUpdateSqlTriggerParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -728,48 +2384,195 @@ export class SqlResources { * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param triggerName Cosmos DB trigger name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlTrigger(resourceGroupName,accountName,databaseName,containerName,triggerName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlTrigger( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + options?: SqlResourcesDeleteSqlTriggerOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { + resourceGroupName, + accountName, + databaseName, + containerName, + triggerName, + options + }, + deleteSqlTriggerOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Retrieves the properties of an existing Azure Cosmos DB SQL Role Definition with the given Id. - * @param roleDefinitionId The GUID for the Role Definition. + * Deletes an existing Azure Cosmos DB SQL trigger. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param triggerName Cosmos DB trigger name. + * @param options The options parameters. + */ + async beginDeleteSqlTriggerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + options?: SqlResourcesDeleteSqlTriggerOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlTrigger( + resourceGroupName, + accountName, + databaseName, + containerName, + triggerName, + options + ); + return poller.pollUntilDone(); + } + /** + * Retrieves the properties of an existing Azure Cosmos DB SQL Role Definition with the given Id. * @param roleDefinitionId The GUID for the Role Definition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param options The options parameters. */ - getSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + getSqlRoleDefinition( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesGetSqlRoleDefinitionOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { roleDefinitionId, resourceGroupName, accountName, options }, + getSqlRoleDefinitionOperationSpec + ); + } + /** + * Creates or updates an Azure Cosmos DB SQL Role Definition. * @param roleDefinitionId The GUID for the Role Definition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param createUpdateSqlRoleDefinitionParameters The properties required to create or update a Role + * Definition. + * @param options The options parameters. + */ + async beginCreateUpdateSqlRoleDefinition( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleDefinitionParameters: SqlRoleDefinitionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlRoleDefinitionResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { roleDefinitionId, resourceGroupName, accountName, + createUpdateSqlRoleDefinitionParameters, options }, - getSqlRoleDefinitionOperationSpec, - callback) as Promise; + createUpdateSqlRoleDefinitionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -777,14 +2580,25 @@ export class SqlResources { * @param roleDefinitionId The GUID for the Role Definition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param createUpdateSqlRoleDefinitionParameters The properties required to create or update a - * Role Definition. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleDefinitionParameters: Models.SqlRoleDefinitionCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlRoleDefinition(roleDefinitionId,resourceGroupName,accountName,createUpdateSqlRoleDefinitionParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param createUpdateSqlRoleDefinitionParameters The properties required to create or update a Role + * Definition. + * @param options The options parameters. + */ + async beginCreateUpdateSqlRoleDefinitionAndWait( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleDefinitionParameters: SqlRoleDefinitionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlRoleDefinition( + roleDefinitionId, + resourceGroupName, + accountName, + createUpdateSqlRoleDefinitionParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -792,44 +2606,101 @@ export class SqlResources { * @param roleDefinitionId The GUID for the Role Definition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlRoleDefinition(roleDefinitionId,resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlRoleDefinition( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleDefinitionOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { roleDefinitionId, resourceGroupName, accountName, options }, + deleteSqlRoleDefinitionOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Retrieves the list of all Azure Cosmos DB SQL Role Definitions. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlRoleDefinitions(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** + * Deletes an existing Azure Cosmos DB SQL Role Definition. + * @param roleDefinitionId The GUID for the Role Definition. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listSqlRoleDefinitions(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + async beginDeleteSqlRoleDefinitionAndWait( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleDefinitionOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlRoleDefinition( + roleDefinitionId, + resourceGroupName, + accountName, + options + ); + return poller.pollUntilDone(); + } + /** + * Retrieves the list of all Azure Cosmos DB SQL Role Definitions. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listSqlRoleDefinitions(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlRoleDefinitions(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listSqlRoleDefinitions( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleDefinitionsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listSqlRoleDefinitionsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listSqlRoleDefinitionsOperationSpec + ); } /** @@ -837,35 +2708,95 @@ export class SqlResources { * @param roleAssignmentId The GUID for the Role Assignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - getSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param roleAssignmentId The GUID for the Role Assignment. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback + * @param options The options parameters. */ - getSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + getSqlRoleAssignment( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesGetSqlRoleAssignmentOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { roleAssignmentId, resourceGroupName, accountName, options }, + getSqlRoleAssignmentOperationSpec + ); + } + /** + * Creates or updates an Azure Cosmos DB SQL Role Assignment. * @param roleAssignmentId The GUID for the Role Assignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback - */ - getSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + * @param createUpdateSqlRoleAssignmentParameters The properties required to create or update a Role + * Assignment. + * @param options The options parameters. + */ + async beginCreateUpdateSqlRoleAssignment( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleAssignmentParameters: SqlRoleAssignmentCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlRoleAssignmentResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { roleAssignmentId, resourceGroupName, accountName, + createUpdateSqlRoleAssignmentParameters, options }, - getSqlRoleAssignmentOperationSpec, - callback) as Promise; + createUpdateSqlRoleAssignmentOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -873,14 +2804,25 @@ export class SqlResources { * @param roleAssignmentId The GUID for the Role Assignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param createUpdateSqlRoleAssignmentParameters The properties required to create or update a - * Role Assignment. - * @param [options] The optional parameters - * @returns Promise - */ - createUpdateSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleAssignmentParameters: Models.SqlRoleAssignmentCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateSqlRoleAssignment(roleAssignmentId,resourceGroupName,accountName,createUpdateSqlRoleAssignmentParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + * @param createUpdateSqlRoleAssignmentParameters The properties required to create or update a Role + * Assignment. + * @param options The options parameters. + */ + async beginCreateUpdateSqlRoleAssignmentAndWait( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleAssignmentParameters: SqlRoleAssignmentCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateSqlRoleAssignment( + roleAssignmentId, + resourceGroupName, + accountName, + createUpdateSqlRoleAssignmentParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -888,44 +2830,101 @@ export class SqlResources { * @param roleAssignmentId The GUID for the Role Assignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - deleteSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteSqlRoleAssignment(roleAssignmentId,resourceGroupName,accountName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + * @param options The options parameters. + */ + async beginDeleteSqlRoleAssignment( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleAssignmentOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { roleAssignmentId, resourceGroupName, accountName, options }, + deleteSqlRoleAssignmentOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Retrieves the list of all Azure Cosmos DB SQL Role Assignments. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - listSqlRoleAssignments(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** + * Deletes an existing Azure Cosmos DB SQL Role Assignment. + * @param roleAssignmentId The GUID for the Role Assignment. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listSqlRoleAssignments(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + * @param options The options parameters. + */ + async beginDeleteSqlRoleAssignmentAndWait( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleAssignmentOptionalParams + ): Promise { + const poller = await this.beginDeleteSqlRoleAssignment( + roleAssignmentId, + resourceGroupName, + accountName, + options + ); + return poller.pollUntilDone(); + } + /** + * Retrieves the list of all Azure Cosmos DB SQL Role Assignments. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listSqlRoleAssignments(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listSqlRoleAssignments(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listSqlRoleAssignments( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleAssignmentsOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listSqlRoleAssignmentsOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listSqlRoleAssignmentsOperationSpec + ); } /** @@ -935,1227 +2934,588 @@ export class SqlResources { * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. * @param location The name of the continuous backup restore location. - * @param [options] The optional parameters - * @returns Promise - */ - retrieveContinuousBackupInformation(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, location: Models.ContinuousBackupRestoreLocation, options?: msRest.RequestOptionsBase): Promise { - return this.beginRetrieveContinuousBackupInformation(resourceGroupName,accountName,databaseName,containerName,location,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; - } - - /** - * Create or update an Azure Cosmos DB SQL database - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param createUpdateSqlDatabaseParameters The parameters to provide for the current SQL database. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, createUpdateSqlDatabaseParameters: Models.SqlDatabaseCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - createUpdateSqlDatabaseParameters, - options - }, - beginCreateUpdateSqlDatabaseOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL database. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlDatabase(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginDeleteSqlDatabaseOperationSpec, - options); - } - - /** - * Update RUs per second of an Azure Cosmos DB SQL database - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param updateThroughputParameters The parameters to provide for the RUs per second of the - * current SQL database. - * @param [options] The optional parameters - * @returns Promise - */ - beginUpdateSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - updateThroughputParameters, - options - }, - beginUpdateSqlDatabaseThroughputOperationSpec, - options); - } - - /** - * Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateSqlDatabaseToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateSqlDatabaseToAutoscaleOperationSpec, - options); - } - - /** - * Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateSqlDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - options - }, - beginMigrateSqlDatabaseToManualThroughputOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB SQL container - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param createUpdateSqlContainerParameters The parameters to provide for the current SQL - * container. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, createUpdateSqlContainerParameters: Models.SqlContainerCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - createUpdateSqlContainerParameters, - options - }, - beginCreateUpdateSqlContainerOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL container. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlContainer(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - options - }, - beginDeleteSqlContainerOperationSpec, - options); - } - - /** - * Update RUs per second of an Azure Cosmos DB SQL container - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param updateThroughputParameters The parameters to provide for the RUs per second of the - * current SQL container. - * @param [options] The optional parameters - * @returns Promise - */ - beginUpdateSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( + * @param options The options parameters. + */ + async beginRetrieveContinuousBackupInformation( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + location: ContinuousBackupRestoreLocation, + options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesRetrieveContinuousBackupInformationResponse + >, + SqlResourcesRetrieveContinuousBackupInformationResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, databaseName, containerName, - updateThroughputParameters, + location, options }, - beginUpdateSqlContainerThroughputOperationSpec, - options); + retrieveContinuousBackupInformationOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs, + lroResourceLocationConfig: "location" + }); } /** - * Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale + * Retrieves continuous backup information for a container resource. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param databaseName Cosmos DB database name. * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateSqlContainerToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - options - }, - beginMigrateSqlContainerToAutoscaleOperationSpec, - options); + * @param location The name of the continuous backup restore location. + * @param options The options parameters. + */ + async beginRetrieveContinuousBackupInformationAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + location: ContinuousBackupRestoreLocation, + options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise { + const poller = await this.beginRetrieveContinuousBackupInformation( + resourceGroupName, + accountName, + databaseName, + containerName, + location, + options + ); + return poller.pollUntilDone(); } +} +// Operation Specifications +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); - /** - * Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateSqlContainerToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - options - }, - beginMigrateSqlContainerToManualThroughputOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB SQL storedProcedure - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param storedProcedureName Cosmos DB storedProcedure name. - * @param createUpdateSqlStoredProcedureParameters The parameters to provide for the current SQL - * storedProcedure. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, createUpdateSqlStoredProcedureParameters: Models.SqlStoredProcedureCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - storedProcedureName, - createUpdateSqlStoredProcedureParameters, - options - }, - beginCreateUpdateSqlStoredProcedureOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL storedProcedure. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param storedProcedureName Cosmos DB storedProcedure name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlStoredProcedure(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, storedProcedureName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - storedProcedureName, - options - }, - beginDeleteSqlStoredProcedureOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB SQL userDefinedFunction - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param createUpdateSqlUserDefinedFunctionParameters The parameters to provide for the current - * SQL userDefinedFunction. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, createUpdateSqlUserDefinedFunctionParameters: Models.SqlUserDefinedFunctionCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - userDefinedFunctionName, - createUpdateSqlUserDefinedFunctionParameters, - options - }, - beginCreateUpdateSqlUserDefinedFunctionOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL userDefinedFunction. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - userDefinedFunctionName, - options - }, - beginDeleteSqlUserDefinedFunctionOperationSpec, - options); - } - - /** - * Create or update an Azure Cosmos DB SQL trigger - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param triggerName Cosmos DB trigger name. - * @param createUpdateSqlTriggerParameters The parameters to provide for the current SQL trigger. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, createUpdateSqlTriggerParameters: Models.SqlTriggerCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - triggerName, - createUpdateSqlTriggerParameters, - options - }, - beginCreateUpdateSqlTriggerOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL trigger. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param triggerName Cosmos DB trigger name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlTrigger(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - triggerName, - options - }, - beginDeleteSqlTriggerOperationSpec, - options); - } - - /** - * Creates or updates an Azure Cosmos DB SQL Role Definition. - * @param roleDefinitionId The GUID for the Role Definition. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param createUpdateSqlRoleDefinitionParameters The properties required to create or update a - * Role Definition. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleDefinitionParameters: Models.SqlRoleDefinitionCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - roleDefinitionId, - resourceGroupName, - accountName, - createUpdateSqlRoleDefinitionParameters, - options - }, - beginCreateUpdateSqlRoleDefinitionOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL Role Definition. - * @param roleDefinitionId The GUID for the Role Definition. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlRoleDefinition(roleDefinitionId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - roleDefinitionId, - resourceGroupName, - accountName, - options - }, - beginDeleteSqlRoleDefinitionOperationSpec, - options); - } - - /** - * Creates or updates an Azure Cosmos DB SQL Role Assignment. - * @param roleAssignmentId The GUID for the Role Assignment. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param createUpdateSqlRoleAssignmentParameters The properties required to create or update a - * Role Assignment. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, createUpdateSqlRoleAssignmentParameters: Models.SqlRoleAssignmentCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - roleAssignmentId, - resourceGroupName, - accountName, - createUpdateSqlRoleAssignmentParameters, - options - }, - beginCreateUpdateSqlRoleAssignmentOperationSpec, - options); - } - - /** - * Deletes an existing Azure Cosmos DB SQL Role Assignment. - * @param roleAssignmentId The GUID for the Role Assignment. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise - */ - beginDeleteSqlRoleAssignment(roleAssignmentId: string, resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - roleAssignmentId, - resourceGroupName, - accountName, - options - }, - beginDeleteSqlRoleAssignmentOperationSpec, - options); - } - - /** - * Retrieves continuous backup information for a container resource. - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param databaseName Cosmos DB database name. - * @param containerName Cosmos DB container name. - * @param location The name of the continuous backup restore location. - * @param [options] The optional parameters - * @returns Promise - */ - beginRetrieveContinuousBackupInformation(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, location: Models.ContinuousBackupRestoreLocation, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - databaseName, - containerName, - location, - options - }, - beginRetrieveContinuousBackupInformationOperationSpec, - options); - } -} - -// Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listSqlDatabasesOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlDatabaseListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlDatabaseGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlDatabaseThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const listSqlContainersOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlContainerListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlContainerOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlContainerGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlContainerThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const listSqlStoredProceduresOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlStoredProcedureListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlStoredProcedureOperationSpec: msRest.OperationSpec = { +const listSqlDatabasesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName, - Parameters.storedProcedureName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlStoredProcedureGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const listSqlUserDefinedFunctionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlUserDefinedFunctionListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlUserDefinedFunctionOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName, - Parameters.userDefinedFunctionName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlUserDefinedFunctionGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const listSqlTriggersOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlTriggerListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlTriggerOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName, - Parameters.databaseName, - Parameters.containerName, - Parameters.triggerName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlTriggerGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlRoleDefinitionOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions/{roleDefinitionId}", - urlParameters: [ - Parameters.roleDefinitionId, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlRoleDefinitionGetResults - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const listSqlRoleDefinitionsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlRoleDefinitionListResult - }, - default: { - bodyMapper: Mappers.CloudError - } - }, - serializer -}; - -const getSqlRoleAssignmentOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments/{roleAssignmentId}", - urlParameters: [ - Parameters.roleAssignmentId, - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - responses: { - 200: { - bodyMapper: Mappers.SqlRoleAssignmentGetResults - }, - default: { - bodyMapper: Mappers.CloudError + responses: { + 200: { + bodyMapper: Mappers.SqlDatabaseListResult } }, - serializer -}; - -const listSqlRoleAssignmentsOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const getSqlDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.SqlRoleAssignmentListResult - }, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.SqlDatabaseGetResults } }, - serializer -}; - -const beginCreateUpdateSqlDatabaseOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateSqlDatabaseParameters", - mapper: { - ...Mappers.SqlDatabaseCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateSqlDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.SqlDatabaseGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.SqlDatabaseGetResults + }, + 202: { + bodyMapper: Mappers.SqlDatabaseGetResults + }, + 204: { + bodyMapper: Mappers.SqlDatabaseGetResults } }, + requestBody: Parameters.createUpdateSqlDatabaseParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteSqlDatabaseOperationSpec: msRest.OperationSpec = { +const deleteSqlDatabaseOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getSqlDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginUpdateSqlDatabaseThroughputOperationSpec: msRest.OperationSpec = { +const updateSqlDatabaseThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default", httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default", + responses: { + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + } + }, + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateSqlDatabaseToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateSqlDatabaseToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateSqlDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateSqlDatabaseToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const listSqlContainersOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers", + httpMethod: "GET", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + bodyMapper: Mappers.SqlContainerListResult } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginCreateUpdateSqlContainerOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}", +const getSqlContainerOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlContainerGetResults + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.containerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateSqlContainerParameters", - mapper: { - ...Mappers.SqlContainerCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateSqlContainerOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.SqlContainerGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.SqlContainerGetResults + }, + 202: { + bodyMapper: Mappers.SqlContainerGetResults + }, + 204: { + bodyMapper: Mappers.SqlContainerGetResults } }, + requestBody: Parameters.createUpdateSqlContainerParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteSqlContainerOperationSpec: msRest.OperationSpec = { +const deleteSqlContainerOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.containerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getSqlContainerThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginUpdateSqlContainerThroughputOperationSpec: msRest.OperationSpec = { +const updateSqlContainerThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default", httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default", + responses: { + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + } + }, + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.containerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateSqlContainerToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateSqlContainerToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default/migrateToAutoscale", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.containerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateSqlContainerToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginMigrateSqlContainerToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default/migrateToManualThroughput", +const listSqlStoredProceduresOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlStoredProcedureListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.databaseName, Parameters.containerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + headerParameters: [Parameters.accept], + serializer +}; +const getSqlStoredProcedureOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlStoredProcedureGetResults + } + }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName, + Parameters.storedProcedureName ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateSqlStoredProcedureOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults + bodyMapper: Mappers.SqlStoredProcedureGetResults + }, + 201: { + bodyMapper: Mappers.SqlStoredProcedureGetResults + }, + 202: { + bodyMapper: Mappers.SqlStoredProcedureGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 204: { + bodyMapper: Mappers.SqlStoredProcedureGetResults } }, - serializer -}; - -const beginCreateUpdateSqlStoredProcedureOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}", + requestBody: Parameters.createUpdateSqlStoredProcedureParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -2163,35 +3523,18 @@ const beginCreateUpdateSqlStoredProcedureOperationSpec: msRest.OperationSpec = { Parameters.containerName, Parameters.storedProcedureName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateSqlStoredProcedureParameters", - mapper: { - ...Mappers.SqlStoredProcedureCreateUpdateParameters, - required: true - } - }, - responses: { - 200: { - bodyMapper: Mappers.SqlStoredProcedureGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteSqlStoredProcedureOperationSpec: msRest.OperationSpec = { +const deleteSqlStoredProcedureOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -2199,26 +3542,41 @@ const beginDeleteSqlStoredProcedureOperationSpec: msRest.OperationSpec = { Parameters.containerName, Parameters.storedProcedureName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const listSqlUserDefinedFunctionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.SqlUserDefinedFunctionListResult } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginCreateUpdateSqlUserDefinedFunctionOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}", +const getSqlUserDefinedFunctionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlUserDefinedFunctionGetResults + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -2226,35 +3584,50 @@ const beginCreateUpdateSqlUserDefinedFunctionOperationSpec: msRest.OperationSpec Parameters.containerName, Parameters.userDefinedFunctionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateSqlUserDefinedFunctionParameters", - mapper: { - ...Mappers.SqlUserDefinedFunctionCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateSqlUserDefinedFunctionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.SqlUserDefinedFunctionGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.SqlUserDefinedFunctionGetResults + }, + 202: { + bodyMapper: Mappers.SqlUserDefinedFunctionGetResults + }, + 204: { + bodyMapper: Mappers.SqlUserDefinedFunctionGetResults } }, + requestBody: Parameters.createUpdateSqlUserDefinedFunctionParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName, + Parameters.userDefinedFunctionName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteSqlUserDefinedFunctionOperationSpec: msRest.OperationSpec = { +const deleteSqlUserDefinedFunctionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -2262,26 +3635,41 @@ const beginDeleteSqlUserDefinedFunctionOperationSpec: msRest.OperationSpec = { Parameters.containerName, Parameters.userDefinedFunctionName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const listSqlTriggersOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.SqlTriggerListResult } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName + ], + headerParameters: [Parameters.accept], serializer }; - -const beginCreateUpdateSqlTriggerOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}", +const getSqlTriggerOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlTriggerGetResults + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -2289,35 +3677,50 @@ const beginCreateUpdateSqlTriggerOperationSpec: msRest.OperationSpec = { Parameters.containerName, Parameters.triggerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateSqlTriggerParameters", - mapper: { - ...Mappers.SqlTriggerCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateSqlTriggerOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.SqlTriggerGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.SqlTriggerGetResults + }, + 202: { + bodyMapper: Mappers.SqlTriggerGetResults + }, + 204: { + bodyMapper: Mappers.SqlTriggerGetResults } }, + requestBody: Parameters.createUpdateSqlTriggerParameters, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName, + Parameters.triggerName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteSqlTriggerOperationSpec: msRest.OperationSpec = { +const deleteSqlTriggerOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, @@ -2325,173 +3728,246 @@ const beginDeleteSqlTriggerOperationSpec: msRest.OperationSpec = { Parameters.containerName, Parameters.triggerName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getSqlRoleDefinitionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions/{roleDefinitionId}", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, + 200: { + bodyMapper: Mappers.SqlRoleDefinitionGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginCreateUpdateSqlRoleDefinitionOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions/{roleDefinitionId}", + queryParameters: [Parameters.apiVersion], urlParameters: [ - Parameters.roleDefinitionId, + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.accountName, + Parameters.roleDefinitionId ], - requestBody: { - parameterPath: "createUpdateSqlRoleDefinitionParameters", - mapper: { - ...Mappers.SqlRoleDefinitionCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateSqlRoleDefinitionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions/{roleDefinitionId}", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.SqlRoleDefinitionGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.SqlRoleDefinitionGetResults + }, + 202: { + bodyMapper: Mappers.SqlRoleDefinitionGetResults + }, + 204: { + bodyMapper: Mappers.SqlRoleDefinitionGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginDeleteSqlRoleDefinitionOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions/{roleDefinitionId}", + requestBody: Parameters.createUpdateSqlRoleDefinitionParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ - Parameters.roleDefinitionId, + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.accountName, + Parameters.roleDefinitionId ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deleteSqlRoleDefinitionOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions/{roleDefinitionId}", + httpMethod: "DELETE", responses: { 200: {}, + 201: {}, 202: {}, 204: {}, default: { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.roleDefinitionId + ], + headerParameters: [Parameters.accept], serializer }; - -const beginCreateUpdateSqlRoleAssignmentOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments/{roleAssignmentId}", +const listSqlRoleDefinitionsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleDefinitions", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlRoleDefinitionListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + queryParameters: [Parameters.apiVersion], urlParameters: [ - Parameters.roleAssignmentId, + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateSqlRoleAssignmentParameters", - mapper: { - ...Mappers.SqlRoleAssignmentCreateUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const getSqlRoleAssignmentOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments/{roleAssignmentId}", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.SqlRoleAssignmentGetResults }, - 202: {}, default: { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.roleAssignmentId + ], + headerParameters: [Parameters.accept], serializer }; - -const beginDeleteSqlRoleAssignmentOperationSpec: msRest.OperationSpec = { - httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments/{roleAssignmentId}", +const createUpdateSqlRoleAssignmentOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments/{roleAssignmentId}", + httpMethod: "PUT", + responses: { + 200: { + bodyMapper: Mappers.SqlRoleAssignmentGetResults + }, + 201: { + bodyMapper: Mappers.SqlRoleAssignmentGetResults + }, + 202: { + bodyMapper: Mappers.SqlRoleAssignmentGetResults + }, + 204: { + bodyMapper: Mappers.SqlRoleAssignmentGetResults + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + requestBody: Parameters.createUpdateSqlRoleAssignmentParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ - Parameters.roleAssignmentId, + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.accountName, + Parameters.roleAssignmentId ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const deleteSqlRoleAssignmentOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments/{roleAssignmentId}", + httpMethod: "DELETE", responses: { 200: {}, + 201: {}, 202: {}, 204: {}, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginRetrieveContinuousBackupInformationOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/retrieveContinuousBackupInformation", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, - Parameters.databaseName, - Parameters.containerName - ], - queryParameters: [ - Parameters.apiVersion + Parameters.roleAssignmentId ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "location", - mapper: { - ...Mappers.ContinuousBackupRestoreLocation, - required: true + headerParameters: [Parameters.accept], + serializer +}; +const listSqlRoleAssignmentsOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlRoleAssignments", + httpMethod: "GET", + responses: { + 200: { + bodyMapper: Mappers.SqlRoleAssignmentListResult + }, + default: { + bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName + ], + headerParameters: [Parameters.accept], + serializer +}; +const retrieveContinuousBackupInformationOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/retrieveContinuousBackupInformation", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.BackupInformation }, - 202: {}, + 201: { + bodyMapper: Mappers.BackupInformation + }, + 202: { + bodyMapper: Mappers.BackupInformation + }, + 204: { + bodyMapper: Mappers.BackupInformation + }, default: { bodyMapper: Mappers.CloudError } }, + requestBody: Parameters.location, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.databaseName, + Parameters.containerName + ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operations/tableResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operations/tableResources.ts index b0ccec17248b..81dce3cfd5a9 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/operations/tableResources.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/operations/tableResources.ts @@ -3,24 +3,46 @@ * 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 * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as Models from "../models"; -import * as Mappers from "../models/tableResourcesMappers"; +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { TableResources } from "../operationsInterfaces"; +import * as coreClient from "@azure/core-client"; +import * as Mappers from "../models/mappers"; import * as Parameters from "../models/parameters"; import { CosmosDBManagementClientContext } from "../cosmosDBManagementClientContext"; +import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro"; +import { LroImpl } from "../lroImpl"; +import { + TableGetResults, + TableResourcesListTablesOptionalParams, + TableResourcesListTablesResponse, + TableResourcesGetTableOptionalParams, + TableResourcesGetTableResponse, + TableCreateUpdateParameters, + TableResourcesCreateUpdateTableOptionalParams, + TableResourcesCreateUpdateTableResponse, + TableResourcesDeleteTableOptionalParams, + TableResourcesGetTableThroughputOptionalParams, + TableResourcesGetTableThroughputResponse, + ThroughputSettingsUpdateParameters, + TableResourcesUpdateTableThroughputOptionalParams, + TableResourcesUpdateTableThroughputResponse, + TableResourcesMigrateTableToAutoscaleOptionalParams, + TableResourcesMigrateTableToAutoscaleResponse, + TableResourcesMigrateTableToManualThroughputOptionalParams, + TableResourcesMigrateTableToManualThroughputResponse +} from "../models"; -/** Class representing a TableResources. */ -export class TableResources { +/// +/** Class containing TableResources operations. */ +export class TableResourcesImpl implements TableResources { private readonly client: CosmosDBManagementClientContext; /** - * Create a TableResources. - * @param {CosmosDBManagementClientContext} client Reference to the service client. + * Initialize a new instance of the class TableResources class. + * @param client Reference to the service client */ constructor(client: CosmosDBManagementClientContext) { this.client = client; @@ -30,32 +52,77 @@ export class TableResources { * Lists the Tables under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - listTables(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param callback The callback - */ - listTables(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback): void; + public listTables( + resourceGroupName: string, + accountName: string, + options?: TableResourcesListTablesOptionalParams + ): PagedAsyncIterableIterator { + const iter = this.listTablesPagingAll( + resourceGroupName, + accountName, + options + ); + return { + next() { + return iter.next(); + }, + [Symbol.asyncIterator]() { + return this; + }, + byPage: () => { + return this.listTablesPagingPage( + resourceGroupName, + accountName, + options + ); + } + }; + } + + private async *listTablesPagingPage( + resourceGroupName: string, + accountName: string, + options?: TableResourcesListTablesOptionalParams + ): AsyncIterableIterator { + let result = await this._listTables( + resourceGroupName, + accountName, + options + ); + yield result.value || []; + } + + private async *listTablesPagingAll( + resourceGroupName: string, + accountName: string, + options?: TableResourcesListTablesOptionalParams + ): AsyncIterableIterator { + for await (const page of this.listTablesPagingPage( + resourceGroupName, + accountName, + options + )) { + yield* page; + } + } + /** + * Lists the Tables under an existing Azure Cosmos DB database account. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. - * @param options The optional parameters - * @param callback The callback + * @param options The options parameters. */ - listTables(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - listTables(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + private _listTables( + resourceGroupName: string, + accountName: string, + options?: TableResourcesListTablesOptionalParams + ): Promise { return this.client.sendOperationRequest( - { - resourceGroupName, - accountName, - options - }, - listTablesOperationSpec, - callback) as Promise; + { resourceGroupName, accountName, options }, + listTablesOperationSpec + ); } /** @@ -63,35 +130,94 @@ export class TableResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise - */ - getTable(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param tableName Cosmos DB table name. - * @param callback The callback + * @param options The options parameters. */ - getTable(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback): void; + getTable( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesGetTableOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, tableName, options }, + getTableOperationSpec + ); + } + /** + * Create or update an Azure Cosmos DB Table * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param options The optional parameters - * @param callback The callback + * @param createUpdateTableParameters The parameters to provide for the current Table. + * @param options The options parameters. */ - getTable(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getTable(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginCreateUpdateTable( + resourceGroupName: string, + accountName: string, + tableName: string, + createUpdateTableParameters: TableCreateUpdateParameters, + options?: TableResourcesCreateUpdateTableOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesCreateUpdateTableResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, tableName, + createUpdateTableParameters, options }, - getTableOperationSpec, - callback) as Promise; + createUpdateTableOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -100,12 +226,23 @@ export class TableResources { * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. * @param createUpdateTableParameters The parameters to provide for the current Table. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - createUpdateTable(resourceGroupName: string, accountName: string, tableName: string, createUpdateTableParameters: Models.TableCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginCreateUpdateTable(resourceGroupName,accountName,tableName,createUpdateTableParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginCreateUpdateTableAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + createUpdateTableParameters: TableCreateUpdateParameters, + options?: TableResourcesCreateUpdateTableOptionalParams + ): Promise { + const poller = await this.beginCreateUpdateTable( + resourceGroupName, + accountName, + tableName, + createUpdateTableParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -113,49 +250,181 @@ export class TableResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - deleteTable(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginDeleteTable(resourceGroupName,accountName,tableName,options) - .then(lroPoller => lroPoller.pollUntilFinished()); + async beginDeleteTable( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesDeleteTableOptionalParams + ): Promise, void>> { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, tableName, options }, + deleteTableOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the - * provided name. + * Deletes an existing Azure Cosmos DB Table. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - getTableThroughput(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise; + async beginDeleteTableAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesDeleteTableOptionalParams + ): Promise { + const poller = await this.beginDeleteTable( + resourceGroupName, + accountName, + tableName, + options + ); + return poller.pollUntilDone(); + } + /** + * Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the + * provided name. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param callback The callback + * @param options The options parameters. */ - getTableThroughput(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback): void; + getTableThroughput( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesGetTableThroughputOptionalParams + ): Promise { + return this.client.sendOperationRequest( + { resourceGroupName, accountName, tableName, options }, + getTableThroughputOperationSpec + ); + } + /** + * Update RUs per second of an Azure Cosmos DB Table * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param options The optional parameters - * @param callback The callback + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * Table. + * @param options The options parameters. */ - getTableThroughput(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - getTableThroughput(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( + async beginUpdateTableThroughput( + resourceGroupName: string, + accountName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: TableResourcesUpdateTableThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesUpdateTableThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; + + const lro = new LroImpl( + sendOperation, { resourceGroupName, accountName, tableName, + updateThroughputParameters, options }, - getTableThroughputOperationSpec, - callback) as Promise; + updateTableThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -163,14 +432,25 @@ export class TableResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param updateThroughputParameters The parameters to provide for the RUs per second of the - * current Table. - * @param [options] The optional parameters - * @returns Promise + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * Table. + * @param options The options parameters. */ - updateTableThroughput(resourceGroupName: string, accountName: string, tableName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.beginUpdateTableThroughput(resourceGroupName,accountName,tableName,updateThroughputParameters,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + async beginUpdateTableThroughputAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: TableResourcesUpdateTableThroughputOptionalParams + ): Promise { + const poller = await this.beginUpdateTableThroughput( + resourceGroupName, + accountName, + tableName, + updateThroughputParameters, + options + ); + return poller.pollUntilDone(); } /** @@ -178,110 +458,157 @@ export class TableResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise - */ - migrateTableToAutoscale(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateTableToAutoscale(resourceGroupName,accountName,tableName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; - } - - /** - * Migrate an Azure Cosmos DB Table from autoscale to manual throughput - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - migrateTableToManualThroughput(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.beginMigrateTableToManualThroughput(resourceGroupName,accountName,tableName,options) - .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; - } + async beginMigrateTableToAutoscale( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesMigrateTableToAutoscaleResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Create or update an Azure Cosmos DB Table - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param tableName Cosmos DB table name. - * @param createUpdateTableParameters The parameters to provide for the current Table. - * @param [options] The optional parameters - * @returns Promise - */ - beginCreateUpdateTable(resourceGroupName: string, accountName: string, tableName: string, createUpdateTableParameters: Models.TableCreateUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - tableName, - createUpdateTableParameters, - options - }, - beginCreateUpdateTableOperationSpec, - options); + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, tableName, options }, + migrateTableToAutoscaleOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** - * Deletes an existing Azure Cosmos DB Table. + * Migrate an Azure Cosmos DB Table from manual throughput to autoscale * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginDeleteTable(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - tableName, - options - }, - beginDeleteTableOperationSpec, - options); + async beginMigrateTableToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToAutoscaleOptionalParams + ): Promise { + const poller = await this.beginMigrateTableToAutoscale( + resourceGroupName, + accountName, + tableName, + options + ); + return poller.pollUntilDone(); } /** - * Update RUs per second of an Azure Cosmos DB Table + * Migrate an Azure Cosmos DB Table from autoscale to manual throughput * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param updateThroughputParameters The parameters to provide for the RUs per second of the - * current Table. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginUpdateTableThroughput(resourceGroupName: string, accountName: string, tableName: string, updateThroughputParameters: Models.ThroughputSettingsUpdateParameters, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - tableName, - updateThroughputParameters, - options - }, - beginUpdateTableThroughputOperationSpec, - options); - } + async beginMigrateTableToManualThroughput( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesMigrateTableToManualThroughputResponse + > + > { + const directSendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ): Promise => { + return this.client.sendOperationRequest(args, spec); + }; + const sendOperation = async ( + args: coreClient.OperationArguments, + spec: coreClient.OperationSpec + ) => { + let currentRawResponse: + | coreClient.FullOperationResponse + | undefined = undefined; + const providedCallback = args.options?.onResponse; + const callback: coreClient.RawResponseCallback = ( + rawResponse: coreClient.FullOperationResponse, + flatResponse: unknown + ) => { + currentRawResponse = rawResponse; + providedCallback?.(rawResponse, flatResponse); + }; + const updatedArgs = { + ...args, + options: { + ...args.options, + onResponse: callback + } + }; + const flatResponse = await directSendOperation(updatedArgs, spec); + return { + flatResponse, + rawResponse: { + statusCode: currentRawResponse!.status, + body: currentRawResponse!.parsedBody, + headers: currentRawResponse!.headers.toJSON() + } + }; + }; - /** - * Migrate an Azure Cosmos DB Table from manual throughput to autoscale - * @param resourceGroupName The name of the resource group. The name is case insensitive. - * @param accountName Cosmos DB database account name. - * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise - */ - beginMigrateTableToAutoscale(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - tableName, - options - }, - beginMigrateTableToAutoscaleOperationSpec, - options); + const lro = new LroImpl( + sendOperation, + { resourceGroupName, accountName, tableName, options }, + migrateTableToManualThroughputOperationSpec + ); + return new LroEngine(lro, { + resumeFrom: options?.resumeFrom, + intervalInMs: options?.updateIntervalInMs + }); } /** @@ -289,244 +616,223 @@ export class TableResources { * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param accountName Cosmos DB database account name. * @param tableName Cosmos DB table name. - * @param [options] The optional parameters - * @returns Promise + * @param options The options parameters. */ - beginMigrateTableToManualThroughput(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise { - return this.client.sendLRORequest( - { - resourceGroupName, - accountName, - tableName, - options - }, - beginMigrateTableToManualThroughputOperationSpec, - options); + async beginMigrateTableToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToManualThroughputOptionalParams + ): Promise { + const poller = await this.beginMigrateTableToManualThroughput( + resourceGroupName, + accountName, + tableName, + options + ); + return poller.pollUntilDone(); } } - // Operation Specifications -const serializer = new msRest.Serializer(Mappers); -const listTablesOperationSpec: msRest.OperationSpec = { +const serializer = coreClient.createSerializer(Mappers, /* isXml */ false); + +const listTablesOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables", httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables", - urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.accountName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], responses: { 200: { bodyMapper: Mappers.TableListResult - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getTableOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, - Parameters.accountName, - Parameters.tableName - ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage + Parameters.accountName ], + headerParameters: [Parameters.accept], + serializer +}; +const getTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}", + httpMethod: "GET", responses: { 200: { bodyMapper: Mappers.TableGetResults - }, - default: { - bodyMapper: Mappers.CloudError } }, - serializer -}; - -const getTableThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.tableName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const createUpdateTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}", + httpMethod: "PUT", responses: { 200: { - bodyMapper: Mappers.ThroughputSettingsGetResults + bodyMapper: Mappers.TableGetResults }, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.TableGetResults + }, + 202: { + bodyMapper: Mappers.TableGetResults + }, + 204: { + bodyMapper: Mappers.TableGetResults } }, - serializer -}; - -const beginCreateUpdateTableOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}", + requestBody: Parameters.createUpdateTableParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.tableName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "createUpdateTableParameters", - mapper: { - ...Mappers.TableCreateUpdateParameters, - required: true - } - }, - responses: { - 200: { - bodyMapper: Mappers.TableGetResults - }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError - } - }, + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", serializer }; - -const beginDeleteTableOperationSpec: msRest.OperationSpec = { +const deleteTableOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}", httpMethod: "DELETE", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}", + responses: { 200: {}, 201: {}, 202: {}, 204: {} }, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.tableName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + serializer +}; +const getTableThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default", + httpMethod: "GET", responses: { - 202: {}, - 204: {}, - default: { - bodyMapper: Mappers.CloudError + 200: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginUpdateTableThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.tableName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], - requestBody: { - parameterPath: "updateThroughputParameters", - mapper: { - ...Mappers.ThroughputSettingsUpdateParameters, - required: true - } - }, + headerParameters: [Parameters.accept], + serializer +}; +const updateTableThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default", + httpMethod: "PUT", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, - default: { - bodyMapper: Mappers.CloudError + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults } }, - serializer -}; - -const beginMigrateTableToAutoscaleOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default/migrateToAutoscale", + requestBody: Parameters.updateThroughputParameters, + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.tableName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept, Parameters.contentType], + mediaType: "json", + serializer +}; +const migrateTableToAutoscaleOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default/migrateToAutoscale", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, - serializer -}; - -const beginMigrateTableToManualThroughputOperationSpec: msRest.OperationSpec = { - httpMethod: "POST", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default/migrateToManualThroughput", + queryParameters: [Parameters.apiVersion], urlParameters: [ + Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.accountName, Parameters.tableName ], - queryParameters: [ - Parameters.apiVersion - ], - headerParameters: [ - Parameters.acceptLanguage - ], + headerParameters: [Parameters.accept], + serializer +}; +const migrateTableToManualThroughputOperationSpec: coreClient.OperationSpec = { + path: + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default/migrateToManualThroughput", + httpMethod: "POST", responses: { 200: { bodyMapper: Mappers.ThroughputSettingsGetResults }, - 202: {}, + 201: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 202: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, + 204: { + bodyMapper: Mappers.ThroughputSettingsGetResults + }, default: { bodyMapper: Mappers.CloudError } }, + queryParameters: [Parameters.apiVersion], + urlParameters: [ + Parameters.$host, + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.accountName, + Parameters.tableName + ], + headerParameters: [Parameters.accept], serializer }; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts new file mode 100644 index 000000000000..72642eaf23ab --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraClusters.ts @@ -0,0 +1,241 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + ClusterResource, + CassandraClustersListBySubscriptionOptionalParams, + CassandraClustersListByResourceGroupOptionalParams, + CassandraClustersGetOptionalParams, + CassandraClustersGetResponse, + CassandraClustersDeleteOptionalParams, + CassandraClustersCreateUpdateOptionalParams, + CassandraClustersCreateUpdateResponse, + CassandraClustersUpdateOptionalParams, + CassandraClustersUpdateResponse, + CommandPostBody, + CassandraClustersInvokeCommandOptionalParams, + CassandraClustersInvokeCommandResponse, + CassandraClustersDeallocateOptionalParams, + CassandraClustersStartOptionalParams, + CassandraClustersStatusOptionalParams, + CassandraClustersStatusResponse +} from "../models"; + +/// +/** Interface representing a CassandraClusters. */ +export interface CassandraClusters { + /** + * List all managed Cassandra clusters in this subscription. + * @param options The options parameters. + */ + listBySubscription( + options?: CassandraClustersListBySubscriptionOptionalParams + ): PagedAsyncIterableIterator; + /** + * List all managed Cassandra clusters in this resource group. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param options The options parameters. + */ + listByResourceGroup( + resourceGroupName: string, + options?: CassandraClustersListByResourceGroupOptionalParams + ): PagedAsyncIterableIterator; + /** + * Get the properties of a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersGetOptionalParams + ): Promise; + /** + * Deletes a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginDelete( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeleteOptionalParams + ): Promise, void>>; + /** + * Deletes a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginDeleteAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeleteOptionalParams + ): Promise; + /** + * Create or update a managed Cassandra cluster. When updating, you must specify all writable + * properties. To update only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body The properties specifying the desired state of the managed Cassandra cluster. + * @param options The options parameters. + */ + beginCreateUpdate( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersCreateUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersCreateUpdateResponse + > + >; + /** + * Create or update a managed Cassandra cluster. When updating, you must specify all writable + * properties. To update only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body The properties specifying the desired state of the managed Cassandra cluster. + * @param options The options parameters. + */ + beginCreateUpdateAndWait( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersCreateUpdateOptionalParams + ): Promise; + /** + * Updates some of the properties of a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Parameters to provide for specifying the managed Cassandra cluster. + * @param options The options parameters. + */ + beginUpdate( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersUpdateResponse + > + >; + /** + * Updates some of the properties of a managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Parameters to provide for specifying the managed Cassandra cluster. + * @param options The options parameters. + */ + beginUpdateAndWait( + resourceGroupName: string, + clusterName: string, + body: ClusterResource, + options?: CassandraClustersUpdateOptionalParams + ): Promise; + /** + * Invoke a command like nodetool for cassandra maintenance + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification which command to run where + * @param options The options parameters. + */ + beginInvokeCommand( + resourceGroupName: string, + clusterName: string, + body: CommandPostBody, + options?: CassandraClustersInvokeCommandOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraClustersInvokeCommandResponse + > + >; + /** + * Invoke a command like nodetool for cassandra maintenance + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param body Specification which command to run where + * @param options The options parameters. + */ + beginInvokeCommandAndWait( + resourceGroupName: string, + clusterName: string, + body: CommandPostBody, + options?: CassandraClustersInvokeCommandOptionalParams + ): Promise; + /** + * Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate + * the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an + * already deallocated cluster. Use Start to restart the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginDeallocate( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeallocateOptionalParams + ): Promise, void>>; + /** + * Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate + * the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an + * already deallocated cluster. Use Start to restart the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginDeallocateAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersDeallocateOptionalParams + ): Promise; + /** + * Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual + * machine of this cluster with reserved data disk. This won't do anything on an already running + * cluster. Use Deallocate to deallocate the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginStart( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersStartOptionalParams + ): Promise, void>>; + /** + * Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual + * machine of this cluster with reserved data disk. This won't do anything on an already running + * cluster. Use Deallocate to deallocate the cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + beginStartAndWait( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersStartOptionalParams + ): Promise; + /** + * Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + status( + resourceGroupName: string, + clusterName: string, + options?: CassandraClustersStatusOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraDataCenters.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraDataCenters.ts new file mode 100644 index 000000000000..31f2d3bad667 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraDataCenters.ts @@ -0,0 +1,148 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + DataCenterResource, + CassandraDataCentersListOptionalParams, + CassandraDataCentersGetOptionalParams, + CassandraDataCentersGetResponse, + CassandraDataCentersDeleteOptionalParams, + CassandraDataCentersCreateUpdateOptionalParams, + CassandraDataCentersCreateUpdateResponse, + CassandraDataCentersUpdateOptionalParams, + CassandraDataCentersUpdateResponse +} from "../models"; + +/// +/** Interface representing a CassandraDataCenters. */ +export interface CassandraDataCenters { + /** + * List all data centers in a particular managed Cassandra cluster. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param options The options parameters. + */ + list( + resourceGroupName: string, + clusterName: string, + options?: CassandraDataCentersListOptionalParams + ): PagedAsyncIterableIterator; + /** + * Get the properties of a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + options?: CassandraDataCentersGetOptionalParams + ): Promise; + /** + * Delete a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param options The options parameters. + */ + beginDelete( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + options?: CassandraDataCentersDeleteOptionalParams + ): Promise, void>>; + /** + * Delete a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param options The options parameters. + */ + beginDeleteAndWait( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + options?: CassandraDataCentersDeleteOptionalParams + ): Promise; + /** + * Create or update a managed Cassandra data center. When updating, overwrite all properties. To update + * only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters specifying the managed Cassandra data center. + * @param options The options parameters. + */ + beginCreateUpdate( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersCreateUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraDataCentersCreateUpdateResponse + > + >; + /** + * Create or update a managed Cassandra data center. When updating, overwrite all properties. To update + * only some properties, use PATCH. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters specifying the managed Cassandra data center. + * @param options The options parameters. + */ + beginCreateUpdateAndWait( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersCreateUpdateOptionalParams + ): Promise; + /** + * Update some of the properties of a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters to provide for specifying the managed Cassandra data center. + * @param options The options parameters. + */ + beginUpdate( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraDataCentersUpdateResponse + > + >; + /** + * Update some of the properties of a managed Cassandra data center. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param clusterName Managed Cassandra cluster name. + * @param dataCenterName Data center name in a managed Cassandra cluster. + * @param body Parameters to provide for specifying the managed Cassandra data center. + * @param options The options parameters. + */ + beginUpdateAndWait( + resourceGroupName: string, + clusterName: string, + dataCenterName: string, + body: DataCenterResource, + options?: CassandraDataCentersUpdateOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts new file mode 100644 index 000000000000..9623b8474f54 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/cassandraResources.ts @@ -0,0 +1,493 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + CassandraKeyspaceGetResults, + CassandraResourcesListCassandraKeyspacesOptionalParams, + CassandraTableGetResults, + CassandraResourcesListCassandraTablesOptionalParams, + CassandraResourcesGetCassandraKeyspaceOptionalParams, + CassandraResourcesGetCassandraKeyspaceResponse, + CassandraKeyspaceCreateUpdateParameters, + CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams, + CassandraResourcesCreateUpdateCassandraKeyspaceResponse, + CassandraResourcesDeleteCassandraKeyspaceOptionalParams, + CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams, + CassandraResourcesGetCassandraKeyspaceThroughputResponse, + ThroughputSettingsUpdateParameters, + CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams, + CassandraResourcesUpdateCassandraKeyspaceThroughputResponse, + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams, + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse, + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams, + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse, + CassandraResourcesGetCassandraTableOptionalParams, + CassandraResourcesGetCassandraTableResponse, + CassandraTableCreateUpdateParameters, + CassandraResourcesCreateUpdateCassandraTableOptionalParams, + CassandraResourcesCreateUpdateCassandraTableResponse, + CassandraResourcesDeleteCassandraTableOptionalParams, + CassandraResourcesGetCassandraTableThroughputOptionalParams, + CassandraResourcesGetCassandraTableThroughputResponse, + CassandraResourcesUpdateCassandraTableThroughputOptionalParams, + CassandraResourcesUpdateCassandraTableThroughputResponse, + CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams, + CassandraResourcesMigrateCassandraTableToAutoscaleResponse, + CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams, + CassandraResourcesMigrateCassandraTableToManualThroughputResponse +} from "../models"; + +/// +/** Interface representing a CassandraResources. */ +export interface CassandraResources { + /** + * Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listCassandraKeyspaces( + resourceGroupName: string, + accountName: string, + options?: CassandraResourcesListCassandraKeyspacesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the Cassandra table under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + listCassandraTables( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesListCassandraTablesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided + * name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + getCassandraKeyspace( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesGetCassandraKeyspaceOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Cassandra keyspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param createUpdateCassandraKeyspaceParameters The parameters to provide for the current Cassandra + * keyspace. + * @param options The options parameters. + */ + beginCreateUpdateCassandraKeyspace( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesCreateUpdateCassandraKeyspaceResponse + >, + CassandraResourcesCreateUpdateCassandraKeyspaceResponse + > + >; + /** + * Create or update an Azure Cosmos DB Cassandra keyspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param createUpdateCassandraKeyspaceParameters The parameters to provide for the current Cassandra + * keyspace. + * @param options The options parameters. + */ + beginCreateUpdateCassandraKeyspaceAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Cassandra keyspace. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + beginDeleteCassandraKeyspace( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Cassandra keyspace. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + beginDeleteCassandraKeyspaceAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams + ): Promise; + /** + * Gets the RUs per second of the Cassandra Keyspace under an existing Azure Cosmos DB database account + * with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + getCassandraKeyspaceThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB Cassandra Keyspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra Keyspace. + * @param options The options parameters. + */ + beginUpdateCassandraKeyspaceThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesUpdateCassandraKeyspaceThroughputResponse + >, + CassandraResourcesUpdateCassandraKeyspaceThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB Cassandra Keyspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra Keyspace. + * @param options The options parameters. + */ + beginUpdateCassandraKeyspaceThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + beginMigrateCassandraKeyspaceToAutoscale( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse + >, + CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + beginMigrateCassandraKeyspaceToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + beginMigrateCassandraKeyspaceToManualThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse + >, + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param options The options parameters. + */ + beginMigrateCassandraKeyspaceToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams + ): Promise< + CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse + >; + /** + * Gets the Cassandra table under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + getCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesGetCassandraTableOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Cassandra Table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param createUpdateCassandraTableParameters The parameters to provide for the current Cassandra + * Table. + * @param options The options parameters. + */ + beginCreateUpdateCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams + ): Promise< + PollerLike< + PollOperationState, + CassandraResourcesCreateUpdateCassandraTableResponse + > + >; + /** + * Create or update an Azure Cosmos DB Cassandra Table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param createUpdateCassandraTableParameters The parameters to provide for the current Cassandra + * Table. + * @param options The options parameters. + */ + beginCreateUpdateCassandraTableAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, + options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Cassandra table. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginDeleteCassandraTable( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesDeleteCassandraTableOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Cassandra table. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginDeleteCassandraTableAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesDeleteCassandraTableOptionalParams + ): Promise; + /** + * Gets the RUs per second of the Cassandra table under an existing Azure Cosmos DB database account + * with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + getCassandraTableThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesGetCassandraTableThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB Cassandra table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra table. + * @param options The options parameters. + */ + beginUpdateCassandraTableThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesUpdateCassandraTableThroughputResponse + >, + CassandraResourcesUpdateCassandraTableThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB Cassandra table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Cassandra table. + * @param options The options parameters. + */ + beginUpdateCassandraTableThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateCassandraTableToAutoscale( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraTableToAutoscaleResponse + >, + CassandraResourcesMigrateCassandraTableToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateCassandraTableToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateCassandraTableToManualThroughput( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + CassandraResourcesMigrateCassandraTableToManualThroughputResponse + >, + CassandraResourcesMigrateCassandraTableToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyspaceName Cosmos DB keyspace name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateCassandraTableToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + keyspaceName: string, + tableName: string, + options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collection.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collection.ts new file mode 100644 index 000000000000..adfa2545bd04 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collection.ts @@ -0,0 +1,71 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + Metric, + CollectionListMetricsOptionalParams, + Usage, + CollectionListUsagesOptionalParams, + MetricDefinition, + CollectionListMetricDefinitionsOptionalParams +} from "../models"; + +/// +/** Interface representing a Collection. */ +export interface Collection { + /** + * Retrieves the metrics determined by the given filter for the given database account and collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionListMetricsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the usages (most recent storage data) for the given collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param options The options parameters. + */ + listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListUsagesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves metric definitions for the given collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param options The options parameters. + */ + listMetricDefinitions( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionListMetricDefinitionsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartition.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartition.ts new file mode 100644 index 000000000000..3a4b66710005 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartition.ts @@ -0,0 +1,54 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PartitionMetric, + CollectionPartitionListMetricsOptionalParams, + PartitionUsage, + CollectionPartitionListUsagesOptionalParams +} from "../models"; + +/// +/** Interface representing a CollectionPartition. */ +export interface CollectionPartition { + /** + * Retrieves the metrics determined by the given filter for the given collection, split by partition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionListMetricsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the usages (most recent storage data) for the given collection, split by partition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param options The options parameters. + */ + listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + options?: CollectionPartitionListUsagesOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartitionRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartitionRegion.ts new file mode 100644 index 000000000000..d860e5a47660 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionPartitionRegion.ts @@ -0,0 +1,40 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PartitionMetric, + CollectionPartitionRegionListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a CollectionPartitionRegion. */ +export interface CollectionPartitionRegion { + /** + * Retrieves the metrics determined by the given filter for the given collection and region, split by + * partition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param region Cosmos DB region, with spaces between words and each word capitalized. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionPartitionRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionRegion.ts new file mode 100644 index 000000000000..d74d49249f6c --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/collectionRegion.ts @@ -0,0 +1,37 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Metric, CollectionRegionListMetricsOptionalParams } from "../models"; + +/// +/** Interface representing a CollectionRegion. */ +export interface CollectionRegion { + /** + * Retrieves the metrics determined by the given filter for the given database account, collection and + * region. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param region Cosmos DB region, with spaces between words and each word capitalized. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + filter: string, + options?: CollectionRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/database.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/database.ts new file mode 100644 index 000000000000..23e6849b64a2 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/database.ts @@ -0,0 +1,65 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + Metric, + DatabaseListMetricsOptionalParams, + Usage, + DatabaseListUsagesOptionalParams, + MetricDefinition, + DatabaseListMetricDefinitionsOptionalParams +} from "../models"; + +/// +/** Interface representing a Database. */ +export interface Database { + /** + * Retrieves the metrics determined by the given filter for the given database account and database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + filter: string, + options?: DatabaseListMetricsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the usages (most recent data) for the given database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param options The options parameters. + */ + listUsages( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListUsagesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves metric definitions for the given database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param options The options parameters. + */ + listMetricDefinitions( + resourceGroupName: string, + accountName: string, + databaseRid: string, + options?: DatabaseListMetricDefinitionsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccountRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccountRegion.ts new file mode 100644 index 000000000000..2b582478e253 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccountRegion.ts @@ -0,0 +1,35 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + Metric, + DatabaseAccountRegionListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a DatabaseAccountRegion. */ +export interface DatabaseAccountRegion { + /** + * Retrieves the metrics determined by the given filter for the given database account and region. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param region Cosmos DB region, with spaces between words and each word capitalized. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + filter: string, + options?: DatabaseAccountRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccounts.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccounts.ts new file mode 100644 index 000000000000..45ce5079c77d --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/databaseAccounts.ts @@ -0,0 +1,366 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + DatabaseAccountGetResults, + DatabaseAccountsListOptionalParams, + DatabaseAccountsListByResourceGroupOptionalParams, + Metric, + DatabaseAccountsListMetricsOptionalParams, + Usage, + DatabaseAccountsListUsagesOptionalParams, + MetricDefinition, + DatabaseAccountsListMetricDefinitionsOptionalParams, + DatabaseAccountsGetOptionalParams, + DatabaseAccountsGetResponse, + DatabaseAccountUpdateParameters, + DatabaseAccountsUpdateOptionalParams, + DatabaseAccountsUpdateResponse, + DatabaseAccountCreateUpdateParameters, + DatabaseAccountsCreateOrUpdateOptionalParams, + DatabaseAccountsCreateOrUpdateResponse, + DatabaseAccountsDeleteOptionalParams, + FailoverPolicies, + DatabaseAccountsFailoverPriorityChangeOptionalParams, + DatabaseAccountsListKeysOptionalParams, + DatabaseAccountsListKeysResponse, + DatabaseAccountsListConnectionStringsOptionalParams, + DatabaseAccountsListConnectionStringsResponse, + RegionForOnlineOffline, + DatabaseAccountsOfflineRegionOptionalParams, + DatabaseAccountsOnlineRegionOptionalParams, + DatabaseAccountsGetReadOnlyKeysOptionalParams, + DatabaseAccountsGetReadOnlyKeysResponse, + DatabaseAccountsListReadOnlyKeysOptionalParams, + DatabaseAccountsListReadOnlyKeysResponse, + DatabaseAccountRegenerateKeyParameters, + DatabaseAccountsRegenerateKeyOptionalParams, + DatabaseAccountsCheckNameExistsOptionalParams, + DatabaseAccountsCheckNameExistsResponse +} from "../models"; + +/// +/** Interface representing a DatabaseAccounts. */ +export interface DatabaseAccounts { + /** + * Lists all the Azure Cosmos DB database accounts available under the subscription. + * @param options The options parameters. + */ + list( + options?: DatabaseAccountsListOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists all the Azure Cosmos DB database accounts available under the given resource group. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param options The options parameters. + */ + listByResourceGroup( + resourceGroupName: string, + options?: DatabaseAccountsListByResourceGroupOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the metrics determined by the given filter for the given database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + filter: string, + options?: DatabaseAccountsListMetricsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the usages (most recent data) for the given database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listUsages( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListUsagesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves metric definitions for the given database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listMetricDefinitions( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListMetricDefinitionsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the properties of an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsGetOptionalParams + ): Promise; + /** + * Updates the properties of an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param updateParameters The parameters to provide for the current database account. + * @param options The options parameters. + */ + beginUpdate( + resourceGroupName: string, + accountName: string, + updateParameters: DatabaseAccountUpdateParameters, + options?: DatabaseAccountsUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + DatabaseAccountsUpdateResponse + > + >; + /** + * Updates the properties of an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param updateParameters The parameters to provide for the current database account. + * @param options The options parameters. + */ + beginUpdateAndWait( + resourceGroupName: string, + accountName: string, + updateParameters: DatabaseAccountUpdateParameters, + options?: DatabaseAccountsUpdateOptionalParams + ): Promise; + /** + * Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when + * performing updates on an account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param createUpdateParameters The parameters to provide for the current database account. + * @param options The options parameters. + */ + beginCreateOrUpdate( + resourceGroupName: string, + accountName: string, + createUpdateParameters: DatabaseAccountCreateUpdateParameters, + options?: DatabaseAccountsCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + DatabaseAccountsCreateOrUpdateResponse + > + >; + /** + * Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when + * performing updates on an account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param createUpdateParameters The parameters to provide for the current database account. + * @param options The options parameters. + */ + beginCreateOrUpdateAndWait( + resourceGroupName: string, + accountName: string, + createUpdateParameters: DatabaseAccountCreateUpdateParameters, + options?: DatabaseAccountsCreateOrUpdateOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + beginDelete( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsDeleteOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsDeleteOptionalParams + ): Promise; + /** + * Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 + * indicates a write region. The maximum value for a failover priority = (total number of regions - 1). + * Failover priority values must be unique for each of the regions in which the database account + * exists. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param failoverParameters The new failover policies for the database account. + * @param options The options parameters. + */ + beginFailoverPriorityChange( + resourceGroupName: string, + accountName: string, + failoverParameters: FailoverPolicies, + options?: DatabaseAccountsFailoverPriorityChangeOptionalParams + ): Promise, void>>; + /** + * Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 + * indicates a write region. The maximum value for a failover priority = (total number of regions - 1). + * Failover priority values must be unique for each of the regions in which the database account + * exists. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param failoverParameters The new failover policies for the database account. + * @param options The options parameters. + */ + beginFailoverPriorityChangeAndWait( + resourceGroupName: string, + accountName: string, + failoverParameters: FailoverPolicies, + options?: DatabaseAccountsFailoverPriorityChangeOptionalParams + ): Promise; + /** + * Lists the access keys for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listKeys( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListKeysOptionalParams + ): Promise; + /** + * Lists the connection strings for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listConnectionStrings( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListConnectionStringsOptionalParams + ): Promise; + /** + * Offline the specified region for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param regionParameterForOffline Cosmos DB region to offline for the database account. + * @param options The options parameters. + */ + beginOfflineRegion( + resourceGroupName: string, + accountName: string, + regionParameterForOffline: RegionForOnlineOffline, + options?: DatabaseAccountsOfflineRegionOptionalParams + ): Promise, void>>; + /** + * Offline the specified region for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param regionParameterForOffline Cosmos DB region to offline for the database account. + * @param options The options parameters. + */ + beginOfflineRegionAndWait( + resourceGroupName: string, + accountName: string, + regionParameterForOffline: RegionForOnlineOffline, + options?: DatabaseAccountsOfflineRegionOptionalParams + ): Promise; + /** + * Online the specified region for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param regionParameterForOnline Cosmos DB region to online for the database account. + * @param options The options parameters. + */ + beginOnlineRegion( + resourceGroupName: string, + accountName: string, + regionParameterForOnline: RegionForOnlineOffline, + options?: DatabaseAccountsOnlineRegionOptionalParams + ): Promise, void>>; + /** + * Online the specified region for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param regionParameterForOnline Cosmos DB region to online for the database account. + * @param options The options parameters. + */ + beginOnlineRegionAndWait( + resourceGroupName: string, + accountName: string, + regionParameterForOnline: RegionForOnlineOffline, + options?: DatabaseAccountsOnlineRegionOptionalParams + ): Promise; + /** + * Lists the read-only access keys for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + getReadOnlyKeys( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsGetReadOnlyKeysOptionalParams + ): Promise; + /** + * Lists the read-only access keys for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listReadOnlyKeys( + resourceGroupName: string, + accountName: string, + options?: DatabaseAccountsListReadOnlyKeysOptionalParams + ): Promise; + /** + * Regenerates an access key for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyToRegenerate The name of the key to regenerate. + * @param options The options parameters. + */ + beginRegenerateKey( + resourceGroupName: string, + accountName: string, + keyToRegenerate: DatabaseAccountRegenerateKeyParameters, + options?: DatabaseAccountsRegenerateKeyOptionalParams + ): Promise, void>>; + /** + * Regenerates an access key for the specified Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param keyToRegenerate The name of the key to regenerate. + * @param options The options parameters. + */ + beginRegenerateKeyAndWait( + resourceGroupName: string, + accountName: string, + keyToRegenerate: DatabaseAccountRegenerateKeyParameters, + options?: DatabaseAccountsRegenerateKeyOptionalParams + ): Promise; + /** + * Checks that the Azure Cosmos DB account name already exists. A valid account name may contain only + * lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + checkNameExists( + accountName: string, + options?: DatabaseAccountsCheckNameExistsOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/gremlinResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/gremlinResources.ts new file mode 100644 index 000000000000..41a89b100f9e --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/gremlinResources.ts @@ -0,0 +1,485 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + GremlinDatabaseGetResults, + GremlinResourcesListGremlinDatabasesOptionalParams, + GremlinGraphGetResults, + GremlinResourcesListGremlinGraphsOptionalParams, + GremlinResourcesGetGremlinDatabaseOptionalParams, + GremlinResourcesGetGremlinDatabaseResponse, + GremlinDatabaseCreateUpdateParameters, + GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams, + GremlinResourcesCreateUpdateGremlinDatabaseResponse, + GremlinResourcesDeleteGremlinDatabaseOptionalParams, + GremlinResourcesGetGremlinDatabaseThroughputOptionalParams, + GremlinResourcesGetGremlinDatabaseThroughputResponse, + ThroughputSettingsUpdateParameters, + GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams, + GremlinResourcesUpdateGremlinDatabaseThroughputResponse, + GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams, + GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse, + GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams, + GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse, + GremlinResourcesGetGremlinGraphOptionalParams, + GremlinResourcesGetGremlinGraphResponse, + GremlinGraphCreateUpdateParameters, + GremlinResourcesCreateUpdateGremlinGraphOptionalParams, + GremlinResourcesCreateUpdateGremlinGraphResponse, + GremlinResourcesDeleteGremlinGraphOptionalParams, + GremlinResourcesGetGremlinGraphThroughputOptionalParams, + GremlinResourcesGetGremlinGraphThroughputResponse, + GremlinResourcesUpdateGremlinGraphThroughputOptionalParams, + GremlinResourcesUpdateGremlinGraphThroughputResponse, + GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams, + GremlinResourcesMigrateGremlinGraphToAutoscaleResponse, + GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams, + GremlinResourcesMigrateGremlinGraphToManualThroughputResponse +} from "../models"; + +/// +/** Interface representing a GremlinResources. */ +export interface GremlinResources { + /** + * Lists the Gremlin databases under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listGremlinDatabases( + resourceGroupName: string, + accountName: string, + options?: GremlinResourcesListGremlinDatabasesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the Gremlin graph under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + listGremlinGraphs( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesListGremlinGraphsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided + * name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + getGremlinDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesGetGremlinDatabaseOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Gremlin database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateGremlinDatabaseParameters The parameters to provide for the current Gremlin + * database. + * @param options The options parameters. + */ + beginCreateUpdateGremlinDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateGremlinDatabaseParameters: GremlinDatabaseCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GremlinResourcesCreateUpdateGremlinDatabaseResponse + > + >; + /** + * Create or update an Azure Cosmos DB Gremlin database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateGremlinDatabaseParameters The parameters to provide for the current Gremlin + * database. + * @param options The options parameters. + */ + beginCreateUpdateGremlinDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateGremlinDatabaseParameters: GremlinDatabaseCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinDatabaseOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Gremlin database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginDeleteGremlinDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesDeleteGremlinDatabaseOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Gremlin database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginDeleteGremlinDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesDeleteGremlinDatabaseOptionalParams + ): Promise; + /** + * Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account + * with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + getGremlinDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesGetGremlinDatabaseThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB Gremlin database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin database. + * @param options The options parameters. + */ + beginUpdateGremlinDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesUpdateGremlinDatabaseThroughputResponse + >, + GremlinResourcesUpdateGremlinDatabaseThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB Gremlin database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin database. + * @param options The options parameters. + */ + beginUpdateGremlinDatabaseThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinDatabaseThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateGremlinDatabaseToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse + >, + GremlinResourcesMigrateGremlinDatabaseToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateGremlinDatabaseToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateGremlinDatabaseToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse + >, + GremlinResourcesMigrateGremlinDatabaseToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateGremlinDatabaseToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: GremlinResourcesMigrateGremlinDatabaseToManualThroughputOptionalParams + ): Promise; + /** + * Gets the Gremlin graph under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + getGremlinGraph( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesGetGremlinGraphOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Gremlin graph + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param createUpdateGremlinGraphParameters The parameters to provide for the current Gremlin graph. + * @param options The options parameters. + */ + beginCreateUpdateGremlinGraph( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + createUpdateGremlinGraphParameters: GremlinGraphCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinGraphOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GremlinResourcesCreateUpdateGremlinGraphResponse + > + >; + /** + * Create or update an Azure Cosmos DB Gremlin graph + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param createUpdateGremlinGraphParameters The parameters to provide for the current Gremlin graph. + * @param options The options parameters. + */ + beginCreateUpdateGremlinGraphAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + createUpdateGremlinGraphParameters: GremlinGraphCreateUpdateParameters, + options?: GremlinResourcesCreateUpdateGremlinGraphOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Gremlin graph. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + beginDeleteGremlinGraph( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesDeleteGremlinGraphOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Gremlin graph. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + beginDeleteGremlinGraphAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesDeleteGremlinGraphOptionalParams + ): Promise; + /** + * Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the + * provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + getGremlinGraphThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesGetGremlinGraphThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB Gremlin graph + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin graph. + * @param options The options parameters. + */ + beginUpdateGremlinGraphThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinGraphThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + GremlinResourcesUpdateGremlinGraphThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB Gremlin graph + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * Gremlin graph. + * @param options The options parameters. + */ + beginUpdateGremlinGraphThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: GremlinResourcesUpdateGremlinGraphThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + beginMigrateGremlinGraphToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinGraphToAutoscaleResponse + >, + GremlinResourcesMigrateGremlinGraphToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + beginMigrateGremlinGraphToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + beginMigrateGremlinGraphToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + GremlinResourcesMigrateGremlinGraphToManualThroughputResponse + >, + GremlinResourcesMigrateGremlinGraphToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param graphName Cosmos DB graph name. + * @param options The options parameters. + */ + beginMigrateGremlinGraphToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + graphName: string, + options?: GremlinResourcesMigrateGremlinGraphToManualThroughputOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts new file mode 100644 index 000000000000..f5d67c730604 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/index.ts @@ -0,0 +1,39 @@ +/* + * 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 "./databaseAccounts"; +export * from "./operations"; +export * from "./database"; +export * from "./collection"; +export * from "./collectionRegion"; +export * from "./databaseAccountRegion"; +export * from "./percentileSourceTarget"; +export * from "./percentileTarget"; +export * from "./percentile"; +export * from "./collectionPartitionRegion"; +export * from "./collectionPartition"; +export * from "./partitionKeyRangeId"; +export * from "./partitionKeyRangeIdRegion"; +export * from "./sqlResources"; +export * from "./mongoDBResources"; +export * from "./tableResources"; +export * from "./cassandraResources"; +export * from "./gremlinResources"; +export * from "./locations"; +export * from "./notebookWorkspaces"; +export * from "./privateEndpointConnections"; +export * from "./privateLinkResources"; +export * from "./restorableDatabaseAccounts"; +export * from "./restorableSqlDatabases"; +export * from "./restorableSqlContainers"; +export * from "./restorableSqlResources"; +export * from "./restorableMongodbDatabases"; +export * from "./restorableMongodbCollections"; +export * from "./restorableMongodbResources"; +export * from "./cassandraClusters"; +export * from "./cassandraDataCenters"; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/locations.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/locations.ts new file mode 100644 index 000000000000..0be8579b8bcc --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/locations.ts @@ -0,0 +1,36 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + LocationGetResult, + LocationsListOptionalParams, + LocationsGetOptionalParams, + LocationsGetResponse +} from "../models"; + +/// +/** Interface representing a Locations. */ +export interface Locations { + /** + * List Cosmos DB locations and their properties + * @param options The options parameters. + */ + list( + options?: LocationsListOptionalParams + ): PagedAsyncIterableIterator; + /** + * Get the properties of an existing Cosmos DB location + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param options The options parameters. + */ + get( + location: string, + options?: LocationsGetOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts new file mode 100644 index 000000000000..30673fb40993 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/mongoDBResources.ts @@ -0,0 +1,535 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + MongoDBDatabaseGetResults, + MongoDBResourcesListMongoDBDatabasesOptionalParams, + MongoDBCollectionGetResults, + MongoDBResourcesListMongoDBCollectionsOptionalParams, + MongoDBResourcesGetMongoDBDatabaseOptionalParams, + MongoDBResourcesGetMongoDBDatabaseResponse, + MongoDBDatabaseCreateUpdateParameters, + MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams, + MongoDBResourcesCreateUpdateMongoDBDatabaseResponse, + MongoDBResourcesDeleteMongoDBDatabaseOptionalParams, + MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams, + MongoDBResourcesGetMongoDBDatabaseThroughputResponse, + ThroughputSettingsUpdateParameters, + MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams, + MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse, + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams, + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse, + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams, + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse, + MongoDBResourcesGetMongoDBCollectionOptionalParams, + MongoDBResourcesGetMongoDBCollectionResponse, + MongoDBCollectionCreateUpdateParameters, + MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams, + MongoDBResourcesCreateUpdateMongoDBCollectionResponse, + MongoDBResourcesDeleteMongoDBCollectionOptionalParams, + MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams, + MongoDBResourcesGetMongoDBCollectionThroughputResponse, + MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams, + MongoDBResourcesUpdateMongoDBCollectionThroughputResponse, + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams, + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse, + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams, + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse, + ContinuousBackupRestoreLocation, + MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams, + MongoDBResourcesRetrieveContinuousBackupInformationResponse +} from "../models"; + +/// +/** Interface representing a MongoDBResources. */ +export interface MongoDBResources { + /** + * Lists the MongoDB databases under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listMongoDBDatabases( + resourceGroupName: string, + accountName: string, + options?: MongoDBResourcesListMongoDBDatabasesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the MongoDB collection under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + listMongoDBCollections( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesListMongoDBCollectionsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided + * name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + getMongoDBDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesGetMongoDBDatabaseOptionalParams + ): Promise; + /** + * Create or updates Azure Cosmos DB MongoDB database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB + * database. + * @param options The options parameters. + */ + beginCreateUpdateMongoDBDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams + ): Promise< + PollerLike< + PollOperationState, + MongoDBResourcesCreateUpdateMongoDBDatabaseResponse + > + >; + /** + * Create or updates Azure Cosmos DB MongoDB database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB + * database. + * @param options The options parameters. + */ + beginCreateUpdateMongoDBDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB MongoDB database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginDeleteMongoDBDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB MongoDB database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginDeleteMongoDBDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams + ): Promise; + /** + * Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account + * with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + getMongoDBDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of the an Azure Cosmos DB MongoDB database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB database. + * @param options The options parameters. + */ + beginUpdateMongoDBDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse + >, + MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse + > + >; + /** + * Update RUs per second of the an Azure Cosmos DB MongoDB database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB database. + * @param options The options parameters. + */ + beginUpdateMongoDBDatabaseThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateMongoDBDatabaseToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse + >, + MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateMongoDBDatabaseToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateMongoDBDatabaseToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse + >, + MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateMongoDBDatabaseToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams + ): Promise; + /** + * Gets the MongoDB collection under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + getMongoDBCollection( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesGetMongoDBCollectionOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB MongoDB Collection + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB + * Collection. + * @param options The options parameters. + */ + beginCreateUpdateMongoDBCollection( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams + ): Promise< + PollerLike< + PollOperationState, + MongoDBResourcesCreateUpdateMongoDBCollectionResponse + > + >; + /** + * Create or update an Azure Cosmos DB MongoDB Collection + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB + * Collection. + * @param options The options parameters. + */ + beginCreateUpdateMongoDBCollectionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters, + options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB MongoDB Collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + beginDeleteMongoDBCollection( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB MongoDB Collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + beginDeleteMongoDBCollectionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams + ): Promise; + /** + * Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account + * with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + getMongoDBCollectionThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams + ): Promise; + /** + * Update the RUs per second of an Azure Cosmos DB MongoDB collection + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB collection. + * @param options The options parameters. + */ + beginUpdateMongoDBCollectionThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesUpdateMongoDBCollectionThroughputResponse + >, + MongoDBResourcesUpdateMongoDBCollectionThroughputResponse + > + >; + /** + * Update the RUs per second of an Azure Cosmos DB MongoDB collection + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param updateThroughputParameters The RUs per second of the parameters to provide for the current + * MongoDB collection. + * @param options The options parameters. + */ + beginUpdateMongoDBCollectionThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + beginMigrateMongoDBCollectionToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse + >, + MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + beginMigrateMongoDBCollectionToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + beginMigrateMongoDBCollectionToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + >, + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param options The options parameters. + */ + beginMigrateMongoDBCollectionToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams + ): Promise< + MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse + >; + /** + * Retrieves continuous backup information for a Mongodb collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param location The name of the continuous backup restore location. + * @param options The options parameters. + */ + beginRetrieveContinuousBackupInformation( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + location: ContinuousBackupRestoreLocation, + options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise< + PollerLike< + PollOperationState< + MongoDBResourcesRetrieveContinuousBackupInformationResponse + >, + MongoDBResourcesRetrieveContinuousBackupInformationResponse + > + >; + /** + * Retrieves continuous backup information for a Mongodb collection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param collectionName Cosmos DB collection name. + * @param location The name of the continuous backup restore location. + * @param options The options parameters. + */ + beginRetrieveContinuousBackupInformationAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + collectionName: string, + location: ContinuousBackupRestoreLocation, + options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/notebookWorkspaces.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/notebookWorkspaces.ts new file mode 100644 index 000000000000..7eb9d9eff048 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/notebookWorkspaces.ts @@ -0,0 +1,182 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + NotebookWorkspace, + NotebookWorkspacesListByDatabaseAccountOptionalParams, + NotebookWorkspaceName, + NotebookWorkspacesGetOptionalParams, + NotebookWorkspacesGetResponse, + NotebookWorkspaceCreateUpdateParameters, + NotebookWorkspacesCreateOrUpdateOptionalParams, + NotebookWorkspacesCreateOrUpdateResponse, + NotebookWorkspacesDeleteOptionalParams, + NotebookWorkspacesListConnectionInfoOptionalParams, + NotebookWorkspacesListConnectionInfoResponse, + NotebookWorkspacesRegenerateAuthTokenOptionalParams, + NotebookWorkspacesStartOptionalParams +} from "../models"; + +/// +/** Interface representing a NotebookWorkspaces. */ +export interface NotebookWorkspaces { + /** + * Gets the notebook workspace resources of an existing Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: NotebookWorkspacesListByDatabaseAccountOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the notebook workspace for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesGetOptionalParams + ): Promise; + /** + * Creates the notebook workspace for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param notebookCreateUpdateParameters The notebook workspace to create for the current database + * account. + * @param options The options parameters. + */ + beginCreateOrUpdate( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, + options?: NotebookWorkspacesCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + NotebookWorkspacesCreateOrUpdateResponse + > + >; + /** + * Creates the notebook workspace for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param notebookCreateUpdateParameters The notebook workspace to create for the current database + * account. + * @param options The options parameters. + */ + beginCreateOrUpdateAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + notebookCreateUpdateParameters: NotebookWorkspaceCreateUpdateParameters, + options?: NotebookWorkspacesCreateOrUpdateOptionalParams + ): Promise; + /** + * Deletes the notebook workspace for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + beginDelete( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesDeleteOptionalParams + ): Promise, void>>; + /** + * Deletes the notebook workspace for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesDeleteOptionalParams + ): Promise; + /** + * Retrieves the connection info for the notebook workspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + listConnectionInfo( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesListConnectionInfoOptionalParams + ): Promise; + /** + * Regenerates the auth token for the notebook workspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + beginRegenerateAuthToken( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams + ): Promise, void>>; + /** + * Regenerates the auth token for the notebook workspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + beginRegenerateAuthTokenAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesRegenerateAuthTokenOptionalParams + ): Promise; + /** + * Starts the notebook workspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + beginStart( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesStartOptionalParams + ): Promise, void>>; + /** + * Starts the notebook workspace + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param notebookWorkspaceName The name of the notebook workspace resource. + * @param options The options parameters. + */ + beginStartAndWait( + resourceGroupName: string, + accountName: string, + notebookWorkspaceName: NotebookWorkspaceName, + options?: NotebookWorkspacesStartOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/operations.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/operations.ts new file mode 100644 index 000000000000..4b5e4d801fd4 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/operations.ts @@ -0,0 +1,22 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { Operation, OperationsListOptionalParams } from "../models"; + +/// +/** Interface representing a Operations. */ +export interface Operations { + /** + * Lists all of the available Cosmos DB Resource Provider operations. + * @param options The options parameters. + */ + list( + options?: OperationsListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeId.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeId.ts new file mode 100644 index 000000000000..ba51f4809d3c --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeId.ts @@ -0,0 +1,39 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PartitionMetric, + PartitionKeyRangeIdListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a PartitionKeyRangeId. */ +export interface PartitionKeyRangeId { + /** + * Retrieves the metrics determined by the given filter for the given partition key range id. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param partitionKeyRangeId Partition Key Range Id for which to get data. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeIdRegion.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeIdRegion.ts new file mode 100644 index 000000000000..e5eddad32d38 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/partitionKeyRangeIdRegion.ts @@ -0,0 +1,42 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PartitionMetric, + PartitionKeyRangeIdRegionListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a PartitionKeyRangeIdRegion. */ +export interface PartitionKeyRangeIdRegion { + /** + * Retrieves the metrics determined by the given filter for the given partition key range id and + * region. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param region Cosmos DB region, with spaces between words and each word capitalized. + * @param databaseRid Cosmos DB database rid. + * @param collectionRid Cosmos DB collection rid. + * @param partitionKeyRangeId Partition Key Range Id for which to get data. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + region: string, + databaseRid: string, + collectionRid: string, + partitionKeyRangeId: string, + filter: string, + options?: PartitionKeyRangeIdRegionListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentile.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentile.ts new file mode 100644 index 000000000000..995906ea8c10 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentile.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 { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PercentileMetric, + PercentileListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a Percentile. */ +export interface Percentile { + /** + * Retrieves the metrics determined by the given filter for the given database account. This url is + * only for PBS and Replication Latency data + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + filter: string, + options?: PercentileListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileSourceTarget.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileSourceTarget.ts new file mode 100644 index 000000000000..a633dd0c8478 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileSourceTarget.ts @@ -0,0 +1,40 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PercentileMetric, + PercentileSourceTargetListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a PercentileSourceTarget. */ +export interface PercentileSourceTarget { + /** + * Retrieves the metrics determined by the given filter for the given account, source and target + * region. This url is only for PBS and Replication Latency data + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param sourceRegion Source region from which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. + * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + sourceRegion: string, + targetRegion: string, + filter: string, + options?: PercentileSourceTargetListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileTarget.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileTarget.ts new file mode 100644 index 000000000000..ef53e7792462 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/percentileTarget.ts @@ -0,0 +1,37 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PercentileMetric, + PercentileTargetListMetricsOptionalParams +} from "../models"; + +/// +/** Interface representing a PercentileTarget. */ +export interface PercentileTarget { + /** + * Retrieves the metrics determined by the given filter for the given account target region. This url + * is only for PBS and Replication Latency data + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param targetRegion Target region to which data is written. Cosmos DB region, with spaces between + * words and each word capitalized. + * @param filter An OData filter expression that describes a subset of metrics to return. The + * parameters that can be filtered are name.value (name of the metric, can have an or of multiple + * names), startTime, endTime, and timeGrain. The supported operator is eq. + * @param options The options parameters. + */ + listMetrics( + resourceGroupName: string, + accountName: string, + targetRegion: string, + filter: string, + options?: PercentileTargetListMetricsOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateEndpointConnections.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateEndpointConnections.ts new file mode 100644 index 000000000000..28d44f546d09 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateEndpointConnections.ts @@ -0,0 +1,109 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + PrivateEndpointConnection, + PrivateEndpointConnectionsListByDatabaseAccountOptionalParams, + PrivateEndpointConnectionsGetOptionalParams, + PrivateEndpointConnectionsGetResponse, + PrivateEndpointConnectionsCreateOrUpdateOptionalParams, + PrivateEndpointConnectionsCreateOrUpdateResponse, + PrivateEndpointConnectionsDeleteOptionalParams +} from "../models"; + +/// +/** Interface representing a PrivateEndpointConnections. */ +export interface PrivateEndpointConnections { + /** + * List all private endpoint connections on a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: PrivateEndpointConnectionsListByDatabaseAccountOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets a private endpoint connection. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param privateEndpointConnectionName The name of the private endpoint connection. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + options?: PrivateEndpointConnectionsGetOptionalParams + ): Promise; + /** + * Approve or reject a private endpoint connection with a given name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param privateEndpointConnectionName The name of the private endpoint connection. + * @param parameters A private endpoint connection + * @param options The options parameters. + */ + beginCreateOrUpdate( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + parameters: PrivateEndpointConnection, + options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams + ): Promise< + PollerLike< + PollOperationState, + PrivateEndpointConnectionsCreateOrUpdateResponse + > + >; + /** + * Approve or reject a private endpoint connection with a given name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param privateEndpointConnectionName The name of the private endpoint connection. + * @param parameters A private endpoint connection + * @param options The options parameters. + */ + beginCreateOrUpdateAndWait( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + parameters: PrivateEndpointConnection, + options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams + ): Promise; + /** + * Deletes a private endpoint connection with a given name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param privateEndpointConnectionName The name of the private endpoint connection. + * @param options The options parameters. + */ + beginDelete( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + options?: PrivateEndpointConnectionsDeleteOptionalParams + ): Promise, void>>; + /** + * Deletes a private endpoint connection with a given name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param privateEndpointConnectionName The name of the private endpoint connection. + * @param options The options parameters. + */ + beginDeleteAndWait( + resourceGroupName: string, + accountName: string, + privateEndpointConnectionName: string, + options?: PrivateEndpointConnectionsDeleteOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateLinkResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateLinkResources.ts new file mode 100644 index 000000000000..997d75fe0bfe --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/privateLinkResources.ts @@ -0,0 +1,44 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + PrivateLinkResource, + PrivateLinkResourcesListByDatabaseAccountOptionalParams, + PrivateLinkResourcesGetOptionalParams, + PrivateLinkResourcesGetResponse +} from "../models"; + +/// +/** Interface representing a PrivateLinkResources. */ +export interface PrivateLinkResources { + /** + * Gets the private link resources that need to be created for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listByDatabaseAccount( + resourceGroupName: string, + accountName: string, + options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the private link resources that need to be created for a Cosmos DB account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param groupName The name of the private link resource. + * @param options The options parameters. + */ + get( + resourceGroupName: string, + accountName: string, + groupName: string, + options?: PrivateLinkResourcesGetOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableDatabaseAccounts.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableDatabaseAccounts.ts new file mode 100644 index 000000000000..d63912d11a85 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableDatabaseAccounts.ts @@ -0,0 +1,52 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + RestorableDatabaseAccountGetResult, + RestorableDatabaseAccountsListByLocationOptionalParams, + RestorableDatabaseAccountsListOptionalParams, + RestorableDatabaseAccountsGetByLocationOptionalParams, + RestorableDatabaseAccountsGetByLocationResponse +} from "../models"; + +/// +/** Interface representing a RestorableDatabaseAccounts. */ +export interface RestorableDatabaseAccounts { + /** + * Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a + * region. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' + * permission. + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param options The options parameters. + */ + listByLocation( + location: string, + options?: RestorableDatabaseAccountsListByLocationOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This + * call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. + * @param options The options parameters. + */ + list( + options?: RestorableDatabaseAccountsListOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call + * requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission. + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + getByLocation( + location: string, + instanceId: string, + options?: RestorableDatabaseAccountsGetByLocationOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbCollections.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbCollections.ts new file mode 100644 index 000000000000..a3bb56cfc658 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbCollections.ts @@ -0,0 +1,31 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + RestorableMongodbCollectionGetResult, + RestorableMongodbCollectionsListOptionalParams +} from "../models"; + +/// +/** Interface representing a RestorableMongodbCollections. */ +export interface RestorableMongodbCollections { + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a + * specific database. This helps in scenario where container was accidentally deleted. This API + * requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + list( + location: string, + instanceId: string, + options?: RestorableMongodbCollectionsListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbDatabases.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbDatabases.ts new file mode 100644 index 000000000000..bfdc01caf4d8 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbDatabases.ts @@ -0,0 +1,32 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + RestorableMongodbDatabaseGetResult, + RestorableMongodbDatabasesListOptionalParams +} from "../models"; + +/// +/** Interface representing a RestorableMongodbDatabases. */ +export interface RestorableMongodbDatabases { + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the + * restorable account. This helps in scenario where database was accidentally deleted to get the + * deletion time. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + list( + location: string, + instanceId: string, + options?: RestorableMongodbDatabasesListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbResources.ts new file mode 100644 index 000000000000..45002e285077 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableMongodbResources.ts @@ -0,0 +1,31 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + DatabaseRestoreResource, + RestorableMongodbResourcesListOptionalParams +} from "../models"; + +/// +/** Interface representing a RestorableMongodbResources. */ +export interface RestorableMongodbResources { + /** + * Return a list of database and collection combo that exist on the account at the given timestamp and + * location. This helps in scenarios to validate what resources exist at given timestamp and location. + * This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + list( + location: string, + instanceId: string, + options?: RestorableMongodbResourcesListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlContainers.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlContainers.ts new file mode 100644 index 000000000000..06f39384042e --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlContainers.ts @@ -0,0 +1,31 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + RestorableSqlContainerGetResult, + RestorableSqlContainersListOptionalParams +} from "../models"; + +/// +/** Interface representing a RestorableSqlContainers. */ +export interface RestorableSqlContainers { + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific + * database. This helps in scenario where container was accidentally deleted. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + list( + location: string, + instanceId: string, + options?: RestorableSqlContainersListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlDatabases.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlDatabases.ts new file mode 100644 index 000000000000..1795c2c81413 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlDatabases.ts @@ -0,0 +1,32 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + RestorableSqlDatabaseGetResult, + RestorableSqlDatabasesListOptionalParams +} from "../models"; + +/// +/** Interface representing a RestorableSqlDatabases. */ +export interface RestorableSqlDatabases { + /** + * Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the + * restorable account. This helps in scenario where database was accidentally deleted to get the + * deletion time. This API requires + * 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + list( + location: string, + instanceId: string, + options?: RestorableSqlDatabasesListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlResources.ts new file mode 100644 index 000000000000..695d9967112a --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/restorableSqlResources.ts @@ -0,0 +1,31 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { + DatabaseRestoreResource, + RestorableSqlResourcesListOptionalParams +} from "../models"; + +/// +/** Interface representing a RestorableSqlResources. */ +export interface RestorableSqlResources { + /** + * Return a list of database and container combo that exist on the account at the given timestamp and + * location. This helps in scenarios to validate what resources exist at given timestamp and location. + * This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. + * @param location Cosmos DB region, with spaces between words and each word capitalized. + * @param instanceId The instanceId GUID of a restorable database account. + * @param options The options parameters. + */ + list( + location: string, + instanceId: string, + options?: RestorableSqlResourcesListOptionalParams + ): PagedAsyncIterableIterator; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/sqlResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/sqlResources.ts new file mode 100644 index 000000000000..006a8232d8c8 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/sqlResources.ts @@ -0,0 +1,1066 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + SqlDatabaseGetResults, + SqlResourcesListSqlDatabasesOptionalParams, + SqlContainerGetResults, + SqlResourcesListSqlContainersOptionalParams, + SqlStoredProcedureGetResults, + SqlResourcesListSqlStoredProceduresOptionalParams, + SqlUserDefinedFunctionGetResults, + SqlResourcesListSqlUserDefinedFunctionsOptionalParams, + SqlTriggerGetResults, + SqlResourcesListSqlTriggersOptionalParams, + SqlRoleDefinitionGetResults, + SqlResourcesListSqlRoleDefinitionsOptionalParams, + SqlRoleAssignmentGetResults, + SqlResourcesListSqlRoleAssignmentsOptionalParams, + SqlResourcesGetSqlDatabaseOptionalParams, + SqlResourcesGetSqlDatabaseResponse, + SqlDatabaseCreateUpdateParameters, + SqlResourcesCreateUpdateSqlDatabaseOptionalParams, + SqlResourcesCreateUpdateSqlDatabaseResponse, + SqlResourcesDeleteSqlDatabaseOptionalParams, + SqlResourcesGetSqlDatabaseThroughputOptionalParams, + SqlResourcesGetSqlDatabaseThroughputResponse, + ThroughputSettingsUpdateParameters, + SqlResourcesUpdateSqlDatabaseThroughputOptionalParams, + SqlResourcesUpdateSqlDatabaseThroughputResponse, + SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams, + SqlResourcesMigrateSqlDatabaseToAutoscaleResponse, + SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams, + SqlResourcesMigrateSqlDatabaseToManualThroughputResponse, + SqlResourcesGetSqlContainerOptionalParams, + SqlResourcesGetSqlContainerResponse, + SqlContainerCreateUpdateParameters, + SqlResourcesCreateUpdateSqlContainerOptionalParams, + SqlResourcesCreateUpdateSqlContainerResponse, + SqlResourcesDeleteSqlContainerOptionalParams, + SqlResourcesGetSqlContainerThroughputOptionalParams, + SqlResourcesGetSqlContainerThroughputResponse, + SqlResourcesUpdateSqlContainerThroughputOptionalParams, + SqlResourcesUpdateSqlContainerThroughputResponse, + SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams, + SqlResourcesMigrateSqlContainerToAutoscaleResponse, + SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams, + SqlResourcesMigrateSqlContainerToManualThroughputResponse, + SqlResourcesGetSqlStoredProcedureOptionalParams, + SqlResourcesGetSqlStoredProcedureResponse, + SqlStoredProcedureCreateUpdateParameters, + SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams, + SqlResourcesCreateUpdateSqlStoredProcedureResponse, + SqlResourcesDeleteSqlStoredProcedureOptionalParams, + SqlResourcesGetSqlUserDefinedFunctionOptionalParams, + SqlResourcesGetSqlUserDefinedFunctionResponse, + SqlUserDefinedFunctionCreateUpdateParameters, + SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams, + SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse, + SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams, + SqlResourcesGetSqlTriggerOptionalParams, + SqlResourcesGetSqlTriggerResponse, + SqlTriggerCreateUpdateParameters, + SqlResourcesCreateUpdateSqlTriggerOptionalParams, + SqlResourcesCreateUpdateSqlTriggerResponse, + SqlResourcesDeleteSqlTriggerOptionalParams, + SqlResourcesGetSqlRoleDefinitionOptionalParams, + SqlResourcesGetSqlRoleDefinitionResponse, + SqlRoleDefinitionCreateUpdateParameters, + SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams, + SqlResourcesCreateUpdateSqlRoleDefinitionResponse, + SqlResourcesDeleteSqlRoleDefinitionOptionalParams, + SqlResourcesGetSqlRoleAssignmentOptionalParams, + SqlResourcesGetSqlRoleAssignmentResponse, + SqlRoleAssignmentCreateUpdateParameters, + SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams, + SqlResourcesCreateUpdateSqlRoleAssignmentResponse, + SqlResourcesDeleteSqlRoleAssignmentOptionalParams, + ContinuousBackupRestoreLocation, + SqlResourcesRetrieveContinuousBackupInformationOptionalParams, + SqlResourcesRetrieveContinuousBackupInformationResponse +} from "../models"; + +/// +/** Interface representing a SqlResources. */ +export interface SqlResources { + /** + * Lists the SQL databases under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listSqlDatabases( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlDatabasesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the SQL container under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + listSqlContainers( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesListSqlContainersOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the SQL storedProcedure under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + listSqlStoredProcedures( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlStoredProceduresOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + listSqlUserDefinedFunctions( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlUserDefinedFunctionsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Lists the SQL trigger under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + listSqlTriggers( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesListSqlTriggersOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the list of all Azure Cosmos DB SQL Role Definitions. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listSqlRoleDefinitions( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleDefinitionsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Retrieves the list of all Azure Cosmos DB SQL Role Assignments. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listSqlRoleAssignments( + resourceGroupName: string, + accountName: string, + options?: SqlResourcesListSqlRoleAssignmentsOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the SQL database under an existing Azure Cosmos DB database account with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + getSqlDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesGetSqlDatabaseOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB SQL database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateSqlDatabaseParameters The parameters to provide for the current SQL database. + * @param options The options parameters. + */ + beginCreateUpdateSqlDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateSqlDatabaseParameters: SqlDatabaseCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlDatabaseOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlDatabaseResponse + > + >; + /** + * Create or update an Azure Cosmos DB SQL database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param createUpdateSqlDatabaseParameters The parameters to provide for the current SQL database. + * @param options The options parameters. + */ + beginCreateUpdateSqlDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + createUpdateSqlDatabaseParameters: SqlDatabaseCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlDatabaseOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginDeleteSqlDatabase( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesDeleteSqlDatabaseOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL database. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginDeleteSqlDatabaseAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesDeleteSqlDatabaseOptionalParams + ): Promise; + /** + * Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with + * the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + getSqlDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesGetSqlDatabaseThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB SQL database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL database. + * @param options The options parameters. + */ + beginUpdateSqlDatabaseThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesUpdateSqlDatabaseThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB SQL database + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL database. + * @param options The options parameters. + */ + beginUpdateSqlDatabaseThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateSqlDatabaseToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesMigrateSqlDatabaseToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateSqlDatabaseToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateSqlDatabaseToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesMigrateSqlDatabaseToManualThroughputResponse + >, + SqlResourcesMigrateSqlDatabaseToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param options The options parameters. + */ + beginMigrateSqlDatabaseToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams + ): Promise; + /** + * Gets the SQL container under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + getSqlContainer( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesGetSqlContainerOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB SQL container + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param createUpdateSqlContainerParameters The parameters to provide for the current SQL container. + * @param options The options parameters. + */ + beginCreateUpdateSqlContainer( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlContainerOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlContainerResponse + > + >; + /** + * Create or update an Azure Cosmos DB SQL container + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param createUpdateSqlContainerParameters The parameters to provide for the current SQL container. + * @param options The options parameters. + */ + beginCreateUpdateSqlContainerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + createUpdateSqlContainerParameters: SqlContainerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlContainerOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL container. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + beginDeleteSqlContainer( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesDeleteSqlContainerOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL container. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + beginDeleteSqlContainerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesDeleteSqlContainerOptionalParams + ): Promise; + /** + * Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + getSqlContainerThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesGetSqlContainerThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB SQL container + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL container. + * @param options The options parameters. + */ + beginUpdateSqlContainerThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesUpdateSqlContainerThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB SQL container + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * SQL container. + * @param options The options parameters. + */ + beginUpdateSqlContainerThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + beginMigrateSqlContainerToAutoscale( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesMigrateSqlContainerToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + beginMigrateSqlContainerToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + beginMigrateSqlContainerToManualThroughput( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesMigrateSqlContainerToManualThroughputResponse + >, + SqlResourcesMigrateSqlContainerToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param options The options parameters. + */ + beginMigrateSqlContainerToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams + ): Promise; + /** + * Gets the SQL storedProcedure under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param options The options parameters. + */ + getSqlStoredProcedure( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + options?: SqlResourcesGetSqlStoredProcedureOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB SQL storedProcedure + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param createUpdateSqlStoredProcedureParameters The parameters to provide for the current SQL + * storedProcedure. + * @param options The options parameters. + */ + beginCreateUpdateSqlStoredProcedure( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + createUpdateSqlStoredProcedureParameters: SqlStoredProcedureCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlStoredProcedureResponse + > + >; + /** + * Create or update an Azure Cosmos DB SQL storedProcedure + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param createUpdateSqlStoredProcedureParameters The parameters to provide for the current SQL + * storedProcedure. + * @param options The options parameters. + */ + beginCreateUpdateSqlStoredProcedureAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + createUpdateSqlStoredProcedureParameters: SqlStoredProcedureCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlStoredProcedureOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL storedProcedure. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param options The options parameters. + */ + beginDeleteSqlStoredProcedure( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + options?: SqlResourcesDeleteSqlStoredProcedureOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL storedProcedure. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param storedProcedureName Cosmos DB storedProcedure name. + * @param options The options parameters. + */ + beginDeleteSqlStoredProcedureAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + storedProcedureName: string, + options?: SqlResourcesDeleteSqlStoredProcedureOptionalParams + ): Promise; + /** + * Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param options The options parameters. + */ + getSqlUserDefinedFunction( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + options?: SqlResourcesGetSqlUserDefinedFunctionOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB SQL userDefinedFunction + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param createUpdateSqlUserDefinedFunctionParameters The parameters to provide for the current SQL + * userDefinedFunction. + * @param options The options parameters. + */ + beginCreateUpdateSqlUserDefinedFunction( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + createUpdateSqlUserDefinedFunctionParameters: SqlUserDefinedFunctionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse + >, + SqlResourcesCreateUpdateSqlUserDefinedFunctionResponse + > + >; + /** + * Create or update an Azure Cosmos DB SQL userDefinedFunction + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param createUpdateSqlUserDefinedFunctionParameters The parameters to provide for the current SQL + * userDefinedFunction. + * @param options The options parameters. + */ + beginCreateUpdateSqlUserDefinedFunctionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + createUpdateSqlUserDefinedFunctionParameters: SqlUserDefinedFunctionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlUserDefinedFunctionOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL userDefinedFunction. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param options The options parameters. + */ + beginDeleteSqlUserDefinedFunction( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL userDefinedFunction. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param userDefinedFunctionName Cosmos DB userDefinedFunction name. + * @param options The options parameters. + */ + beginDeleteSqlUserDefinedFunctionAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + userDefinedFunctionName: string, + options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams + ): Promise; + /** + * Gets the SQL trigger under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param triggerName Cosmos DB trigger name. + * @param options The options parameters. + */ + getSqlTrigger( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + options?: SqlResourcesGetSqlTriggerOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB SQL trigger + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param triggerName Cosmos DB trigger name. + * @param createUpdateSqlTriggerParameters The parameters to provide for the current SQL trigger. + * @param options The options parameters. + */ + beginCreateUpdateSqlTrigger( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + createUpdateSqlTriggerParameters: SqlTriggerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlTriggerOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlTriggerResponse + > + >; + /** + * Create or update an Azure Cosmos DB SQL trigger + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param triggerName Cosmos DB trigger name. + * @param createUpdateSqlTriggerParameters The parameters to provide for the current SQL trigger. + * @param options The options parameters. + */ + beginCreateUpdateSqlTriggerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + createUpdateSqlTriggerParameters: SqlTriggerCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlTriggerOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL trigger. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param triggerName Cosmos DB trigger name. + * @param options The options parameters. + */ + beginDeleteSqlTrigger( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + options?: SqlResourcesDeleteSqlTriggerOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL trigger. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param triggerName Cosmos DB trigger name. + * @param options The options parameters. + */ + beginDeleteSqlTriggerAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + triggerName: string, + options?: SqlResourcesDeleteSqlTriggerOptionalParams + ): Promise; + /** + * Retrieves the properties of an existing Azure Cosmos DB SQL Role Definition with the given Id. + * @param roleDefinitionId The GUID for the Role Definition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + getSqlRoleDefinition( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesGetSqlRoleDefinitionOptionalParams + ): Promise; + /** + * Creates or updates an Azure Cosmos DB SQL Role Definition. + * @param roleDefinitionId The GUID for the Role Definition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param createUpdateSqlRoleDefinitionParameters The properties required to create or update a Role + * Definition. + * @param options The options parameters. + */ + beginCreateUpdateSqlRoleDefinition( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleDefinitionParameters: SqlRoleDefinitionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlRoleDefinitionResponse + > + >; + /** + * Creates or updates an Azure Cosmos DB SQL Role Definition. + * @param roleDefinitionId The GUID for the Role Definition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param createUpdateSqlRoleDefinitionParameters The properties required to create or update a Role + * Definition. + * @param options The options parameters. + */ + beginCreateUpdateSqlRoleDefinitionAndWait( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleDefinitionParameters: SqlRoleDefinitionCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleDefinitionOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL Role Definition. + * @param roleDefinitionId The GUID for the Role Definition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + beginDeleteSqlRoleDefinition( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleDefinitionOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL Role Definition. + * @param roleDefinitionId The GUID for the Role Definition. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + beginDeleteSqlRoleDefinitionAndWait( + roleDefinitionId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleDefinitionOptionalParams + ): Promise; + /** + * Retrieves the properties of an existing Azure Cosmos DB SQL Role Assignment with the given Id. + * @param roleAssignmentId The GUID for the Role Assignment. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + getSqlRoleAssignment( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesGetSqlRoleAssignmentOptionalParams + ): Promise; + /** + * Creates or updates an Azure Cosmos DB SQL Role Assignment. + * @param roleAssignmentId The GUID for the Role Assignment. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param createUpdateSqlRoleAssignmentParameters The properties required to create or update a Role + * Assignment. + * @param options The options parameters. + */ + beginCreateUpdateSqlRoleAssignment( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleAssignmentParameters: SqlRoleAssignmentCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams + ): Promise< + PollerLike< + PollOperationState, + SqlResourcesCreateUpdateSqlRoleAssignmentResponse + > + >; + /** + * Creates or updates an Azure Cosmos DB SQL Role Assignment. + * @param roleAssignmentId The GUID for the Role Assignment. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param createUpdateSqlRoleAssignmentParameters The properties required to create or update a Role + * Assignment. + * @param options The options parameters. + */ + beginCreateUpdateSqlRoleAssignmentAndWait( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + createUpdateSqlRoleAssignmentParameters: SqlRoleAssignmentCreateUpdateParameters, + options?: SqlResourcesCreateUpdateSqlRoleAssignmentOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB SQL Role Assignment. + * @param roleAssignmentId The GUID for the Role Assignment. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + beginDeleteSqlRoleAssignment( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleAssignmentOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB SQL Role Assignment. + * @param roleAssignmentId The GUID for the Role Assignment. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + beginDeleteSqlRoleAssignmentAndWait( + roleAssignmentId: string, + resourceGroupName: string, + accountName: string, + options?: SqlResourcesDeleteSqlRoleAssignmentOptionalParams + ): Promise; + /** + * Retrieves continuous backup information for a container resource. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param location The name of the continuous backup restore location. + * @param options The options parameters. + */ + beginRetrieveContinuousBackupInformation( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + location: ContinuousBackupRestoreLocation, + options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise< + PollerLike< + PollOperationState< + SqlResourcesRetrieveContinuousBackupInformationResponse + >, + SqlResourcesRetrieveContinuousBackupInformationResponse + > + >; + /** + * Retrieves continuous backup information for a container resource. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param databaseName Cosmos DB database name. + * @param containerName Cosmos DB container name. + * @param location The name of the continuous backup restore location. + * @param options The options parameters. + */ + beginRetrieveContinuousBackupInformationAndWait( + resourceGroupName: string, + accountName: string, + databaseName: string, + containerName: string, + location: ContinuousBackupRestoreLocation, + options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/tableResources.ts b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/tableResources.ts new file mode 100644 index 000000000000..b6d7e0d81032 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/src/operationsInterfaces/tableResources.ts @@ -0,0 +1,232 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { PagedAsyncIterableIterator } from "@azure/core-paging"; +import { PollerLike, PollOperationState } from "@azure/core-lro"; +import { + TableGetResults, + TableResourcesListTablesOptionalParams, + TableResourcesGetTableOptionalParams, + TableResourcesGetTableResponse, + TableCreateUpdateParameters, + TableResourcesCreateUpdateTableOptionalParams, + TableResourcesCreateUpdateTableResponse, + TableResourcesDeleteTableOptionalParams, + TableResourcesGetTableThroughputOptionalParams, + TableResourcesGetTableThroughputResponse, + ThroughputSettingsUpdateParameters, + TableResourcesUpdateTableThroughputOptionalParams, + TableResourcesUpdateTableThroughputResponse, + TableResourcesMigrateTableToAutoscaleOptionalParams, + TableResourcesMigrateTableToAutoscaleResponse, + TableResourcesMigrateTableToManualThroughputOptionalParams, + TableResourcesMigrateTableToManualThroughputResponse +} from "../models"; + +/// +/** Interface representing a TableResources. */ +export interface TableResources { + /** + * Lists the Tables under an existing Azure Cosmos DB database account. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param options The options parameters. + */ + listTables( + resourceGroupName: string, + accountName: string, + options?: TableResourcesListTablesOptionalParams + ): PagedAsyncIterableIterator; + /** + * Gets the Tables under an existing Azure Cosmos DB database account with the provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + getTable( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesGetTableOptionalParams + ): Promise; + /** + * Create or update an Azure Cosmos DB Table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param createUpdateTableParameters The parameters to provide for the current Table. + * @param options The options parameters. + */ + beginCreateUpdateTable( + resourceGroupName: string, + accountName: string, + tableName: string, + createUpdateTableParameters: TableCreateUpdateParameters, + options?: TableResourcesCreateUpdateTableOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesCreateUpdateTableResponse + > + >; + /** + * Create or update an Azure Cosmos DB Table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param createUpdateTableParameters The parameters to provide for the current Table. + * @param options The options parameters. + */ + beginCreateUpdateTableAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + createUpdateTableParameters: TableCreateUpdateParameters, + options?: TableResourcesCreateUpdateTableOptionalParams + ): Promise; + /** + * Deletes an existing Azure Cosmos DB Table. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginDeleteTable( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesDeleteTableOptionalParams + ): Promise, void>>; + /** + * Deletes an existing Azure Cosmos DB Table. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginDeleteTableAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesDeleteTableOptionalParams + ): Promise; + /** + * Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the + * provided name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + getTableThroughput( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesGetTableThroughputOptionalParams + ): Promise; + /** + * Update RUs per second of an Azure Cosmos DB Table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * Table. + * @param options The options parameters. + */ + beginUpdateTableThroughput( + resourceGroupName: string, + accountName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: TableResourcesUpdateTableThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesUpdateTableThroughputResponse + > + >; + /** + * Update RUs per second of an Azure Cosmos DB Table + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param updateThroughputParameters The parameters to provide for the RUs per second of the current + * Table. + * @param options The options parameters. + */ + beginUpdateTableThroughputAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + updateThroughputParameters: ThroughputSettingsUpdateParameters, + options?: TableResourcesUpdateTableThroughputOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Table from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateTableToAutoscale( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToAutoscaleOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesMigrateTableToAutoscaleResponse + > + >; + /** + * Migrate an Azure Cosmos DB Table from manual throughput to autoscale + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateTableToAutoscaleAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToAutoscaleOptionalParams + ): Promise; + /** + * Migrate an Azure Cosmos DB Table from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateTableToManualThroughput( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToManualThroughputOptionalParams + ): Promise< + PollerLike< + PollOperationState, + TableResourcesMigrateTableToManualThroughputResponse + > + >; + /** + * Migrate an Azure Cosmos DB Table from autoscale to manual throughput + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param accountName Cosmos DB database account name. + * @param tableName Cosmos DB table name. + * @param options The options parameters. + */ + beginMigrateTableToManualThroughputAndWait( + resourceGroupName: string, + accountName: string, + tableName: string, + options?: TableResourcesMigrateTableToManualThroughputOptionalParams + ): Promise; +} diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts new file mode 100644 index 000000000000..6efc040f0579 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_cassandra_examples.ts @@ -0,0 +1,153 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder, + delay, + isPlaybackMode +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; +import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; +import { ClientSecretCredential } from "@azure/identity"; + + +const recorderEnvSetup: RecorderEnvironmentSetup = { + replaceableVariables: { + AZURE_CLIENT_ID: "azure_client_id", + AZURE_CLIENT_SECRET: "azure_client_secret", + AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", + SUBSCRIPTION_ID: "azure_subscription_id" + }, + customizationsOnRecordings: [ + (recording: any): any => + recording.replace( + /"access_token":"[^"]*"/g, + `"access_token":"access_token"` + ) + ], + queryParametersToSkip: [] +}; + +export const testPollingOptions = { + updateIntervalInMs: isPlaybackMode() ? 0 : undefined, +}; + +describe("Cosmosdb test", () => { + let recorder: Recorder; + let client: CosmosDBManagementClient; + let subscriptionId: string; + let location: string; + let resourceGroupName: string; + let accountName: string; + let keyspaceName: string; + + beforeEach(async function() { + recorder = record(this, recorderEnvSetup); + subscriptionId = env.SUBSCRIPTION_ID; + // This is an example of how the environment variables are used + const credential = new ClientSecretCredential( + env.AZURE_TENANT_ID, + env.AZURE_CLIENT_ID, + env.AZURE_CLIENT_SECRET + ); + client = new CosmosDBManagementClient(credential, subscriptionId); + location = "eastus"; + resourceGroupName = "myjstest"; + accountName = "myaccountxxx4"; + keyspaceName = "mykeyspacexxx"; + }); + + afterEach(async function() { + await recorder.stop(); + }); + + it("databaseAccounts create for cassandraResources test", async function() { + const res = await client.databaseAccounts.beginCreateOrUpdateAndWait(resourceGroupName,accountName,{ + kind: "GlobalDocumentDB", + databaseAccountOfferType: "Standard", + locations: [ + { + failoverPriority: 0, + locationName: "eastus", + isZoneRedundant: false + } + ], + location: location, + capabilities: [ + { + name: "EnableCassandra" + } + ], + apiProperties: {}, + createMode: "Default" + }, testPollingOptions); + assert.equal(res.name, accountName); + }); + + it("cassandraResources create test", async function() { + const res = await client.cassandraResources.beginCreateUpdateCassandraKeyspaceAndWait(resourceGroupName,accountName,keyspaceName,{ + location: location, + resource: { + id: keyspaceName + }, + options: { + throughput: 2000 + } + }, testPollingOptions); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces"); + }); + + it("cassandraResources update test", async function() { + const res = await client.cassandraResources.beginUpdateCassandraKeyspaceThroughputAndWait(resourceGroupName,accountName,keyspaceName,{ + location: location, + resource: { + throughput: 400 + } + }, testPollingOptions); + assert.equal(res.resource?.throughput,400); + }); + + it("cassandraResources get test", async function() { + const res = await client.cassandraResources.getCassandraKeyspace(resourceGroupName,accountName,keyspaceName); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces"); + }); + + it("cassandraResources list test", async function() { + const resArray = new Array(); + for await (let item of client.cassandraResources.listCassandraKeyspaces(resourceGroupName,accountName)){ + resArray.push(item); + } + assert.equal(resArray.length,1); + }); + + it("cassandraResources MigrateCassandra test", async function() { + const res = await client.cassandraResources.beginMigrateCassandraKeyspaceToAutoscaleAndWait(resourceGroupName,accountName,keyspaceName, testPollingOptions); + assert.equal(res.type,"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/migrateToAutoscale") + }); + + it("cassandraResources delete test", async function() { + await client.cassandraResources.beginDeleteCassandraKeyspaceAndWait(resourceGroupName,accountName,keyspaceName, testPollingOptions); + const resArray = new Array(); + for await (let item of client.cassandraResources.listCassandraKeyspaces(resourceGroupName,accountName)){ + resArray.push(item); + } + assert.equal(resArray.length,0); + }); + + it("databaseAccounts delete for cassandraResources test", async function() { + await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName, testPollingOptions); + const resArray = new Array(); + for await (let item of client.databaseAccounts.listByResourceGroup(resourceGroupName)){ + resArray.push(item); + } + assert.equal(resArray.length,0); + }); +}); diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts new file mode 100644 index 000000000000..b5d2bdbec330 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_examples.ts @@ -0,0 +1,115 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder, + delay, + isPlaybackMode +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; +import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; +import { ClientSecretCredential } from "@azure/identity"; + + +const recorderEnvSetup: RecorderEnvironmentSetup = { + replaceableVariables: { + AZURE_CLIENT_ID: "azure_client_id", + AZURE_CLIENT_SECRET: "azure_client_secret", + AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", + SUBSCRIPTION_ID: "azure_subscription_id" + }, + customizationsOnRecordings: [ + (recording: any): any => + recording.replace( + /"access_token":"[^"]*"/g, + `"access_token":"access_token"` + ) + ], + queryParametersToSkip: [] +}; + +export const testPollingOptions = { + updateIntervalInMs: isPlaybackMode() ? 0 : undefined, +}; + +describe("Cosmosdb test", () => { + let recorder: Recorder; + let client: CosmosDBManagementClient; + let subscriptionId: string; + let location: string; + let resourceGroupName: string; + let accountName: string; + + beforeEach(async function() { + recorder = record(this, recorderEnvSetup); + subscriptionId = env.SUBSCRIPTION_ID; + // This is an example of how the environment variables are used + const credential = new ClientSecretCredential( + env.AZURE_TENANT_ID, + env.AZURE_CLIENT_ID, + env.AZURE_CLIENT_SECRET + ); + client = new CosmosDBManagementClient(credential, subscriptionId); + location = "eastus"; + resourceGroupName = "myjstest"; + accountName = "myaccountxxx5"; + }); + + afterEach(async function() { + await recorder.stop(); + }); + + it("databaseAccounts create test", async function() { + const res = await client.databaseAccounts.beginCreateOrUpdateAndWait(resourceGroupName,accountName,{ + databaseAccountOfferType: "Standard", + locations: [ + { + failoverPriority: 2, + locationName: "southcentralus", + isZoneRedundant: false + }, + { + locationName: "eastus", + failoverPriority: 1 + }, + { + locationName: "westus", + failoverPriority: 0 + } + ], + location: location, + createMode: "Default" + }, testPollingOptions); + assert.equal(res.name, accountName); + }); + + it("databaseAccounts get test", async function() { + const res = await client.databaseAccounts.get(resourceGroupName,accountName); + assert.equal(res.name, accountName); + }); + + it("databaseAccounts list test", async function() { + const resArray = new Array(); + for await (let item of client.databaseAccounts.list()){ + resArray.push(item); + } + assert.equal(resArray.length,1); + }); + + it("databaseAccounts delete test", async function() { + await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName, testPollingOptions); + const resArray = new Array(); + for await (let item of client.databaseAccounts.listByResourceGroup(resourceGroupName)){ + resArray.push(item); + } + assert.equal(resArray.length,0); + }).timeout(3600000); +}); diff --git a/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts new file mode 100644 index 000000000000..552b9d895600 --- /dev/null +++ b/sdk/cosmosdb/arm-cosmosdb/test/cosmosdb_mongodb_examples.ts @@ -0,0 +1,146 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder, + delay, + isPlaybackMode +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; +import { CosmosDBManagementClient } from "../src/cosmosDBManagementClient"; +import { ClientSecretCredential } from "@azure/identity"; + + +const recorderEnvSetup: RecorderEnvironmentSetup = { + replaceableVariables: { + AZURE_CLIENT_ID: "azure_client_id", + AZURE_CLIENT_SECRET: "azure_client_secret", + AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", + SUBSCRIPTION_ID: "azure_subscription_id" + }, + customizationsOnRecordings: [ + (recording: any): any => + recording.replace( + /"access_token":"[^"]*"/g, + `"access_token":"access_token"` + ) + ], + queryParametersToSkip: [] +}; + +export const testPollingOptions = { + updateIntervalInMs: isPlaybackMode() ? 0 : undefined, +}; + +describe("Cosmosdb test", () => { + let recorder: Recorder; + let client: CosmosDBManagementClient; + let subscriptionId: string; + let location: string; + let resourceGroupName: string; + let accountName: string; + let databaseName: string; + + beforeEach(async function() { + recorder = record(this, recorderEnvSetup); + subscriptionId = env.SUBSCRIPTION_ID; + // This is an example of how the environment variables are used + const credential = new ClientSecretCredential( + env.AZURE_TENANT_ID, + env.AZURE_CLIENT_ID, + env.AZURE_CLIENT_SECRET + ); + client = new CosmosDBManagementClient(credential, subscriptionId); + location = "eastus"; + resourceGroupName = "myjstest"; + accountName = "myaccountxxx6"; + databaseName = "mydatabasexxxx"; + }); + + afterEach(async function() { + await recorder.stop(); + }); + + it("databaseAccounts create for mongoDBResources test", async function() { + const res = await client.databaseAccounts.beginCreateOrUpdateAndWait(resourceGroupName,accountName,{ + kind: "MongoDB", + databaseAccountOfferType: "Standard", + locations: [ + { + failoverPriority: 0, + locationName: "eastus", + isZoneRedundant: false + } + ], + location: location, + apiProperties: {}, + createMode: "Default" + }, testPollingOptions); + assert.equal(res.name, accountName); + }); + + it("mongoDBResources create test", async function() { + const res = await client.mongoDBResources.beginCreateUpdateMongoDBDatabaseAndWait(resourceGroupName,accountName,databaseName,{ + location: location, + resource: { + id: databaseName + }, + options: { + throughput: 2000 + } + }, testPollingOptions); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases") + }); + + it("mongoDBResources update test", async function() { + const res = await client.mongoDBResources.beginUpdateMongoDBDatabaseThroughputAndWait(resourceGroupName,accountName,databaseName,{ + location: location, + resource: { + throughput: 400 + } + }, testPollingOptions); + assert.equal(res.resource?.throughput, 400); + }); + + it("mongoDBResources get test", async function() { + const res = await client.mongoDBResources.getMongoDBDatabase(resourceGroupName,accountName,databaseName); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases"); + }); + + it("mongoDBResources list test", async function() { + for await (let item of client.mongoDBResources.listMongoDBDatabases(resourceGroupName,accountName)){ + assert.equal(item.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases"); + } + }); + + it("mongoDBResources migrate test", async function() { + const res = await client.mongoDBResources.beginMigrateMongoDBDatabaseToAutoscaleAndWait(resourceGroupName,accountName,databaseName, testPollingOptions); + assert.equal(res.type, "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/migrateToAutoscale"); + }); + + it("mongoDBResources delete test", async function() { + await client.mongoDBResources.beginDeleteMongoDBDatabaseAndWait(resourceGroupName,accountName,databaseName, testPollingOptions); + const resArray = new Array(); + for await (let item of client.mongoDBResources.listMongoDBDatabases(resourceGroupName,accountName)){ + resArray.push(item); + } + assert.equal(resArray.length,0); + }); + + it("databaseAccounts delete for mongoDBResources test", async function() { + await client.databaseAccounts.beginDeleteAndWait(resourceGroupName,accountName, testPollingOptions); + const resArray = new Array(); + for await (let item of client.databaseAccounts.listByResourceGroup(resourceGroupName)){ + resArray.push(item); + } + assert.equal(resArray.length,0); + }); +}); diff --git a/sdk/cosmosdb/arm-cosmosdb/tsconfig.json b/sdk/cosmosdb/arm-cosmosdb/tsconfig.json index 422b584abd5e..6e3251194117 100644 --- a/sdk/cosmosdb/arm-cosmosdb/tsconfig.json +++ b/sdk/cosmosdb/arm-cosmosdb/tsconfig.json @@ -3,7 +3,7 @@ "module": "es6", "moduleResolution": "node", "strict": true, - "target": "es5", + "target": "es6", "sourceMap": true, "declarationMap": true, "esModuleInterop": true, @@ -11,9 +11,9 @@ "forceConsistentCasingInFileNames": true, "lib": ["es6", "dom"], "declaration": true, - "outDir": "./esm", + "outDir": "./dist-esm", "importHelpers": true }, - "include": ["./src/**/*.ts"], + "include": ["./src/**/*.ts", "./test/**/*.ts"], "exclude": ["node_modules"] } diff --git a/sdk/cosmosdb/ci.yml b/sdk/cosmosdb/ci.yml index 245dbfdd16f9..f66ef4969ddd 100644 --- a/sdk/cosmosdb/ci.yml +++ b/sdk/cosmosdb/ci.yml @@ -3,9 +3,7 @@ trigger: branches: include: - - main - - release/* - - hotfix/* + @@ -9,25 +7,25 @@ trigger: paths: include: - sdk/cosmosdb/